|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.intern.action.CDecorateableAction
bibliothek.gui.dock.common.intern.action.CDropDownItem
bibliothek.gui.dock.common.action.CButton
public class CButton
A simple button, the user clicks onto the button and action() is called.
| Constructor Summary | |
|---|---|
CButton()
Creates the new button |
|
CButton(java.lang.String text,
javax.swing.Icon icon)
Creates a new button. |
|
| Method Summary | |
|---|---|
protected void |
action()
Invoked when the user clicks onto this button. |
void |
addActionListener(java.awt.event.ActionListener listener)
Adds listener to this button, listener will be called
whenever this button it triggered. |
protected void |
fire()
Informs all ActionListeners that this button was clicked. |
void |
removeActionListener(java.awt.event.ActionListener listener)
Removes listener from this button. |
| Methods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem |
|---|
init, isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
| Methods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction |
|---|
getAccelerator, getDisabledIcon, getIcon, getText, getTooltip, init, isEnabled, setAccelerator, setDisabledIcon, setEnabled, setIcon, setText, setTooltip |
| Methods inherited from class bibliothek.gui.dock.common.action.CAction |
|---|
init, intern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CButton()
public CButton(java.lang.String text,
javax.swing.Icon icon)
text - the text of this buttonicon - the icon of this button| Method Detail |
|---|
public void addActionListener(java.awt.event.ActionListener listener)
listener to this button, listener will be called
whenever this button it triggered.
listener - the new listener, not nullpublic void removeActionListener(java.awt.event.ActionListener listener)
listener from this button.
listener - the listener to removeprotected void action()
fire().
protected void fire()
ActionListeners that this button was clicked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||