com.togethersoft.openapi.ide.inspector
Class IdeInspectorSinglePropertyComponent

java.lang.Object
  |
  +--java.beans.FeatureDescriptor
        |
        +--com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
              |
              +--com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent

public class IdeInspectorSinglePropertyComponent
extends IdeInspectorComponent

Represents InspectorComponent that stores a single property.

Author:
TogetherSoft
Since: Together 4.0

Inner Class Summary
 private classIdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl
          This class implements service providing name of the inspected model
property

Field Summary
 private ModelPropertyNamesServiceImplmyModelPropertyNamesService
           
 private IdeInspectorPropertymyProperty
           

Constructor Summary
IdeInspectorSinglePropertyComponent(IdeInspectorProperty property)
          Constructs a new component for specified property.

Method Summary
 ObjectgetService(Class clazz)
           
 voidupdate()
          Updates this single property.

Methods inherited from class com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
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

Field Detail

myModelPropertyNamesService

private ModelPropertyNamesServiceImpl myModelPropertyNamesService

myProperty

private IdeInspectorProperty myProperty
Constructor Detail

IdeInspectorSinglePropertyComponent

public IdeInspectorSinglePropertyComponent(IdeInspectorProperty property)
Constructs a new component for specified property.
Parameters:
property IdeInspectorProperty for which a new component is created
Method Detail

getService

public Object getService(Class clazz)

update

public void update()
Updates this single property.

Association Links

to Class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty

to Class com.togethersoft.openapi.ide.inspector.IdeInspectorSinglePropertyComponent.ModelPropertyNamesServiceImpl