|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a tab that cannot be modified.
Method Summary | |
String |
getDesc()
Gets the description of the tab |
String |
getDisplayname()
Gets the display name of the tab |
String |
getEncodedName()
Gets the html encoded name of the tab |
String |
getName()
Gets the name of the tab |
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 String getName()
public String getDisplayname()
public String getEncodedName()
public 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 Map getTabMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |