org.nuiton.jaxx.util
Class AbstractUIAction<H extends DialogUIHandler<?,?>>
java.lang.Object
javax.swing.AbstractAction
org.nuiton.jaxx.util.AbstractUIAction<H>
- Type Parameters:
H - type of handler
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- CancelAction, ResetAction, SaveAction
public abstract class AbstractUIAction<H extends DialogUIHandler<?,?>>
- extends AbstractAction
- Author:
- chemit
- See Also:
- Serialized Form
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
protected DialogUI<? extends H> |
ui
|
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
log
protected static org.apache.commons.logging.Log log
ui
protected transient DialogUI<? extends H extends DialogUIHandler<?,?>> ui
AbstractUIAction
protected AbstractUIAction(String name,
Icon icon,
DialogUI<? extends H> ui)
getHandler
protected H getHandler()
setUi
protected void setUi(DialogUI<? extends H> ui)
getUi
public DialogUI<? extends H> getUi()
checkInit
protected void checkInit()
throws IllegalStateException
- Throws:
IllegalStateException
Copyright © 2008-2010 CodeLutin. All Rights Reserved.