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

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

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

Constructors in com.togethersoft.openapi.ide.inspector.util with parameters of type IdeInspectorPropertySetComponent
PropertySetRadioButtonComponentUI.PropertySetRadioButtonComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent, int boxLayoutAxisDirection)
           Creates new radio button group for the specified PropertySetComponent.
PropertySetRadioButtonComponentUI.PropertySetRadioButtonComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent)
          
 

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

Constructors in com.togethersoft.openapi.ide.inspector.util.table with parameters of type IdeInspectorPropertySetComponent
PropertyLineSetComponentUI.PropertyLineSetComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent, int firstColumnWidth, boolean namesOnTheLeft, boolean namesAlignmentLeft)
          
PropertyLineSetComponentUI.PropertyLineSetComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent, int firstColumnWidth)
          
PropertyLineSetComponentUI.PropertyLineSetComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent)
          
PropertyTableComponentUI.PropertyTableComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent, int firstColumnWidth)
           Allows to specify custom width for the first column.
PropertyTableComponentUI.PropertyTableComponentUI(IdeInspectorPropertySetComponent inspectorPropertySetComponent)
           Creates new table with default width of the first column.
PropertyTableModel.PropertyTableModel(IdeInspectorPropertySetComponent inspectorPropertySetComponent, int valueColumn)
           Constructs this table model from the existing InspectorPropertySetComponent.
PropertyTableModel.PropertyTableModel(IdeInspectorPropertySetComponent inspectorPropertySetComponent)
           Constructs this table model from the existing InspectorPropertySetComponent.
 

Methods in com.togethersoft.openapi.ide.inspector.util.table that return IdeInspectorPropertySetComponent
protected abstract IdeInspectorPropertySetComponentRwiElementsComponent.createIdePropertySetForRwiElement(RwiElement rwiElement)
           In this method you must create IdeInspectorPropertySetComponent with some IdeInspectorProperties.
IdeInspectorPropertySetComponent[]RwiElementsComponent.getRwiElementsPropertySets()
           Returns an array of IdeInspectorPropertySetComponents (this array represents the rows for the table model).