return new IWidgetPropertyDescriptor[] { bevelTypeProperty, highlightOuterProperty, highlightInnerProperty, shadowInnerProperty, shadowOuterProperty };
}
public IAction getContextAction(JComponent widget) {
return new BevelBorderSwitchAction((JComponent) widget);
}