|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javadocking.dockable.action.ShowActionMode
public class ShowActionMode
A mode that describes which actions of a dockable are shown in a header.
Field Summary | |
---|---|
static ShowActionMode |
ALL_ACTIONS
With this mode all the actions of the docable are shown in the header. |
static ShowActionMode |
FIRST_ROW_ACTIONS
With this mode the first row of the matrix of actions of the docable are shown in the header. |
static ShowActionMode |
NO_ACTIONS
With this mode no actions of the docable are shown in the header. |
Constructor Summary | |
---|---|
protected |
ShowActionMode(java.lang.String name)
Constructs a show action mode. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ShowActionMode NO_ACTIONS
public static final ShowActionMode ALL_ACTIONS
public static final ShowActionMode FIRST_ROW_ACTIONS
Constructor Detail |
---|
protected ShowActionMode(java.lang.String name)
name
- The action name.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |