Uses of Interface
com.bc.ceres.swing.selection.Selection
-
Packages that use Selection Package Description com.bc.ceres.swing.actions com.bc.ceres.swing.figure com.bc.ceres.swing.figure.support com.bc.ceres.swing.selection com.bc.ceres.swing.selection.support -
-
Uses of Selection in com.bc.ceres.swing.actions
Methods in com.bc.ceres.swing.actions that return Selection Modifier and Type Method Description SelectionAbstractSelectionAction. getSelection() -
Uses of Selection in com.bc.ceres.swing.figure
Subinterfaces of Selection in com.bc.ceres.swing.figure Modifier and Type Interface Description interfaceFigureSelectionA selection of figures. -
Uses of Selection in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Selection Modifier and Type Class Description classDefaultFigureSelectionMethods in com.bc.ceres.swing.figure.support that return Selection Modifier and Type Method Description SelectionDefaultFigureEditor. getSelection()SelectionFigureSelectionContext. getSelection()Methods in com.bc.ceres.swing.figure.support with parameters of type Selection Modifier and Type Method Description voidDefaultFigureEditor. setSelection(Selection selection)voidFigureSelectionContext. setSelection(Selection selection) -
Uses of Selection in com.bc.ceres.swing.selection
Classes in com.bc.ceres.swing.selection that implement Selection Modifier and Type Class Description classAbstractSelectionA handy base class for implementations of theSelectioninterface.Fields in com.bc.ceres.swing.selection declared as Selection Modifier and Type Field Description static SelectionSelection. EMPTYAn empty selection.Methods in com.bc.ceres.swing.selection that return Selection Modifier and Type Method Description SelectionSelection. clone()Creates and returns a copy of this selection.SelectionSelectionChangeEvent. getSelection()SelectionSelectionSource. getSelection()Methods in com.bc.ceres.swing.selection with parameters of type Selection Modifier and Type Method Description protected voidAbstractSelectionContext. fireSelectionChange(Selection selection)voidSelectionContext. setSelection(Selection selection)Sets a new selection.Constructors in com.bc.ceres.swing.selection with parameters of type Selection Constructor Description SelectionChangeEvent(Object source, SelectionContext selectionContext, Selection selection)Constructs a selection event. -
Uses of Selection in com.bc.ceres.swing.selection.support
Classes in com.bc.ceres.swing.selection.support that implement Selection Modifier and Type Class Description classDefaultSelection<T>A default implementation of theSelectioninterface.Methods in com.bc.ceres.swing.selection.support that return Selection Modifier and Type Method Description SelectionComboBoxSelectionContext. getSelection()SelectionDefaultSelectionContext. getSelection()SelectionDefaultSelectionManager. getSelection()SelectionListSelectionContext. getSelection()SelectionTableSelectionContext. getSelection()Gets the current selection.SelectionTreeSelectionContext. getSelection()Methods in com.bc.ceres.swing.selection.support with parameters of type Selection Modifier and Type Method Description SelectionChangeEventSelectionChangeSupport. createEvent(SelectionContext selectionContext, Selection selection)voidSelectionChangeSupport. fireSelectionChange(SelectionContext selectionContext, Selection selection)voidComboBoxSelectionContext. setSelection(Selection selection)voidDefaultSelectionContext. setSelection(Selection selection)voidListSelectionContext. setSelection(Selection selection)voidTableSelectionContext. setSelection(Selection selection)Sets the current selection.voidTreeSelectionContext. setSelection(Selection selection)
-