Uses of Class
nl.liacs.subdisc.gui.AttributeTableModel.Selection

Packages that use AttributeTableModel.Selection
nl.liacs.subdisc.gui   
 

Uses of AttributeTableModel.Selection in nl.liacs.subdisc.gui
 

Methods in nl.liacs.subdisc.gui that return AttributeTableModel.Selection
static AttributeTableModel.Selection AttributeTableModel.Selection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeTableModel.Selection[] AttributeTableModel.Selection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in nl.liacs.subdisc.gui with parameters of type AttributeTableModel.Selection
static void AttributeTableModel.setSelectedAttributes(AttributeTableModel.Selection theSelection)