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.service 
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.
IdeInspectorCompoundComponent.ModelPropertyNamesServiceImpl
          This class implements model propert names service.
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.
IdeInspectorPropertySetComponent.ModelPropertyNamesServiceImpl
          
IdeInspectorSinglePropertyComponent
          Represents InspectorComponent that stores a single property.
IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
          This class implements service providing name of the inspected model
property
IdeMultipleInspectorProperty
          Represents InspectorProperty that stores an enumeration of properties.
InspectorFactory
          
InspectorViewType
          
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.service
ComponentService
          
 

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.
DescriptionComponent.ModelPropertyNamesServiceImpl
          
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.
UIComponentsBuilder
          This utility class creates UI of the inspector fields.
 

Classes in com.togethersoft.openapi.ide.inspector used by com.togethersoft.openapi.ide.inspector.util.editors
MultiValueTableUI
          Represents MultiValue editor as a table.
SimpleStringProperty
          Represents a property with readable and writable string value.
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.
TableAdderButtonListener
          A class that handles 'Add' button presses.
TableRemoverButtonListener
          A class that handles 'Remove' button presses.
 

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.
PropertyTableComponentUIBase
          Represents UI service which can be used to visualize table of properties.
PropertyTableModel
          Represents default implementation of PropertyTableModel.
PropertyTableModel.PropertyDataManager
          
PropertyTableModel.UpdateCacheCommand
          
PropertyTableModel.Validator
          
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