Uses of Class
com.togethersoft.openapi.ide.inspector.util.editors.SwingEditorSupport

Packages that use SwingEditorSupport
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.inspector.util.editors.color 

Uses of SwingEditorSupport in com.togethersoft.openapi.ide.inspector.util.editors
 

Subclasses of SwingEditorSupport in com.togethersoft.openapi.ide.inspector.util.editors
class ExtendedEditor
           Represents two ways to edit cell value - by inner editor and extended editor.
class SwingBooleanEditor
           Represents editor for boolean properties as a check box.
class SwingComboBoxEditor
           Represents editor on the base of MutableComboBox.
class SwingEnumEditor
           Represents editor for enumeration properties as a JComboBox.
class SwingIntegerEditor
           Represents editor for integer properties as a JTextField.
class SwingNumberEditor
           Represents editor for float number properties as a TextField.
class SwingStringEditor
           Represents editor for string properties as a JTextField.
 

Uses of SwingEditorSupport in com.togethersoft.openapi.ide.inspector.util.editors.color
 

Subclasses of SwingEditorSupport in com.togethersoft.openapi.ide.inspector.util.editors.color
class SwingColorEditor
           Represents editor which allows to select color.