Uses of Class
com.togethersoft.openapi.ide.util.UIComponentService

Packages that use UIComponentService
com.togethersoft.openapi.ide.inspector.service 
com.togethersoft.openapi.ide.inspector.util 
com.togethersoft.openapi.ide.inspector.util.table 

Uses of UIComponentService in com.togethersoft.openapi.ide.inspector.service
 

Subinterfaces of UIComponentService in com.togethersoft.openapi.ide.inspector.service
interface ComponentService
          
 

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

Classes in com.togethersoft.openapi.ide.inspector.util that implement UIComponentService
class DescriptionComponent
          This class represents inspector component intended to edit javadoc for the selected RwiElement.
class DocComponent
          This class represents inspector component suited to show javadoc for selected RwiElement.
class PropertySetRadioButtonComponentUI
          This UI component represents PropertySetComponent as a group of radio buttons.
class SinglePropertyCheckBoxUI
          Represents SingleProperty as a checkbox on the UI.
class TabbedPaneInspectorUI
          Class TabbedPaneInspectorUI is the service for the inspector.
 

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

Classes in com.togethersoft.openapi.ide.inspector.util.table that implement UIComponentService
class PropertyTableComponentUI
          Represents UI service which can be used to visualize table of properties.
class PropertyTableComponentUIBase
          Represents UI service which can be used to visualize table of properties.