| com.jgraph.codecplugin.JGraphpadCodecAction com.jgraph.twikiplugin.JGraphpadTWikiAction
JGraphpadTWikiAction | public class JGraphpadTWikiAction extends JGraphpadCodecAction (Code) | | Implements all actions that require the browser launcher.
|
Inner Class :public static class AllActions implements Bundle | |
NAME_UPLOADANDEXIT | final public static String NAME_UPLOADANDEXIT(Code) | | Specifies the name for the uploadAndExit action.
|
NAME_UPLOADTOTWIKI | final public static String NAME_UPLOADTOTWIKI(Code) | | Specifies the name for the uploadToTWiki action.
|
JGraphpadTWikiAction | public JGraphpadTWikiAction(String name, JGraphEditor editor)(Code) | | Constructs a new file action for the specified name and editor.
Parameters: name - The name of the action to be created. Parameters: editor - The enclosing editor for the action. |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Executes the action based on the action name.
Parameters: e - The object that describes the event. |
|
|