Custom editors

RADi provides special editors for certain components:
lets you edit combo box items, lets you edit JList items, lets you edit the menu hierarchy of a menu bar, lets you edit a JSpinner model, lets you define the Formatter of a JFormattedTextField, lets you edit the styled document of a JTextPane, lets you define the tabs of a JTabbedPane, lets you define a table model, lets you define a JTree hierarchy and lets you edit the labels of JSlider.

Additionally there is a which lets you organize the button groups of a layout. You invoke it by selecting 'Editors | Edit Button Groups'.

You invoke an editor either from a component's or by double-clicking JComboBox, JList, JFormattedTextField, JSpinner, JTable, JTextPane, JSlider or JTree.

Tip: By double-clicking a component which displays text, you can edit the text. By Alt-double-clicking any component you can edit its variable name.

See also:
Action Editor
Border Editor
EventListener Editor
Formatter Editor
ButtonGroup Editor
Menu Editor
SpinnerModel Editor
Tab Editor
TableModel Editor
Tree Editor
Property editors