Uses of Interface
com.bc.ceres.swing.selection.SelectionContext
Packages that use SelectionContext
Package
Description
-
Uses of SelectionContext in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return SelectionContext -
Uses of SelectionContext in com.bc.ceres.swing.figure
Subinterfaces of SelectionContext in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterface
A figure editor is used to insert, delete and modify figures stored in a figure collection.Methods in com.bc.ceres.swing.figure that return SelectionContext -
Uses of SelectionContext in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement SelectionContextModifier and TypeClassDescriptionclass
A default implementation of a figure editor.class
Methods in com.bc.ceres.swing.figure.support that return SelectionContext -
Uses of SelectionContext in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement SelectionContextModifier and TypeClassDescriptionclass
A handy base class for implementations of theSelectionContext
interface.Methods in com.bc.ceres.swing.selection that return SelectionContextModifier and TypeMethodDescriptionSelectionChangeEvent.getSelectionContext()
SelectionManager.getSelectionContext()
Gets the current selection context.Methods in com.bc.ceres.swing.selection with parameters of type SelectionContextModifier and TypeMethodDescriptionvoid
SelectionManager.setSelectionContext
(SelectionContext selectionContext) Sets a new selection context.Constructors in com.bc.ceres.swing.selection with parameters of type SelectionContextModifierConstructorDescriptionSelectionChangeEvent
(Object source, SelectionContext selectionContext, Selection selection) Constructs a selection event. -
Uses of SelectionContext in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement SelectionContextModifier and TypeClassDescriptionclass
A selection provider that wraps aJList
.class
A default implementation of theSelectionContext
interface.class
A selection provider that wraps aJList
.class
A selection provider that wraps aJTable
.class
A selection provider that wraps aJTree
.Methods in com.bc.ceres.swing.selection.support that return SelectionContextMethods in com.bc.ceres.swing.selection.support with parameters of type SelectionContextModifier and TypeMethodDescriptionSelectionChangeSupport.createEvent
(SelectionContext selectionContext, Selection selection) void
SelectionChangeSupport.fireSelectionChange
(SelectionContext selectionContext, Selection selection) void
DefaultSelectionManager.setSelectionContext
(SelectionContext newSelectionContext)