|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.filters.SemanticTypesToRemoveListSelectionListener
public class 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 ListSelectionEvents. |
| 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 SemanticTypesToRemoveFiltertable - 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 HierarchicalSemanticTypes to be
excluded from subsetpublic void valueChanged(ListSelectionEvent e)
ListSelectionEvents.
valueChanged in interface ListSelectionListenere - the ListSelectionEventpublic boolean ignoreEvents()
ignoreEvents in interface IgnorableListenertrue if so; false otherwisepublic void setIgnoreEvents(boolean b)
setIgnoreEvents in interface IgnorableListenerb - 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 | ||||||||