Uses of Package
com.togethersoft.openapi.ide.inspector.util.editors

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

Classes in com.togethersoft.openapi.ide.inspector.util.editors used by com.togethersoft.openapi.ide.inspector.util.editors
ExtendedEditor
           Represents two ways to edit cell value - by inner editor and extended editor.
ExtendedFileNameEditor
           Represents ExtendedEditor for the file name values.
ExtendedFolderNameEditor
           Represents ExtendedEditor for the directory name values.
ExtendedStringEditor
           Represents ExtendedEditor for the String values.
MultiValueEditor
           Represents ExtendedEditor for the multi value property.
MultiValueElementChooserUI
           Represents an elements chooser - dialog box with two panels : Left panel contains three trees: tree of diagrams starting from the current; this tree can be shown or not (see below) tree of the whole project starting from the root package tree of the packages in the search/classpath Right panel contains selected elements from the left panel.
MultiValueTableUI
           Represents MultiValue editor as a table.
PropertyMapMultiValueElementChooserEditor
           Represents the editor for the PropertyMap as the element chooser dialog.
PropertyMapMultiValueTableEditor
           Represents the editor for the PropertyMap as the table.
RwiPropertyMultiValueElementChooserEditor
           Represents editor for multi value RwiProperty as an element chooser.
RwiPropertyMultiValueTableEditor
           Represents editor for multi value RwiProperty as a table.
SingleElementChooserEditor
           Allows to select in the element chooser dialog only one element.
SwingBooleanEditor
           Represents editor for boolean properties as a check box.
SwingComboBoxEditor
           Represents editor on the base of MutableComboBox.
SwingEnumEditor
           Represents editor for enumeration properties as a JComboBox.
SwingIntegerEditor
           Represents editor for integer properties as a JTextField.
SwingNumberEditor
           Represents editor for float number properties as a TextField.
SwingPasswordEditor
           Represents editor for password properties as a textField.
SwingStringEditor
           Represents editor for string properties as a JTextField.
 

Classes in com.togethersoft.openapi.ide.inspector.util.editors used by com.togethersoft.openapi.ide.inspector.util.editors.color
SwingColorEditor
           Represents editor which allows to select color.