|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by all graphical components so that
they can be managed by Genuine. A component must be a sub class of
javax.swing.JComponent. Although this is not enforced by a mandatory
super class, all components are checked at runtime for this property.
You may use AbstractComponent
as base class.
To show or hide a visual component, use the
ComponentManager
.
ComponentManager
,
AbstractComponent
Method Summary | |
java.lang.String |
getComponentId()
Returns the component's identifier. |
java.lang.String |
getInstanceId()
Returns the instance id of this component. |
java.lang.String |
getModuleId()
Returns the id of the module this component belongs to. |
Method Detail |
public java.lang.String getModuleId()
public java.lang.String getComponentId()
public java.lang.String getInstanceId()
Module.createVisualComponent(String, String)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |