com.togethersoft.openapi.ide.inspector.util
Class TabbedCompoundComponent

java.lang.Object
  |
  +--java.beans.FeatureDescriptor
        |
        +--com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
              |
              +--com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
                    |
                    +--com.togethersoft.openapi.ide.inspector.util.TabbedCompoundComponent

public class TabbedCompoundComponent
extends IdeInspectorCompoundComponent

Represents InspectorCompoundComponent which is presented in the UI as a tabbed pane.

Author:
TogetherSoft
Since: Together 4.0

Fields inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
myContext, myInternalInspector

Constructor Summary
TabbedCompoundComponent(IdeContext context, String name)
          Creates new TabbedCompoundComponent for the specified context.

Method Summary
 protected voidmarkComponentsToUpdate()
          This method overrides one from parent class and does not mark any component to force update because inspector will
automatically update component that becomes visible.

Methods inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorCompoundComponent
addComponent, addComponent, removeComponent, setSelectedComponent, update

Methods inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
getService, setService

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

Constructor Detail

TabbedCompoundComponent

public TabbedCompoundComponent(IdeContext context, String name)
Creates new TabbedCompoundComponent for the specified context. Also sets service
TabbedPaneInspectorUI with bottom location of tabs.
Parameters:
context IdeContext for which this component is created
name String name of this component
name Name of this component
Method Detail

markComponentsToUpdate

protected void markComponentsToUpdate()
This method overrides one from parent class and does not mark any component to force update because inspector will
automatically update component that becomes visible.
Since:
Together 5.0