|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a tab that cannot be modified.
Method Summary | |
java.lang.String |
getDesc()
Gets the description of the tab |
java.lang.String |
getDisplayname()
Gets the display name of the tab |
java.lang.String |
getEncodedName()
Gets the html encoded name of the tab |
java.lang.String |
getName()
Gets the name of the tab |
java.util.Map |
getTabMap()
Gets the TabProperties as a map |
boolean |
isPredefined()
Determines if the tab is predefined or user created. |
boolean |
isRemovable()
Determines if the tab is removable. |
boolean |
isRenamable()
Determines if the tab is renamable. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDisplayname()
public java.lang.String getEncodedName()
public java.lang.String getDesc()
public boolean isRemovable()
true
or false
, indicating if the
tab is removablepublic boolean isRenamable()
true
or false
, indicating if the
tab is renamablepublic boolean isPredefined()
true
or false
, indicating if the
tab is predefinedpublic java.util.Map getTabMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |