Uses of Interface
com.swtdesigner.api.cmt.CmtComponent

Packages that use CmtComponent
com.swtdesigner.api.cmt   
 

Uses of CmtComponent in com.swtdesigner.api.cmt
 

Methods in com.swtdesigner.api.cmt that return CmtComponent
 CmtComponent CmtPropertyState.getComponent()
          Retrieves the component for which this class is a property state.
 CmtComponent CmtComponent.getParent()
          Get the parent of this component or null, if current component is root.
 CmtComponent CmtComponent.getRoot()
          Get the root component of this component (parent of this component is null).
 

Methods in com.swtdesigner.api.cmt that return types with arguments of type CmtComponent
 java.util.List<CmtComponent> CmtComponent.getAllChildren(java.lang.Class<?> componentClazz)
          Get flat list of direct and indirect children with given class.
 java.util.List<CmtComponent> CmtComponent.getChildren(java.lang.Class<?> componentClazz)
          Get list of direct children with given class.