ru.biosoft.workbench
Class AboutAction
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--ru.biosoft.workbench.AboutAction
- public class AboutAction
- extends AbstractAction
| Field Summary |
final static String | KEY |
| Methods inherited from class javax.swing.AbstractAction |
getValue, putValue, isEnabled, setEnabled, getKeys, addPropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
KEY
public final static String KEY
AboutAction
public AboutAction()
actionPerformed
public void actionPerformed(ActionEvent e)
getStartupPluginName
public static String getStartupPluginName()
setStartupPluginName
public static void setStartupPluginName(String name)
to Class java.lang.String
to Class java.lang.String
BOTTOM