com.fullspan.pwkeep.gui
Class PwkSelectionMgr

java.lang.Object
  extended by com.fullspan.pwkeep.gui.PwkSelectionMgr

public class PwkSelectionMgr
extends java.lang.Object

This class keeps tracks of which data elements are selected in the user interface.

Version:
$Revision: 1.4 $, $Date: 2004/02/01 06:17:34 $
Author:
Mitch Stuart, $Author: mitch $

Field Summary
static int SELECTION_CAT
           
static int SELECTION_DONT_CARE
           
static int SELECTION_ITEM
           
static int SELECTION_MULTI
           
static int SELECTION_NONE
           
static int SELECTION_ROOT
           
static int SELECTION_SINGLE
           
static int SELECTION_SINGLE_CAT
           
static int SELECTION_SINGLE_ITEM
           
static int SELECTION_SINGLE_OR_MULTI_CAT
           
static int SELECTION_SINGLE_OR_MULTI_ITEM
           
 
Constructor Summary
PwkSelectionMgr(PwkGui gui)
           
 
Method Summary
 int getSelectionMask()
           
 void handleSelectionChanged()
           
 void restoreSelection()
           
 void saveSelection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECTION_NONE

public static final int SELECTION_NONE
See Also:
Constant Field Values

SELECTION_SINGLE

public static final int SELECTION_SINGLE
See Also:
Constant Field Values

SELECTION_MULTI

public static final int SELECTION_MULTI
See Also:
Constant Field Values

SELECTION_ROOT

public static final int SELECTION_ROOT
See Also:
Constant Field Values

SELECTION_CAT

public static final int SELECTION_CAT
See Also:
Constant Field Values

SELECTION_ITEM

public static final int SELECTION_ITEM
See Also:
Constant Field Values

SELECTION_SINGLE_CAT

public static final int SELECTION_SINGLE_CAT
See Also:
Constant Field Values

SELECTION_SINGLE_OR_MULTI_CAT

public static final int SELECTION_SINGLE_OR_MULTI_CAT
See Also:
Constant Field Values

SELECTION_SINGLE_ITEM

public static final int SELECTION_SINGLE_ITEM
See Also:
Constant Field Values

SELECTION_SINGLE_OR_MULTI_ITEM

public static final int SELECTION_SINGLE_OR_MULTI_ITEM
See Also:
Constant Field Values

SELECTION_DONT_CARE

public static final int SELECTION_DONT_CARE
See Also:
Constant Field Values
Constructor Detail

PwkSelectionMgr

public PwkSelectionMgr(PwkGui gui)
Method Detail

getSelectionMask

public int getSelectionMask()

handleSelectionChanged

public void handleSelectionChanged()

saveSelection

public void saveSelection()

restoreSelection

public void restoreSelection()