com.togethersoft.openapi.ide.inspector
Class IdeInspectorCompoundComponent
java.lang.Object
|
+--java.beans.FeatureDescriptor
|
+--com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
|
+--com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
- Direct Known Subclasses:
- TabbedCompoundComponent
- public class IdeInspectorCompoundComponent
- extends IdeInspectorComponent
Class IdeInspectorCompoundComponents represents an inspector component
that contains the other inspector components.
For example, a tab pane is located inside the other tab. This component contains its own
internal inspector.
- Author:
- TogetherSoft
- See Also: IdeInspector
| Constructor Summary |
IdeInspectorCompoundComponent(IdeContext context) Constructs an instance of IdeInspectorCompoundComponent object
that represents an internal inspector for the specified context. |
| Methods inherited from class java.beans.FeatureDescriptor |
getName, setName, getDisplayName, setDisplayName, isExpert, setExpert, isHidden, setHidden, isPreferred, setPreferred, getShortDescription, setShortDescription, setValue, getValue, attributeNames |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |
myContext
protected IdeContext myContext
myInternalInspector
protected IdeInspector myInternalInspector
IdeInspectorCompoundComponent
public IdeInspectorCompoundComponent(IdeContext context)
- Constructs an instance of
IdeInspectorCompoundComponent object
that represents an internal inspector for the specified context.- Parameters:
- context -
IdeContext for which internal inspector will be created
addComponent
public void addComponent(IdeInspectorComponent component, Condition condition)
- Adds specified component to the internal inspector with the
condition.- See Also:
- IdeInspector.addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition)
addComponent
public void addComponent(IdeInspectorComponent component, Condition condition, double weight)
- Adds component to the internal inspector with the specified condition and weight.
- See Also:
- IdeInspector.addComponent(com.togethersoft.openapi.ide.inspector.IdeInspectorComponent,com.togethersoft.openapi.ide.inspector.Condition,double)
removeComponent
public void removeComponent(IdeInspectorComponent component)
- Removes specified component from the internal inspector.
- See Also:
- IdeInspector#addComponent(IdeInspectorComponent)
update
public void update()
- Updates internal inspector and all subcomponents.
to Class com.togethersoft.openapi.ide.IdeContext
to Class com.togethersoft.openapi.ide.inspector.IdeInspector