csheets.ui.ctrl
Class FocusOwnerAction
java.lang.Object
javax.swing.AbstractAction
csheets.ui.ctrl.BaseAction
csheets.ui.ctrl.FocusOwnerAction
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- AddSpreadsheetAction, AssertionPanel.ApplyAction, BackgroundAction, BorderAction, CellDecoratorAction, ClearAction, ClipboardAction, ComponentAction, DeleteAction, FontAction, ForegroundAction, FormatAction, InsertColumnAction, InsertRowAction, PrintAction, RedoAction, RemoveColumnAction, RemoveRowAction, RemoveSpreadsheetAction, RenameSpreadsheetAction, SearchAction, SelectAllAction, SideBarAction, SortAction, StyleAction, TableDecoratorAction, UndoAction
public abstract class FocusOwnerAction
- extends BaseAction
- implements PropertyChangeListener
An action to be invoked on the spreadsheet table that is the focus owner.
- Author:
- Einar Pehrson
- See Also:
- Serialized Form
focusOwner
protected SpreadsheetTable focusOwner
- The current focus owner
FocusOwnerAction
public FocusOwnerAction()
- Creates a new focus owner action.
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Stores the focus owner
- Specified by:
propertyChange in interface PropertyChangeListener
- Parameters:
event - the event that was fired