|
WebNMS 5 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The class, that is interested in registering itself or to be identified as one of the holder panels in the Chassis, has to implement this interface.
| Method Summary | |
java.lang.Object |
getCurrentType()
Returns the current type. |
java.lang.String |
getDefaultType()
Returns the current default object placed on the implementing class. |
java.lang.String |
getDisplayName()
Gets the current displayName, set on the implementing class. |
java.lang.String |
getIdentificationName()
Gets the current IdentificationName, set on the implementing class. |
java.lang.String |
getIndex()
Gets the index of the implementing class. |
boolean |
isStatic()
Returns the boolean, specifying whether the object, that is to be placed on the implementing class, will be changed dynamically or not. |
void |
setCurrentType(java.lang.Object curTypeArg)
Invoked when a component has to be placed on this implementing class. |
void |
setDefaultType(java.lang.String typeArg)
Sets the default Object on that is to be placed the implementing class, until it is replaced by an object passed to it by the setCurrentType method. |
void |
setDisplayName(java.lang.String nameArg)
Sets the DisplayName for the implementing class. |
void |
setIdentificationName(java.lang.String nameArg)
For setting the IdentificationName for the implementing class |
void |
setIndex(java.lang.String indexArg)
To set the index on the implementing class. |
void |
setPadding(java.awt.Insets inset)
Sets the padding around the Object, that is to be placed on the implementing class. |
void |
setStatic(boolean isStaticArg)
Sets the boolean, specifying whether the implementing class is going to be static or not. |
| Method Detail |
public void setCurrentType(java.lang.Object curTypeArg)
curTypeArg - Can be any Object. It is left to the user implementation to filter out,
whether it is a component or simply an Object.public java.lang.Object getCurrentType()
public void setPadding(java.awt.Insets inset)
inset - public void setIdentificationName(java.lang.String nameArg)
nameArg - public java.lang.String getIdentificationName()
public void setDisplayName(java.lang.String nameArg)
nameArg - public java.lang.String getDisplayName()
public void setDefaultType(java.lang.String typeArg)
typeArg - public java.lang.String getDefaultType()
public boolean isStatic()
public void setStatic(boolean isStaticArg)
isStaticArg - public void setIndex(java.lang.String indexArg)
indexArg - public java.lang.String getIndex()
|
WebNMS 5 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||