|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.filters.SemanticTypesToRemoveListSelectionListener
List selection listener for the HierarchicalSemanticTypes To Exclude table. Initializes and updates selections on the the sources table. Makes selections based on user's options settings.
Constructor Summary | |
SemanticTypesToRemoveListSelectionListener(SemanticTypesToRemoveFilter filter,
SemanticTypesToRemoveJTable table)
Instantiates a SemanticTypesToRemoveListSelectionListener from the
specified filter and table. |
Method Summary | |
boolean |
ignoreEvents()
Indicates whether or not events are being ignored. |
void |
setIgnoreEvents(boolean b)
Sets the flag indicating whether or not to ignore events. |
void |
setSelections(List str)
Sets selections on the SemanticTypesToRemoveJTable
based on the semantic types data structure in the
SemanticTypesToRemoveFilter . |
void |
valueChanged(ListSelectionEvent e)
Handles ListSelectionEvent s. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SemanticTypesToRemoveListSelectionListener(SemanticTypesToRemoveFilter filter, SemanticTypesToRemoveJTable table)
SemanticTypesToRemoveListSelectionListener
from the
specified filter and table.
filter
- the SemanticTypesToRemoveFilter
table
- the SemanticTypesToRemoveJTable
Method Detail |
public void setSelections(List str)
SemanticTypesToRemoveJTable
based on the semantic types data structure in the
SemanticTypesToRemoveFilter
.
Records initial set of selected semantic types in order to determine
at later points whether selections have changed.
str
- List
of HierarchicalSemanticType
s to be excluded from subsetpublic void valueChanged(ListSelectionEvent e)
ListSelectionEvent
s.
valueChanged
in interface ListSelectionListener
e
- the ListSelectionEvent
public boolean ignoreEvents()
ignoreEvents
in interface IgnorableListener
true
if so; false
otherwisepublic void setIgnoreEvents(boolean b)
setIgnoreEvents
in interface IgnorableListener
b
- boolean
true
if events are to be ignored;
false
if events are to be processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |