| org.netbeans.modules.visualweb.designer.jsf.palette.JSF1_2PaletteCustomizerAction
JSF1_2PaletteCustomizerAction | public class JSF1_2PaletteCustomizerAction extends CallableSystemAction (Code) | | author: lk155162 |
Method Summary | |
protected boolean | asynchronous() | public HelpCtx | getHelpCtx() Help context where to find more about the action. | public String | getName() Human presentable name of the action. | public void | performAction() This method is called by one of the "invokers" as a result of
some user's action that should lead to actual "performing" of the action. |
JSF1_2PaletteCustomizerAction | public JSF1_2PaletteCustomizerAction()(Code) | | |
asynchronous | protected boolean asynchronous()(Code) | | |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | Help context where to find more about the action.
the help context for this action |
getName | public String getName()(Code) | | Human presentable name of the action. This should be
presented as an item in a menu.
the name of the action |
performAction | public void performAction()(Code) | | This method is called by one of the "invokers" as a result of
some user's action that should lead to actual "performing" of the action.
|
|
|