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

Packages that use com.togethersoft.openapi.ide.inspector
com.togethersoft.openapi.ide.inspector 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.editors 
com.togethersoft.openapi.ide.inspector.util.property 
com.togethersoft.openapi.ide.inspector.util.table 
com.togethersoft.openapi.sci.pattern 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector
IdeInspector
           Represents abstract inspector which is used to control properties of ide components.
IdeInspectorBuilder
           Factory class used to create IdeInspector.
IdeInspectorCompoundComponent
           Class IdeInspectorCompoundComponents represents an inspector component that contains the other inspector components.
IdeInspectorManager
           This manager is used to control the process of inspector creation.
IdeInspectorManagerAccess
           This class is intended to access the current inspector manager.
IdeInspectorPropertySetComponent
           Represents inspector component that keeps a list of properties.
IdeInspectorSinglePropertyComponent
           Represents InspectorComponent that stores a single property.
IdeMultipleInspectorProperty
           Represents InspectorProperty that stores an enumeration of properties.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.util
DescriptionComponent
           This class represents inspector component intended to edit javadoc for the selected RwiElement.
DocComponent
           This class represents inspector component suited to show javadoc for selected RwiElement.
PropertySetRadioButtonComponentUI
           This UI component represents PropertySetComponent as a group of radio buttons.
SinglePropertyCheckBoxUI
           Represents SingleProperty as a checkbox on the UI.
TabbedCompoundComponent
           Represents InspectorCompoundComponent which is presented in the UI as a tabbed pane.
TabbedPaneInspectorUI
           Class TabbedPaneInspectorUI is the service for the inspector.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.util.editors
MultiValueTableUI
           Represents MultiValue editor as a table.
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.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.util.property
PropertyMapInspectorProperty
           Allows to inspect certain property from existing PropertyMap.
ReadOnlyProperty
           Represents read-only inspector property.
RwiInspectorProperty
           Represents abstract implementation of InspectorProperty suited to works with properties of selected RwiElements.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.util.table
PropertyLineSetComponentUI
           Represents adornmented PropertyTableComponentUI.
PropertyTableComponentUI
           Represents UI service which can be used to visualize table of properties.
PropertyTableModel
           Represents default implementation of PropertyTableModel.
PropertyTableModelBase
           Represents table model which keeps InspectorProperties.
PropertyValueEditor
           Represents cell editor of property value.
RwiElementsComponent
           Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties relating to the same RwiElements.
RwiElementsTableModel
           This model can be used for creation of more or less complicated tables dealing with RwiElements.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.sci.pattern
InspectorPatternUI