Package adams.gui.flow.tree.quickaction
Class EditWekaASSearch
- java.lang.Object
-
- javax.swing.AbstractAction
-
- adams.gui.action.AbstractBaseAction
-
- adams.gui.action.AbstractActionWithDialog<D>
-
- adams.gui.action.AbstractPropertiesAction<T,D>
-
- adams.gui.action.AbstractPropertiesMenuItemAction<adams.gui.flow.tree.StateContainer,adams.gui.goe.GenericObjectEditorDialog>
-
- adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
-
- adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
-
- adams.gui.flow.tree.quickaction.EditWekaASSearch
-
- All Implemented Interfaces:
adams.core.CleanUpHandler
,adams.gui.action.BaseAction
,adams.gui.action.PropertiesAction<adams.gui.flow.tree.StateContainer>
,adams.gui.flow.tree.quickaction.TreeQuickAction
,ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class EditWekaASSearch extends adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
Lets the user edit the Weka attribute selection search.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description EditWekaASSearch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getClassDescription()
Returns the description of the class used in errors/undo points.protected Object
getDefaultObject()
Returns the default object to use.protected String
getPropertyName()
Returns the property name to look for.protected Class
getSuperclass()
The abstract superclass to use.-
Methods inherited from class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
doActionPerformed, doUpdate, getTitle
-
Methods inherited from class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
addUndoPoint, getParentDialog, getParentFrame, getProperties, keyStrokeApplies, updateSelectedActor
-
Methods inherited from class adams.gui.action.AbstractPropertiesAction
canUseIcon, initialize, update
-
Methods inherited from class adams.gui.action.AbstractActionWithDialog
cleanUp, createDialog, getDialog
-
Methods inherited from class adams.gui.action.AbstractBaseAction
actionPerformed, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasIcon, hasMnemonic, hasToolTipText, isAsynchronous, isSelected, postActionPerformed, preActionPerformed, setAccelerator, setAsynchronous, setIcon, setIcon, setMnemonic, setName, setSelected, setToolTipText
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Methods inherited from interface adams.gui.action.BaseAction
cleanUp, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasMnemonic, hasToolTipText, isAsynchronous, isSelected, setAccelerator, setAsynchronous, setIcon, setIcon, setMnemonic, setName, setSelected, setToolTipText
-
-
-
-
Method Detail
-
getPropertyName
protected String getPropertyName()
Returns the property name to look for.- Specified by:
getPropertyName
in classadams.gui.flow.tree.quickaction.AbstractGOEQuickAction
- Returns:
- the name
-
getSuperclass
protected Class getSuperclass()
The abstract superclass to use.- Specified by:
getSuperclass
in classadams.gui.flow.tree.quickaction.AbstractGOEQuickAction
- Returns:
- the superclass
-
getDefaultObject
protected Object getDefaultObject()
Returns the default object to use.- Specified by:
getDefaultObject
in classadams.gui.flow.tree.quickaction.AbstractGOEQuickAction
- Returns:
- the default object
-
getClassDescription
protected String getClassDescription()
Returns the description of the class used in errors/undo points.- Specified by:
getClassDescription
in classadams.gui.flow.tree.quickaction.AbstractGOEQuickAction
- Returns:
- the description
-
-