CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.gui.tree
Interface UndoableTreeSelectionModel

All Superinterfaces:
javax.swing.undo.StateEditable, javax.swing.tree.TreeSelectionModel, Undoable
All Known Implementing Classes:
DefaultUndoableTreeSelectionModel

public interface UndoableTreeSelectionModel
extends javax.swing.tree.TreeSelectionModel, Undoable, javax.swing.undo.StateEditable

Supports UndoableEditListeners.

Version:
2.0 2011-01-22 Turned class into an interface.
1.0.1 2011-01-19 Removes unused imports.
1.0 2001-10-09
Author:
Werner Randelshofer

Field Summary
 
Fields inherited from interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
Fields inherited from interface javax.swing.undo.StateEditable
RCSID
 
Method Summary
 void fireUndoableEditEvent(javax.swing.undo.UndoableEdit edit)
          Notify all listeners that have registered interest for notification on this event type.
 
Methods inherited from interface javax.swing.tree.TreeSelectionModel
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, clearSelection, getLeadSelectionPath, getLeadSelectionRow, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, isPathSelected, isRowSelected, isSelectionEmpty, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths
 
Methods inherited from interface ch.randelshofer.undo.Undoable
addUndoableEditListener, removeUndoableEditListener
 
Methods inherited from interface javax.swing.undo.StateEditable
restoreState, storeState
 

Method Detail

fireUndoableEditEvent

void fireUndoableEditEvent(javax.swing.undo.UndoableEdit edit)
Notify all listeners that have registered interest for notification on this event type. The event instance is lazily created using the parameters passed into the fire method.


(c) Werner Randelshofer.
All rights reserved.