| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.beans.FeatureDescriptor
|
+--com.togethersoft.openapi.ide.inspector.IdeInspectorComponent
|
+--com.togethersoft.openapi.ide.inspector.util.DescriptionComponent
This class represents inspector component intended to edit javadoc for the selected RwiElement.
This component appears as a "Description" tab in the inspector.
| Field Summary | |
final static String | NAMEThis property presents tab title for this inspector component. |
| Constructor Summary | |
DescriptionComponent(RwiElement element)Constructs DescriptionComponent for the specified RwiElement. | |
| Method Summary | |
Component | getUIComponent()Returns Swing component which represents this inspector component. |
void | update()Updates view of this component. |
| 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 |
| Field Detail |
public final static String NAME
| Constructor Detail |
public DescriptionComponent(RwiElement element)
DescriptionComponent for the specified RwiElement.RwiElement| Method Detail |
public Component getUIComponent()
public void update()
| Association Links |
to Class com.togethersoft.openapi.rwi.RwiElement
to Class javax.swing.JScrollPane
to Class javax.swing.JTextArea
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||