Uses of Class
com.togethersoft.openapi.ide.inspector.IdeInspectorComponent

Packages that use IdeInspectorComponent
com.togethersoft.openapi.ide.inspector 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.table 

Uses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector
 

Subclasses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector
class IdeInspectorCompoundComponent
           Class IdeInspectorCompoundComponents represents an inspector component that contains the other inspector components.
class IdeInspectorPropertySetComponent
           Represents inspector component that keeps a list of properties.
class IdeInspectorSinglePropertyComponent
           Represents InspectorComponent that stores a single property.
 

Methods in com.togethersoft.openapi.ide.inspector that return IdeInspectorComponent
IdeInspectorComponentIdeInspector.findComponent(String name)
           Seeks for the component specified by it's name.
IdeInspectorComponent[]IdeInspector.getComponents()
           Returns components of this inspector .
IdeInspectorComponentIdeInspector.getSelectedComponent()
           Returns visually selected component.
IdeInspectorComponent[]IdeInspector.getVisibleComponents()
           Returns visible inspector components.
 

Methods in com.togethersoft.openapi.ide.inspector with parameters of type IdeInspectorComponent
voidIdeInspector.addComponent(IdeInspectorComponent component, Condition condition, double weight)
           Adds new component with the specified visibility condition and weight.
voidIdeInspector.addComponent(IdeInspectorComponent component, Condition condition)
           Adds new component to this inspector and sets it's weight for to be greater by one than the maximum weight.
ConditionIdeInspector.getCondition(IdeInspectorComponent component)
           Returns condition of visibility for the specified inspector component.
doubleIdeInspector.getWeight(IdeInspectorComponent component)
           Returns the weight for the specified inspector component.
voidIdeInspector.removeComponent(IdeInspectorComponent component)
           Removes specified component, it's visibility condition and weight.
voidIdeInspector.setSelectedComponent(IdeInspectorComponent component)
           Sets visually selected component and fires change of the property PROP_SELECTED_COMPONENT.
voidIdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition, double weight)
           Adds component to the internal inspector with the specified condition and weight.
voidIdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition)
           Adds specified component to the internal inspector with the condition.
voidIdeInspectorCompoundComponent.removeComponent(IdeInspectorComponent component)
           Removes specified component from the internal inspector.
 

Uses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector.util
 

Subclasses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector.util
class DescriptionComponent
           This class represents inspector component intended to edit javadoc for the selected RwiElement.
class DocComponent
           This class represents inspector component suited to show javadoc for selected RwiElement.
 

Uses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector.util.table
 

Subclasses of IdeInspectorComponent in com.togethersoft.openapi.ide.inspector.util.table
class RwiElementsComponent
           Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties relating to the same RwiElements.