Package | Description |
---|---|
twaver | |
twaver.animate | |
twaver.chart | |
twaver.combobox | |
twaver.list | |
twaver.network | |
twaver.table | |
twaver.table.editor | |
twaver.tree | |
twaver.web | |
twaver.web.svg | |
twaver.web.svg.chart | |
twaver.web.svg.network | |
twaver.web.table |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
DataBoxQuickFinder.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
UndoRedoManager.getDataBox()
Gets the corresponding data box of this UndoRedoManager object.
|
TDataBox |
TView.getDataBox()
Gets the databox connect to this view
This databox provides data for this view.
|
protected TDataBox |
SpringLayouter.getDataBox()
Gets the connected data box.
|
TDataBox |
PropertyPropagator.getDataBox()
Return the dataBox the the propagator is listening in.
|
TDataBox |
DataBoxSelectionModel.getDataBox()
Gets the connected data box.
|
static TDataBox |
DataBoxParserAgent.getDataBox() |
TDataBox |
DataBoxEvent.getDataBox()
Return the event source box object.
|
TDataBox |
AlarmStateStatistics.getDataBox()
Gets the connected data box.
|
TDataBox |
AlarmModel.getDataBox()
Get the data box working with.
|
TDataBox |
AbstractPropertyPropagator.getDataBox()
Return the dataBox the the propagator is listening in.
|
static TDataBox |
PersistenceManager.readByBinary(boolean compressed,
byte[] data)
Read a databox object and all contained data back from a binary array.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLInterceptorAdapter.afterRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked after finishing parsing xml data.
|
void |
XMLInterceptor.afterRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked after finishing parsing xml data.
|
void |
SelectionChangedInterceptor.afterSelectionChanged(TDataBox box,
int type,
java.util.Collection elements)
Invoked after elements' selection state changed.
|
void |
XMLInterceptorAdapter.afterWrite(TDataBox box,
DataBoxOutputSetting setting)
Invoked after finishing outputing xml data
|
void |
XMLInterceptor.afterWrite(TDataBox box,
DataBoxOutputSetting setting)
Invoked after finishing outputing xml data
|
static void |
TWaverUtil.animateDelete(TDataBox box,
java.util.List elements)
Deletes elements from data box animately.
|
static void |
TWaverUtil.animateDelete(TDataBox box,
java.util.List elements,
java.lang.Runnable runnable,
int step,
int sleep)
Deletes elements from data box animately.
|
java.io.InputStream |
XMLInterceptorAdapter.beforeRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked before parsing xml data.
|
java.io.InputStream |
XMLInterceptor.beforeRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked before parsing xml data.
|
void |
SelectionChangedInterceptor.beforeSelectionChanged(TDataBox box,
int type,
java.util.Collection elements)
Invoked before elements' selection state changed.
|
void |
XMLInterceptorAdapter.beforeWrite(TDataBox box,
DataBoxOutputSetting setting)
Invoked before outputing xml data
|
void |
XMLInterceptor.beforeWrite(TDataBox box,
DataBoxOutputSetting setting)
Invoked before outputing xml data
|
Link |
Link.copy(Node from,
Node to,
TDataBox box)
Copy a new element with given data box and from/to node.
|
Link |
Link.copy(java.lang.Object id,
Node from,
Node to,
TDataBox box)
Copy a new element with given id, data box and from/to node.
|
Element |
Link.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
Element.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
AbstractElement.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
Link.copy(TDataBox box)
Copy a new element with given data box.
|
Element |
Element.copy(TDataBox box)
Copy a new element with given data box.
|
Element |
AbstractElement.copy(TDataBox box)
Copy a new element with given data box.
|
protected void |
DefaultExportValuesInterceptor.exportAlarmState(Element source,
Element target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportBTS(BTSAntenna source,
BTSAntenna target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportChildren(Element source,
Element target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportFrom(Link source,
Link target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportHost(Follower source,
Follower target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportParent(Element source,
Element target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportTo(Link source,
Link target,
TDataBox box) |
void |
ExportValuesInterceptor.exportValues(Element source,
Element target,
TDataBox box)
Invoked when exporting value from the old element object to new created element object.
|
void |
DefaultExportValuesInterceptor.exportValues(Element source,
Element target,
TDataBox box)
Invoked when exporting value from the old element object to new created element object.
|
protected void |
AbstractElement.exportValues(Element element,
TDataBox box)
Export this element's value to the given target element.
|
java.lang.Object |
DefaultAlarmElementMapping.getCorrespondingAlarms(TDataBox box,
Element element)
Gets the corresponding alarms by given data box and element object.
|
java.lang.Object |
AlarmElementMapping.getCorrespondingAlarms(TDataBox box,
Element element)
Gets the corresponding alarms by given data box and element object.
|
java.lang.Object |
DefaultAlarmElementMapping.getCorrespondingElements(TDataBox box,
Alarm alarm)
Gets the corresponding elements by given data box and alarm object.
|
java.lang.Object |
AlarmElementMapping.getCorrespondingElements(TDataBox box,
Alarm alarm)
Gets the corresponding elements by given data box and alarm object.
|
void |
DefaultDataLoader.load(TSubNetwork subNetwork,
TDataBox box)
Load children data for the subnetwork object into the given databox lazily.
|
void |
DataLoader.load(TSubNetwork subNetwork,
TDataBox box)
Load children data for the subnetwork object into the given databox lazily.
|
protected boolean |
DefaultDataLoader.loadData(java.lang.String dataSource,
TSubNetwork subNetwork,
TDataBox box)
Load data for the subnetwork into the databox by given datasource xml.
|
void |
DataBoxJarReader.read(TDataBox box)
Read data from the jar file into the specified data box.
|
void |
DataBoxJarReader.read(TDataBox box,
Element parentOfRootElement)
Read data from the jar file into the specified data box.
|
static void |
PersistenceManager.readByXML(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Read data from xml into specified databox.
|
static void |
PersistenceManager.readByXML(TDataBox box,
java.lang.String data,
Element parentOfRootElement) |
void |
UndoRedoInterceptor.redo(TDataBox box,
java.lang.Object event)
Invoked to implement redo action.
|
void |
DefaultUndoRedoInterceptor.redo(TDataBox box,
java.lang.Object event)
Invoked to implement redo action.
|
void |
TView.setDataBox(TDataBox dataBox)
Sets databox for this view.
|
static void |
DataBoxParserAgent.setDataBox(TDataBox box) |
void |
AlarmStateStatistics.setDataBox(TDataBox box)
Sets a new data box for this alarm state statistic.
|
static void |
TWaverUtil.setNewCardToSlot(TDataBox box,
Slot slot,
Card newCard,
boolean adjustChildrenBounds)
Set a new card to the specified slot and box,
also remove the old card from the slot and box.
|
void |
UndoRedoInterceptor.undo(TDataBox box,
java.lang.Object event)
Invoked to implement undo action.
|
void |
DefaultUndoRedoInterceptor.undo(TDataBox box,
java.lang.Object event)
Invoked to implement undo action.
|
void |
DataBoxJarWriter.write(TDataBox box)
Writes all data and the used images from the data box
into the output stream which specified from the constructor.
|
static byte[] |
PersistenceManager.writeByBinary(TDataBox box,
boolean compressed)
Output databox and all contained data into a binary byte array.
|
static java.lang.String |
PersistenceManager.writeByXML(TDataBox box,
boolean withElementId)
Write out databox data into xml and return the xml string.
|
static void |
PersistenceManager.writeByXML(TDataBox box,
boolean withElementId,
boolean withAlarmId,
boolean withAlarmState,
java.io.OutputStream out,
ElementPersistentFilter elementFilter,
ClientPropertyPersistentFilter clientPropertyFilter)
Write out databox data into the output stream with xml format.
|
static void |
PersistenceManager.writeByXML(TDataBox box,
DataBoxOutputSetting outputSetting)
Write out databox data with xml format with the specified DataBoxOutputSetting.
|
Constructor and Description |
---|
AbstractPropertyPropagator(TDataBox box,
java.lang.String propertyName)
Construct the property propagator by given DataBox and property name.
|
AlarmStateStatistics(TDataBox box)
Creates a a
AlarmStateStatistics instance with a given data box object. |
AlarmStateStatistics(TDataBox box,
java.util.List alarmSeverities)
Creates a a
AlarmStateStatistics instance with a given data box object. |
DataBoxEvent(TDataBox box,
Element element,
Element parent,
Node from,
Node to,
Node host,
BTS bts,
int type)
Constructs a box data event.
|
DataBoxEvent(TDataBox box,
Element element,
int type)
Constructs a box data event.
|
DataBoxQuickFinder(TDataBox box,
java.lang.String propertyName)
create a DataBoxQuickFinder instance for the specified data box
and bind the specified property name.
|
DataBoxQuickFinder(TDataBox box,
java.lang.String propertyName,
java.lang.Class elementClass)
create a DataBoxQuickFinder instance for the specified data box
and bind the specified property name.
|
DataBoxQuickFinder(TDataBox box,
java.lang.String propertyName,
java.lang.Class elementClass,
Generator keyGenerator)
create a DataBoxQuickFinder instance for the specified data box
and bind the specified property name.
|
SpringLayouter(TDataBox box,
boolean layoutInSwingThread)
Creates a
SpringLayouter instance with specified data box. |
UndoRedoEvent(TDataBox box,
Node node1,
Node node2) |
UndoRedoEvent(TDataBox box,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue) |
Constructor and Description |
---|
AnimateDelete(TDataBox box,
java.util.List elements,
java.lang.Runnable runnable,
int stepSize,
int sleep) |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
AbstractChart.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
AbstractChart.getDataBox()
Gets connected databox of this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChart.setDataBox(TDataBox box)
Sets a new databox for this chart panel.
|
Constructor and Description |
---|
AbstractChart(TDataBox box)
Creates a new
AbstractChart object initialized with an explicit
data box. |
AbstractChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
AbstractChart object with an explicit
data box, a title and a background color |
AbstractChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
AbstractChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
AbstractScaleChart(TDataBox box)
Creates a new
AbstractScaleChart object initialized with an explicit
data box. |
AbstractScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
AbstractScaleChart object initialized with an explicit
data box,a title and a background color. |
AbstractScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
AbstractScaleChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
AbstractXYScaleChart(TDataBox box) |
AbstractXYScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor) |
AbstractXYScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor) |
BarChart(TDataBox box)
Creates a
BarChart object initialized with an explicit
data box. |
BarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a
BarChart object initialized with an explicit
data box,a title text and a background color. |
BarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
BarChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
BubbleChart(TDataBox box)
Creates a new
BubbleChart object initialized an explicit data box |
BubbleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
BubbleChart object initialized with an explicit
data box,a title and a background color. |
BubbleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
BubbleChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
DialChart(TDataBox box)
Creates a new
DialChart object initialized an explicit data box |
DialChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
DialChart object initialized with an explicit
data box,a title and a background color. |
DialChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
DialChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
LineChart(TDataBox box)
Creates a
LineChart object initialed with an explicit data box
The data box could not be null value, which'll cause throw a exception. |
LineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text and a background color. |
LineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
PercentChart(TDataBox box)
Creates a new
PercentChart object initialized with an
explicit data box. |
PercentChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
PercentChart object initialized with an
explicit data box, a title and a background color. |
PercentChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
PercentChart object initialized with an
explicit data box,a title , a background color and a foreground color. |
PieChart(TDataBox box)
Creates a new
PieChart object initialized with an explicit
data box. |
PieChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
PieChart object initialized with an explicit
data box,a title and a background color. |
PieChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
PieChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
RadarChart(TDataBox box)
Creates a new
RadarChart object initialized an explicit data box |
RadarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
RadarChart object initialized with an explicit
data box,a title and a background color. |
RadarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
RadarChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TComboBox.getDataBox()
Gets the connected data box.
|
Modifier and Type | Method and Description |
---|---|
void |
TComboBox.setDataBox(TDataBox dataBox)
Sets a new connected data box for the combobox.
|
Constructor and Description |
---|
TComboBox(TDataBox box)
Creates a
TComBox instance with a given data box. |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TList.getDataBox()
Gets the connected data box.
|
Modifier and Type | Method and Description |
---|---|
void |
TList.setDataBox(TDataBox box)
Sets a new data box for this list.
|
Constructor and Description |
---|
TList(TDataBox box)
Creates a
TList instance with a given data box. |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
CloudLayouter.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TNetwork.getDataBox()
Gets the connected databox.
|
Modifier and Type | Method and Description |
---|---|
void |
TNetwork.setDataBox(TDataBox box)
Sets databox for this network.
|
Constructor and Description |
---|
TNetwork(TDataBox box)
Constructs a
TNetwork object initialized with an explicit
data box. |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
TElementTable.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TPropertySheet.getDataBox()
Get the property sheet connected databox.
|
TDataBox |
TElementTable.getDataBox()
Get the connected databox for this element table.
|
TDataBox |
TAlarmTable.getDataBox()
Get the connected databox for this alarm table.
|
TDataBox |
TAlarmStatTable.getDataBox()
Get the connected databox
|
TDataBox |
TAlarmOverview.getDataBox()
Get connected data box
|
Modifier and Type | Method and Description |
---|---|
void |
TPropertySheet.setDataBox(TDataBox box)
Set the specified databox as the connected databox.
|
void |
TElementTable.setDataBox(TDataBox box)
Sets the databox of for this element table.
|
void |
TAlarmTable.setDataBox(TDataBox box)
Sets a new data box for this table.
|
void |
TAlarmStatTable.setDataBox(TDataBox box)
Set the databox for this table.
|
void |
TAlarmOverview.setDataBox(TDataBox box)
Sets new data box.
|
void |
TAlarmTable.setDataBox(TDataBox box,
TTableColumn[] columns)
Sets a new data box for this table.
|
Constructor and Description |
---|
TAlarmOverview(TDataBox box)
Create alarm overview component connect to the given data box.
|
TAlarmOverview(TDataBox box,
java.util.List alarmSeverities)
Create alarm overview component connect to the given data box.
|
TAlarmStatTable(TDataBox box)
Create alarm stat table and connect to the specified databox.
|
TAlarmStatTable(TDataBox box,
java.util.List alarmSeverities)
Create alarm stat table and connect to the specified databox.
|
TAlarmTable(TDataBox box)
Create an alarm table with specified databox.
|
TAlarmTable(TDataBox box,
java.lang.String tableName)
Construct alarm table with given databox and table name.
|
TAlarmTable(TDataBox box,
TTableColumn[] columns)
Create alarm table with given databox and columns.
|
TElementTable(TDataBox box)
Create an element table and connect to specified databox.
|
TPropertySheet(TDataBox box)
Create a property sheet with the given databox as the
data source.
|
TTreeTable(TDataBox box)
Create a tree table with specified databox.
|
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
ButtonEditor.box |
Constructor and Description |
---|
AlarmStateEditorUI(java.awt.Dialog dialog,
TDataBox box,
AlarmState state,
java.awt.event.ActionListener actionListener) |
AlarmStateEditorUI(java.awt.Frame frame,
TDataBox box,
AlarmState state,
java.awt.event.ActionListener actionListener) |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
TTree.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TTree.getDataBox()
Get the connected data box.
|
TDataBox |
DataBoxNode.getDataBox()
Get the connected databox object.
|
Modifier and Type | Method and Description |
---|---|
void |
TTree.setDataBox(TDataBox box)
Set the connected data box.
|
void |
TTree.setDataBox(TDataBox box,
Element rootElement)
Set the connected databox.
|
Constructor and Description |
---|
DataBoxNode(TTree tree,
TDataBox box)
Create databox tree node by given tree and databox.
|
TTree(TDataBox box)
Create a tree and connect to the given databox.
|
TTree(TDataBox box,
java.util.Comparator sortComparator)
Create a tree and connect to the given databox,
and use the given comparator to sort tree nodes.
|
TTree(TDataBox box,
Element treeRoot)
Create a tree and connect to the given databox,
and the given element is used as the tree root node.
|
TTree(TDataBox box,
Element treeRoot,
java.util.Comparator sortComparator)
Create a tree and connect to the given databox.
|
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
TWebElementTable.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TWebTree.getDataBox()
Get the connected data box.
|
TDataBox |
TWebPropertySheet.getDataBox()
Get the property websheet connected databox.
|
TDataBox |
TWebElementTable.getDataBox()
Get the property websheet connected databox.
|
Modifier and Type | Method and Description |
---|---|
void |
TWebTree.setDataBox(TDataBox dataBox)
Set the connected data box.
|
void |
TWebPropertySheet.setDataBox(TDataBox dataBox)
Set the specified databox as the connected databox.
|
void |
TWebElementTable.setDataBox(TDataBox dataBox)
Set the specified databox as the connected databox.
|
Constructor and Description |
---|
TWebElementTable(TDataBox box) |
TWebPropertySheet(TDataBox box)
Create a property websheet with the given databox as the
data source.
|
TWebTree(TDataBox box)
Create a webtree and connect to the given databox.
|
TWebTreeTable(TDataBox box) |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TSVGAlarmOverview.getDataBox() |
Modifier and Type | Method and Description |
---|---|
void |
TSVGAlarmOverview.setDataBox(TDataBox box) |
Constructor and Description |
---|
TSVGAlarmOverview(TDataBox box) |
TSVGAlarmOverview(TDataBox box,
java.util.List alarmSeverities) |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
AbstractSVGChart.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
AbstractSVGChart.getDataBox() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSVGChart.setDataBox(TDataBox box) |
Constructor and Description |
---|
AbstractSVGChart(TDataBox box) |
AbstractSVGChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor) |
AbstractSVGChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor) |
AbstractSVGScaleChart(TDataBox box)
Creates a new
AbstractScaleChart object initialized with an explicit
data box. |
AbstractSVGScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
AbstractScaleChart object initialized with an explicit
data box,a title and a background color. |
AbstractSVGScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
AbstractScaleChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
AbstractSVGXYScaleChart(TDataBox box) |
AbstractSVGXYScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor) |
AbstractSVGXYScaleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor) |
SVGBarChart(TDataBox box)
Creates a
SVGBarChart object initialized with an explicit
data box. |
SVGBarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a
SVGBarChart object initialized with an explicit
data box,a title text and a background color. |
SVGBarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
SVGBarChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
SVGBubbleChart(TDataBox box)
Creates a new
BubbleChart object initialized an explicit data box |
SVGBubbleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
SVGBubbleChart object initialized with an explicit
data box,a title and a background color. |
SVGBubbleChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
SVGBubbleChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
SVGDialChart(TDataBox box) |
SVGDialChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor) |
SVGDialChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor) |
SVGLineChart(TDataBox box)
Creates a
LineChart object initialed with an explicit data
box The data box could not be null value, which'll cause throw a
exception. |
SVGLineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text and a background color. |
SVGLineChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a
LineChart object initialized with an explicit
data box,a title text, a background color and a foreground color. |
SVGPercentChart(TDataBox box)
Creates a new
SVGPercentChart object initialized with an
explicit data box. |
SVGPercentChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
SVGPercentChart object initialized with an
explicit data box, a title and a background color. |
SVGPercentChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
SVGPercentChart object initialized with an
explicit data box,a title , a background color and a foreground color. |
SVGPieChart(TDataBox box)
Creates a new
PieChart object initialized with an explicit
data box. |
SVGPieChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor)
Creates a new
SVGPieChart object initialized with an explicit
data box,a title and a background color. |
SVGPieChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor)
Creates a new
SVGPieChart object initialized with an explicit
data box,a title , a background color and a foreground color. |
SVGRadarChart(TDataBox box) |
SVGRadarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor) |
SVGRadarChart(TDataBox box,
java.lang.String title,
java.awt.Color backgroundColor,
java.awt.Color foregroundColor) |
Modifier and Type | Field and Description |
---|---|
protected TDataBox |
TSVGNetwork.box |
Modifier and Type | Method and Description |
---|---|
TDataBox |
TSVGNetwork.getDataBox()
Gets the databox connect to this view
This databox provides data for this view.
|
Modifier and Type | Method and Description |
---|---|
void |
TSVGNetwork.setDataBox(TDataBox box)
Sets databox for this view.
|
Constructor and Description |
---|
MapNetwork(TDataBox box)
Deprecated.
|
TGISNetwork(TDataBox box,
double latitudeNorth,
double latitudeSouth,
double longitudeEast,
double longitudeWest)
Deprecated.
|
TSVGNetwork(TDataBox box)
Create a svg network with the given databox as the
data source.
|
Modifier and Type | Method and Description |
---|---|
TDataBox |
TWebAlarmTable.getDataBox() |
TDataBox |
TWebAlarmStatTable.getDataBox()
Get the connected databox
|
Modifier and Type | Method and Description |
---|---|
void |
TWebAlarmTable.setDataBox(TDataBox dataBox) |
void |
TWebAlarmStatTable.setDataBox(TDataBox box)
Set the databox for this table.
|
Constructor and Description |
---|
TWebAlarmStatTable(TDataBox box)
Create alarm stat table and connect to the specified databox.
|
TWebAlarmStatTable(TDataBox box,
java.util.List alarmSeverities)
Create alarm stat table and connect to the specified databox.
|
TWebAlarmTable(TDataBox box) |
TWebAlarmTable(TDataBox box,
TWebTableColumn[] columns) |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.