|
||||||||||
| 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
| Constructor Summary | |
|---|---|
DropDownItemHandle(DockAction item,
DropDownViewItem view,
Dockable dockable,
DropDownAction action)
Creates a new item. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(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 |
| Constructor Detail |
|---|
public DropDownItemHandle(DockAction item,
DropDownViewItem view,
Dockable dockable,
DropDownAction action)
item - the actionview - the view of itemdockable - the dockable for which the item is usedaction - the owner of the item| Method Detail |
|---|
public DropDownViewItem getView()
public void bind()
public void unbind()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||