org.jgraph
Class JGraph.EmptySelectionModel
- JGraph
- Cloneable, GraphSelectionModel, Serializable
public static class JGraph.EmptySelectionModel
EmptySelectionModel
is a
GraphSelectionModel
that does not allow anything to be selected.
Warning: Serialized objects of this class will not be
compatible with future Swing releases. The current serialization support
is appropriate for short term storage or RMI between applications running
the same version of Swing. A future release of Swing will provide support
for long term persistence.
addGraphSelectionListener , addPropertyChangeListener , addSelectionCell , addSelectionCells , clearSelection , clone , deselect , fireValueChanged , getListeners , getSelectables , getSelectedChildCount , getSelectionCell , getSelectionCells , getSelectionCount , getSelectionMode , isCellSelected , isChildrenSelectable , isChildrenSelectable , isChildrenSelected , isSelectionEmpty , notifyCellChange , removeGraphSelectionListener , removePropertyChangeListener , removeSelectionCell , removeSelectionCells , select , setChildrenSelectable , setSelectedChildCount , setSelectionCell , setSelectionCells , setSelectionMode |
EmptySelectionModel
public EmptySelectionModel()
A null
implementation that constructs an
EmptySelectionModel.
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.