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 TypeInterfaceDescriptioninterfaceA 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 TypeClassDescriptionclassA default implementation of a figure editor.classMethods 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 TypeClassDescriptionclassA handy base class for implementations of theSelectionContextinterface.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 TypeMethodDescriptionvoidSelectionManager.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 TypeClassDescriptionclassA selection provider that wraps aJList.classA default implementation of theSelectionContextinterface.classA selection provider that wraps aJList.classA selection provider that wraps aJTable.classA 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) voidSelectionChangeSupport.fireSelectionChange(SelectionContext selectionContext, Selection selection) voidDefaultSelectionManager.setSelectionContext(SelectionContext newSelectionContext)