|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.action.view.ViewTarget<A>
A - the resulting type of a transformationpublic class ViewTarget<A>
Defines for which platform a DockAction is transformed to by
a ActionViewConverter. Clients may define their own ViewTargets, but
they must ensure, that the ActionViewConverter knows these new targets.
| Field Summary | |
|---|---|
static ViewTarget<DropDownViewItem> |
DROP_DOWN
A target aiming to a DropDownAction |
static ViewTarget<MenuViewItem<javax.swing.JComponent>> |
MENU
A target for a JMenu |
static ViewTarget<BasicTitleViewItem<javax.swing.JComponent>> |
TITLE
A target for an item shown on a DockTitle |
| Constructor Summary | |
|---|---|
ViewTarget(java.lang.String id)
Creates a new ViewTarget. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
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 ViewTarget<MenuViewItem<javax.swing.JComponent>> MENU
public static final ViewTarget<BasicTitleViewItem<javax.swing.JComponent>> TITLE
DockTitle
public static final ViewTarget<DropDownViewItem> DROP_DOWN
DropDownAction
| Constructor Detail |
|---|
public ViewTarget(java.lang.String id)
id - the unique id of this target| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||