|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.action.AbstractGUIAction
net.sf.doolin.gui.lf.LFAction
public class LFAction
Action that applies a look and feel for the current window
| Constructor Summary | |
|---|---|
LFAction()
|
|
| Method Summary | |
|---|---|
protected void |
doExecute(ActionContext context)
Executes the action and throws any kind of error. |
GUIExpression |
getIconIDExpression(ActionContext actionContext)
Icon for the action |
String |
getId()
ID for the action |
UIManager.LookAndFeelInfo |
getLookAndFeelInfo()
Gets the look and feel info. |
GUIExpression |
getShortcutExpression(ActionContext actionContext)
Shortcut for the action |
GUIExpression |
getTextExpression(ActionContext actionContext)
Text for the action |
GUIExpression |
getTipExpression(ActionContext actionContext)
Tip for the action |
void |
setLookAndFeelInfo(UIManager.LookAndFeelInfo lookAndFeelInfo)
Sets the look and feel info. |
| Methods inherited from class net.sf.doolin.gui.action.AbstractGUIAction |
|---|
execute, getActionContextData, getActionContextDataExtractor, getDisplayStateHandler, getIcon, getIconService, setActionContextDataExtractor, setDisplayStateHandler, setIconService |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LFAction()
| Method Detail |
|---|
public GUIExpression getIconIDExpression(ActionContext actionContext)
GUIAction
actionContext - Context for the action
public String getId()
GUIAction
public UIManager.LookAndFeelInfo getLookAndFeelInfo()
public GUIExpression getShortcutExpression(ActionContext actionContext)
GUIAction
actionContext - Context for the action
public GUIExpression getTextExpression(ActionContext actionContext)
GUIAction
actionContext - Context for the action
public GUIExpression getTipExpression(ActionContext actionContext)
GUIAction
actionContext - Context for the action
public void setLookAndFeelInfo(UIManager.LookAndFeelInfo lookAndFeelInfo)
lookAndFeelInfo - the new look and feel info
protected void doExecute(ActionContext context)
throws Exception
AbstractGUIAction
doExecute in class AbstractGUIActioncontext - the context
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||