public abstract class PluginOpenFileAndDoSomethingAction extends PluginDoSthAbstractAction
| Constructor and Description |
|---|
PluginOpenFileAndDoSomethingAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.String |
getOpenFilename() |
boolean |
isShowGuideMsg() |
void |
setOpenFilename(java.lang.String str) |
void |
setShowGuideMsgFlg(boolean flg) |
processMyActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmyActionPerformedpublic final void actionPerformed(java.awt.event.ActionEvent e)
public void setShowGuideMsgFlg(boolean flg)
public boolean isShowGuideMsg()
public void setOpenFilename(java.lang.String str)
public java.lang.String getOpenFilename()