Package | Description |
---|---|
twaver | |
twaver.chart | |
twaver.combobox | |
twaver.list | |
twaver.network | |
twaver.table | |
twaver.tree | |
twaver.web | |
twaver.web.svg.chart | |
twaver.web.svg.network |
Modifier and Type | Method and Description |
---|---|
static VisibleFilter |
TUIManager.getLinkBundleFilter()
Gets the default link bundle filter for data box.
|
VisibleFilter |
TDataBox.getLinkBundleFilter()
Gets the link bundle filter for this data box.
|
VisibleFilter |
SpringLayouter.getVisibleFilter()
Gets the visible filter for this spring layouter, the
visible filter makes some elements will not participate
in doing layout.
|
VisibleFilter |
AlarmStateStatistics.getVisibleFilter()
Gets the visible filter for this alarm statistic.
|
Modifier and Type | Method and Description |
---|---|
void |
TDataBox.addElementWithDescendant(Element element,
VisibleFilter filter)
Adds the specified element with all descendant into this data box.
|
static void |
TUIManager.setLinkBundleFilter(VisibleFilter linkBundleFilter)
Sets the default link bundle filter for data box.
|
void |
TDataBox.setLinkBundleFilter(VisibleFilter linkBundleFilter)
Sets the link bundle filter for this data box.
|
void |
SpringLayouter.setVisibleFilter(VisibleFilter visibleFilter)
Sets the visible filter for this spring layouter to
make some elements will not participate in doing layout.
|
void |
AlarmStateStatistics.setVisibleFilter(VisibleFilter visibleFilter)
Sets a new visible filter for this alarm statistic.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChart.addVisibleFilter(VisibleFilter visibleFilter)
Adds a
VisibleFilter object to the visible filter list |
void |
AbstractChart.removeVisibleFilter(VisibleFilter visibleFilter)
Removes a specified
VisibleFilter object from the visible filter list. |
Modifier and Type | Method and Description |
---|---|
void |
TComboBox.addVisibleFilter(VisibleFilter visibleFilter)
Add the given visible filter onto this combobox.
|
void |
TComboBox.removeVisibleFilter(VisibleFilter visibleFilter)
Remove the given visible filter from this combobox.
|
Modifier and Type | Method and Description |
---|---|
void |
TList.addVisibleFilter(VisibleFilter visibleFilter)
Add the given visible filter onto this list.
|
void |
TList.removeVisibleFilter(VisibleFilter visibleFilter)
Remove the given visible filter from this list.
|
Modifier and Type | Method and Description |
---|---|
void |
TNetwork.addVisibleFilter(VisibleFilter filter)
Adds a visible filter into this network.
|
void |
TNetwork.removeVisibleFilter(VisibleFilter filter)
Removes a visible filter from this network.
|
Modifier and Type | Method and Description |
---|---|
VisibleFilter |
TAlarmOverview.getVisibleFilter()
Gets the visible filter for alarm state statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
TTreeTable.addVisibleFilter(VisibleFilter visibleFilter)
Add the given visible filter onto this element table.
|
void |
TElementTable.addVisibleFilter(VisibleFilter visibleFilter)
Add the given visible filter onto this element table.
|
void |
TTreeTable.removeVisibleFilter(VisibleFilter visibleFilter)
Remove the given visible filter from this element table.
|
void |
TElementTable.removeVisibleFilter(VisibleFilter visibleFilter)
Remove the given visible filter from this element table.
|
void |
TAlarmOverview.setVisibleFilter(VisibleFilter visibleFilter)
Sets the visible filter for alarm state statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
TTree.addVisibleFilter(VisibleFilter filter)
Add a visible filter into this tree.
|
void |
TTree.removeVisibleFilter(VisibleFilter filter)
Remove a visible filter from this tree.
|
Modifier and Type | Method and Description |
---|---|
void |
TWebTree.addVisibleFilter(VisibleFilter filter)
Add a visible filter into this webtree.
|
void |
TWebElementTable.addVisibleFilter(VisibleFilter visibleFilter)
Add the given visible filter onto this element table.
|
void |
TWebTree.removeVisibleFilter(VisibleFilter filter)
Remove a visible filter from this webtree.
|
void |
TWebElementTable.removeVisibleFilter(VisibleFilter visibleFilter)
Remove the given visible filter from this element table.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSVGChart.addVisibleFilter(VisibleFilter visibleFilter) |
void |
AbstractSVGChart.removeVisibleFilter(VisibleFilter visibleFilter) |
Modifier and Type | Method and Description |
---|---|
void |
TSVGNetwork.addVisibleFilter(VisibleFilter visibleFilter)
Adds a visible filter into this network.
|
void |
TSVGNetwork.removeVisibleFilter(VisibleFilter visibleFilter)
Removes a visible filter from this network.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.