|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.themes.basic.action.DropDownItemHandle
public class DropDownItemHandle
Represents an action and a view which are children of a DropDownAction
Field Summary | |
---|---|
private DropDownAction |
action
the menu which is the owner of the action |
private Dockable |
dockable
the dockable for which this item is used |
private DockAction |
item
the action |
private DropDownViewItem |
view
the view of item |
Constructor Summary | |
---|---|
DropDownItemHandle(DockAction item,
DropDownViewItem view,
Dockable dockable,
DropDownAction action)
Creates a new item. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
bind()
Connects the view. |
DropDownViewItem |
getView()
Gets the view of the action. |
void |
unbind()
Disconnects the view |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DockAction item
private DropDownViewItem view
item
private Dockable dockable
private DropDownAction action
Constructor Detail |
---|
public DropDownItemHandle(DockAction item, DropDownViewItem view, Dockable dockable, DropDownAction action)
item
- the actionview
- the view of item
dockable
- the dockable for which the item is usedaction
- the owner of the itemMethod Detail |
---|
public DropDownViewItem getView()
public void bind()
public void unbind()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |