|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.util.Tab
Simple representation of a Tab that contains a text label and its disabled state. Clients provide an array of Tab objects to the TabBarImageRenderer using the TABS_KEY constant.
Field Summary | |
static char |
ACCESS_KEY_UNDEFINED
Constant for undefined access keys. |
Constructor Summary | |
Tab(java.lang.String text,
boolean disabled)
Create an Tab object. |
|
Tab(java.lang.String text,
boolean disabled,
char accessKey)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
Equals implementation |
char |
getAccessKey()
Gets the access key for the Tab |
java.lang.String |
getText()
Gets the text for the Tab. |
int |
hashCode()
Hash code implementation |
boolean |
isDisabled()
Tests the disabled state for the Tab. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final char ACCESS_KEY_UNDEFINED
Constructor Detail |
public Tab(java.lang.String text, boolean disabled)
public Tab(java.lang.String text, boolean disabled, char accessKey)
Method Detail |
public final char getAccessKey()
public final java.lang.String getText()
public final boolean isDisabled()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |