edu.stanford.smi.protegex.widget.scatterbox
Class ScatterboxAction
java.lang.Object
javax.swing.AbstractAction
edu.stanford.smi.protegex.widget.scatterbox.ScatterboxAction
- All Implemented Interfaces:
- ScatterboxWidgetListener, ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- AddButton, CreateButton, RemoveButton, ViewButton
public abstract class ScatterboxAction
- extends AbstractAction
- implements ScatterboxWidgetListener
Description of the class
- Author:
- William Grosso
- See Also:
- Serialized Form
_widget
protected ScatterboxWidget _widget
_project
protected Project _project
_kb
protected KnowledgeBase _kb
_state
protected ScatterboxWidgetState _state
_table
protected ScatterboxTable _table
_model
protected ScatterboxTableModel _model
_queryUtilsObject
protected KBQueryUtils _queryUtilsObject
ScatterboxAction
public ScatterboxAction(ScatterboxWidget widget,
String tooltipString,
Icon icon,
ScatterboxTable table,
ScatterboxTableModel model,
KBQueryUtils queryUtilsObject)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
performTask
protected abstract void performTask(int row,
int column)
scatterboxWidgetSelectionChanged
public void scatterboxWidgetSelectionChanged()
- Specified by:
scatterboxWidgetSelectionChanged
in interface ScatterboxWidgetListener
setActivation
protected abstract void setActivation()
Submit a bug report or feature request