com.togethersoft.openapi.ide.inspector.util.editors
Class Diagram editors

Class Summary
BorderChooser 
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.
MultiValueUI Represents UI component which visualize MultiValue editor.
NumberDocument Represents document which can have only numbebered lines.
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.
SwingEditorSupport Helps to build custom property editor.
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.