| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | IdeInspectorCompoundComponentClass IdeInspectorCompoundComponents represents an inspector component
that contains the other inspector components. |
class | IdeInspectorPropertySetComponentRepresents inspector component that keeps a list of properties. |
class | IdeInspectorSinglePropertyComponentRepresents InspectorComponent that stores a single property. |
| Methods in com.togethersoft.openapi.ide.inspector that return IdeInspectorComponent | |
IdeInspectorComponent | IdeInspector.findComponent(String name)Seeks for the component specified by it's name. |
IdeInspectorComponent[] | IdeInspector.getComponents()Returns components of this inspector . |
IdeInspectorComponent | IdeInspector.getSelectedComponent()Returns visually selected component. |
IdeInspectorComponent[] | IdeInspector.getVisibleComponents()Returns visible inspector components. |
| Methods in com.togethersoft.openapi.ide.inspector with parameters of type IdeInspectorComponent | |
void | IdeInspector.addComponent(IdeInspectorComponent component, Condition condition, double weight)Adds new component with the specified visibility condition and weight. |
void | IdeInspector.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. |
Condition | IdeInspector.getCondition(IdeInspectorComponent component)Returns condition of visibility for the specified inspector component. |
double | IdeInspector.getWeight(IdeInspectorComponent component)Returns the weight for the specified inspector component. |
void | IdeInspector.removeComponent(IdeInspectorComponent component)Removes specified component, it's visibility condition and weight. |
void | IdeInspector.setSelectedComponent(IdeInspectorComponent component)Sets visually selected component and fires change of the property PROP_SELECTED_COMPONENT. |
void | IdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition, double weight)Adds component to the internal inspector with the specified condition and weight. |
void | IdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition)Adds specified component to the internal inspector with the condition. |
void | IdeInspectorCompoundComponent.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 | DescriptionComponentThis class represents inspector component intended to edit javadoc for the selected RwiElement. |
class | DocComponentThis 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 | RwiElementsComponentClass RwiElementsComponent provides a storage for keeping IdeInspectorProperties
relating to the same RwiElements. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||