Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

A_BIS_TO_BTS_INTERFACE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'A-bis to BTS interface failure'.
A_BIS_TO_TRX_INTERFACE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'A-bis to TRX interface failure'.
AbstractAttachment - Class in twaver.network.ui
Abstract defines of an attachment.
AbstractAttachment(ElementUI) - Constructor for class twaver.network.ui.AbstractAttachment
Constructs an attachment by specified network.
AbstractBackground - Class in twaver.network.background
 
AbstractBackground() - Constructor for class twaver.network.background.AbstractBackground
 
AbstractBorderUI - Class in twaver.network.ui
 
AbstractBorderUI(ElementUI) - Constructor for class twaver.network.ui.AbstractBorderUI
Which element UI class hold this border.
AbstractCanvasEditor - Class in twaver.table.editor
 
AbstractCanvasEditor() - Constructor for class twaver.table.editor.AbstractCanvasEditor
 
AbstractCanvasEditor(String) - Constructor for class twaver.table.editor.AbstractCanvasEditor
 
AbstractCanvasRenderer - Class in twaver.table.renderer
 
AbstractCanvasRenderer() - Constructor for class twaver.table.renderer.AbstractCanvasRenderer
 
AbstractCanvasRenderer(String) - Constructor for class twaver.table.renderer.AbstractCanvasRenderer
 
AbstractCellEditor - Class in twaver.table.editor
This is an abstract cell editor for TWaver use.
AbstractCellEditor() - Constructor for class twaver.table.editor.AbstractCellEditor
 
AbstractCellEditor(JTextField) - Constructor for class twaver.table.editor.AbstractCellEditor
 
AbstractCellEditor(Object[]) - Constructor for class twaver.table.editor.AbstractCellEditor
 
AbstractChart - Class in twaver.chart
The AbstractChart class provides basic implementations for chart component.
AbstractChart() - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object with a new TDataBox
AbstractChart(TDataBox) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit data box.
AbstractChart(TDataBox, String, Color) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object with an explicit data box, a title and a background color
AbstractChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit data box,a title , a background color and a foreground color.
AbstractChart(List) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit list that contains elements.
AbstractChart(List, String) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit list an explicit list that contains elements.
AbstractChart(List, String, Color) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit list that contains elements, a title and a background color.
AbstractChart(List, String, Color, Color) - Constructor for class twaver.chart.AbstractChart
Creates a new AbstractChart object initialized with an explicit list that contains elements, a title, a background color and a foreground color.
AbstractElement - Class in twaver
This class provides default implementations for Element interface.
AbstractElement() - Constructor for class twaver.AbstractElement
Default constructor of element.
AbstractElement(Object) - Constructor for class twaver.AbstractElement
Using an identifier initialize this element.
AbstractElementSVGUI - Class in twaver.web.svg.network.ui
 
AbstractElementSVGUI(TSVGNetwork, AbstractElement) - Constructor for class twaver.web.svg.network.ui.AbstractElementSVGUI
 
AbstractElementUI - Class in twaver.network.ui
Abstract defines of an element UI delegate.
AbstractElementUI(TNetwork, Element) - Constructor for class twaver.network.ui.AbstractElementUI
 
AbstractEnumerable - Class in twaver.base.enumerable
 
AbstractEnumerable(String) - Constructor for class twaver.base.enumerable.AbstractEnumerable
Construct a Enumerable instance with the specified name
AbstractMoveInputHandler - Class in twaver.network.inputhandler
Abstract implementation for selection input handler.
AbstractMoveInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.AbstractMoveInputHandler
Constructs a instance that is initialized with given network.
AbstractPageTableModel - Class in twaver.table
This is an abstract implementation for TWaver table model to support paging ability.
AbstractPageTableModel() - Constructor for class twaver.table.AbstractPageTableModel
 
AbstractPropertyPropagator - Class in twaver
This class provides the default implementation for PropertyPropagator.
AbstractPropertyPropagator(TDataBox, String) - Constructor for class twaver.AbstractPropertyPropagator
Construct the property propagator by given DataBox and property name.
AbstractScaleChart - Class in twaver.chart
The AbstractScaleChart class provides basic implementations for chart component that will display x scale and y scale.
AbstractScaleChart() - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object
AbstractScaleChart(TDataBox) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box.
AbstractScaleChart(TDataBox, String, Color) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box,a title and a background color.
AbstractScaleChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box,a title , a background color and a foreground color.
AbstractScaleChart(List) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit list
AbstractScaleChart(List, String) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit list and a title.
AbstractScaleChart(List, String, Color) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit list, a title and a background color.
AbstractScaleChart(List, String, Color, Color) - Constructor for class twaver.chart.AbstractScaleChart
Creates a new AbstractScaleChart object initialized with an explicit list, a title, a background color and a foreground color.
AbstractSVGChart - Class in twaver.web.svg.chart
 
AbstractSVGChart() - Constructor for class twaver.web.svg.chart.AbstractSVGChart
 
AbstractSVGChart(TDataBox) - Constructor for class twaver.web.svg.chart.AbstractSVGChart
 
AbstractSVGChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGChart
 
AbstractSVGChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGChart
 
AbstractSVGScaleChart - Class in twaver.web.svg.chart
 
AbstractSVGScaleChart(TDataBox) - Constructor for class twaver.web.svg.chart.AbstractSVGScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box.
AbstractSVGScaleChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box,a title and a background color.
AbstractSVGScaleChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGScaleChart
Creates a new AbstractScaleChart object initialized with an explicit data box,a title , a background color and a foreground color.
AbstractSVGXYScaleChart - Class in twaver.web.svg.chart
 
AbstractSVGXYScaleChart() - Constructor for class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
AbstractSVGXYScaleChart(TDataBox) - Constructor for class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
AbstractSVGXYScaleChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
AbstractSVGXYScaleChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
AbstractTTreeNode - Class in twaver.tree
This is an abstract implements for TWaver tree node.
AbstractTTreeNode(TTree) - Constructor for class twaver.tree.AbstractTTreeNode
Create tree node by given TWaver tree component.
AbstractXYScaleChart - Class in twaver.chart
 
AbstractXYScaleChart() - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(TDataBox) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(TDataBox, String, Color) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(List) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(List, String) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(List, String, Color) - Constructor for class twaver.chart.AbstractXYScaleChart
 
AbstractXYScaleChart(List, String, Color, Color) - Constructor for class twaver.chart.AbstractXYScaleChart
 
accept(File) - Method in class twaver.swing.FileChooserFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accept(File) - Method in class twaver.table.editor.ImageFileFilter
 
acknowledgeAlarm(Alarm) - Method in class twaver.AlarmModel
 
acknowledgeAlarm(AlarmSeverity) - Method in class twaver.AlarmState
Acknowledges an alarm of a given severity.
acknowledgeAlarmByID(Object) - Method in class twaver.AlarmModel
Acknowledge specified alarm.
acknowledgeAlarmByID(Object, Date, String) - Method in class twaver.AlarmModel
Acknowledge specified alarm instance.
acknowledgeAllAlarms(AlarmSeverity) - Method in class twaver.AlarmState
Acknowledges all alarms of a given severity.
acknowledgeAllAlarms() - Method in class twaver.AlarmState
Acknowledges all alarms.
AcknowledgedRenderer - Class in twaver.table.renderer
This renderer is designed to render alarm acknowledge status.
AcknowledgedRenderer() - Constructor for class twaver.table.renderer.AcknowledgedRenderer
 
actionButton - Variable in class twaver.table.editor.ActionTableCellEditor
 
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignBottomAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignCenterAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignLeftAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignMiddleAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignRightAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.AlignTopAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.BottomPileAction
 
actionPerformed(ActionEvent) - Method in class twaver.network.action.ClearDataBoxAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.CopyAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.EvenHSpaceAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.EvenVSpaceAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.LeftPileAction
 
actionPerformed(ActionEvent) - Method in class twaver.network.action.MoveFirstAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.MoveLastAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.PasteAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.RightPileAction
 
actionPerformed(ActionEvent) - Method in class twaver.network.action.SameHeightAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.SameWidthAction
Handles the action performed event.
actionPerformed(ActionEvent) - Method in class twaver.network.action.TopPileAction
 
actionPerformed(ActionEvent) - Method in class twaver.network.NetworkPrintPreviewer
actionPerformed(ActionEvent) - Method in class twaver.swing.ExportImageAction
 
actionPerformed(ActionEvent) - Method in class twaver.table.editor.ActionTableCellEditor
 
actionPerformed(ActionEvent) - Method in class twaver.table.editor.ButtonEditor
 
actionPerformed(ActionEvent) - Method in class twaver.table.editor.ColorEditor
 
actionPerformed(ActionEvent) - Method in class twaver.table.editor.HTMLTextEditor
 
actionPerformed(ActionEvent) - Method in class twaver.table.editor.ImageURLEditor
 
actionPerformed(ActionEvent) - Method in class twaver.table.TPageNavigator
ActionTableCellEditor - Class in twaver.table.editor
This editor support an action when mouse clicked.
ActionTableCellEditor(Object) - Constructor for class twaver.table.editor.ActionTableCellEditor
 
ActionTableCellEditor(Object, boolean) - Constructor for class twaver.table.editor.ActionTableCellEditor
 
ActionTableCellEditor(Object, boolean, boolean) - Constructor for class twaver.table.editor.ActionTableCellEditor
 
ADAPTER_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Adapter error'.
ADD_COLUMN - Static variable in class twaver.table.TTableModelEvent
Indicate a column has been added into the table model.
ADD_ROW - Static variable in class twaver.table.TTableModelEvent
Indicate a row has been added on table model.
addAcknowledgedAlarm(AlarmSeverity) - Method in class twaver.AlarmState
Adds a acknowledged alarm with a given severity.
addAlarm(Alarm) - Method in class twaver.AlarmModel
Add new alarm into the model.
addAlarm(Alarm) - Method in class twaver.AlarmModelQuickFinder
Add given alarm into internal cache.
addAlarmClickedActionListener(ActionListener) - Method in class twaver.table.TAlarmTable
Add an alarm clicked action listener on this table.
addAlarmDoubleClickedActionListener(ActionListener) - Method in class twaver.table.TAlarmTable
Add an alarm double clicked action listener on this table.
addAlarmModelListener(AlarmModelListener) - Method in class twaver.AlarmModel
add an AlarmModelListener into the alarm model.
addAlarmPropertyChangeListener(PropertyChangeListener) - Method in class twaver.AlarmModel
add a PropertyChangeListener into the alarm model.
addAlarms(List) - Method in class twaver.AlarmModel
 
addAlarmSeverityChangeListener(AlarmSeverityChangeListener) - Static method in class twaver.AlarmSeverity
Add a severity change listener.
addAnimate(Animate) - Method in class twaver.animate.AnimateManager
 
addAntenna(BTSAntenna) - Method in class twaver.BTS
Adds a new antenna to this bts.
addAttachment(String) - Method in class twaver.AbstractElement
Adds an attachment to the element.
addAttachment(String) - Method in interface twaver.Element
Adds an attachment to the element.
addAttachment(Attachment) - Method in class twaver.network.ui.AbstractElementUI
Add the specified attachment into this element UI class.
addAttachment(Attachment) - Method in interface twaver.network.ui.ElementUI
Add an attachment instance into this attachable.
addAttachment(String, String) - Static method in class twaver.network.ui.IconAttachmentHolder
Add specified attachment into this holder with given name.
addAttachment(String, Class) - Static method in class twaver.network.ui.IconAttachmentHolder
Add specified attachment into this holder with given name.
addAttachment(String, String, int, int, int) - Static method in class twaver.network.ui.IconAttachmentHolder
Add specified attachment into this holder with given name.
addAttachment(String, Class, int, int, int) - Static method in class twaver.network.ui.IconAttachmentHolder
Add specified attachment into this holder with given name.
addAxis(Object) - Method in class twaver.chart.RadarChart
Adds a new axis.
addAxis(Object) - Method in class twaver.web.svg.chart.SVGRadarChart
Adds a new axis.
addAxisText(Object) - Method in class twaver.chart.RadarChart
Adds a new axis.
addAxisText(Object) - Method in class twaver.web.svg.chart.SVGRadarChart
Adds a new axis.
addBackgroundDoubleClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Adds an action on the network bound to background double click event.
addBatchListener(BatchListener) - Method in class twaver.AlarmModel
 
addBatchListener(BatchListener) - Method in interface twaver.Batchable
Adds a batch listener to this Batchable instance.
addBatchListener(BatchListener) - Method in class twaver.TDataBox
Adds a batch listener to this data box.
addBranch(Branch) - Method in class twaver.PolyLine
Add a branch into the polyline object.
addCanvasCushion(CanvasCushion) - Method in class twaver.network.TNetwork
Adds a new canvas cushion to this network.
addCanvasMarker(CanvasMarker) - Method in class twaver.network.TNetwork
Adds a canvas marker on this network.
addCanvasPaintListener(CanvasPaintListener) - Method in class twaver.network.TNetwork
Adds a canvas paint listener for this network.
addChartBubble(Bubble) - Method in class twaver.AbstractElement
Adds a bubble into the chart value list.
addChartBubble(Bubble) - Method in interface twaver.Element
Adds a bubble into the chart value list.
addChartValue(double) - Method in class twaver.AbstractElement
Adds a value to this element value list.
addChartValue(Double) - Method in class twaver.AbstractElement
Adds a value to this element value list.
addChartValue(double) - Method in interface twaver.Element
Adds a value to this element value list.
addChartValue(Double) - Method in interface twaver.Element
Adds a value to this element value list.
addChild(int, Element) - Method in class twaver.AbstractElement
Inserts the specified element at the specified position as a new child of this element.
addChild(Element) - Method in class twaver.AbstractElement
Adds the specified element as a new child of this element.
addChild(Element) - Method in interface twaver.Element
Adds the specified element as a new child of this element.
addChild(int, Element) - Method in interface twaver.Element
Inserts the specified element at the specified position as a new child of this element.
addColumn(TableColumn) - Method in class twaver.table.TTableModel
Add a table column into table model.
addColumns(List) - Method in class twaver.table.TTable
Add specified table columns into this table.
addColumns(List) - Method in class twaver.table.TTableModel
Add a list of columns to this table.
addComment(String) - Method in class twaver.Alarm
Add a comment for the alarm.
addComponentOnCanvas(JComponent, int) - Method in class twaver.network.TNetwork
 
addCorrelatedAlarmID(Object) - Method in class twaver.Alarm
Add a correlated alarm id for this alarm.
addDataBoxListener(DataBoxListener) - Method in class twaver.TDataBox
Adds a listener to the databox that's notified when a change of the databox occurs.
addDataBoxSelectionListener(DataBoxSelectionListener) - Method in interface twaver.DataBoxSelectionModel
Add a data box selection model listener on this model.
addDataBoxSequenceListener(DataBoxSequenceListener) - Method in class twaver.TDataBox
Adds a listener to the list that's notified when element's sequence change.
addElement(Element) - Method in class twaver.DataBoxQuickFinder
Add given element into internal cache.
addElement(Element) - Method in class twaver.table.TElementTable
add element to table
addElement(Element) - Method in class twaver.table.TTreeTable
Overridden to bypass interested check so that all elements can be added.
addElement(Element) - Method in class twaver.TDataBox
Adds an element into this databox.
addElement(int, Element) - Method in class twaver.TDataBox
Adds an element into this databox.
addElement(Element, Element) - Method in class twaver.TDataBox
Adds the element into this data box with given root parent element.
addElementClickedActionListener(ActionListener) - Method in class twaver.chart.AbstractChart
Adds an ActionListener object which listens in element clicked action in this chart.
addElementClickedActionListener(ActionListener) - Method in class twaver.list.TList
Add an element clicked action listener.
addElementClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Adds an element clicked action listener.
addElementClickedActionListener(ActionListener) - Method in class twaver.table.TElementTable
Add an action to listener the element's clicked event
addElementDoubleClickedActionListener(ActionListener) - Method in class twaver.chart.AbstractChart
Adds an ActionListener object which listens in element double clicked action in this chart.
addElementDoubleClickedActionListener(ActionListener) - Method in class twaver.list.TList
Add an element double click action listener to the list.
addElementDoubleClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Adds an element double click action listener to the network.
addElementDoubleClickedActionListener(ActionListener) - Method in class twaver.table.TElementTable
Add an action to listener the element's double clicked event
addElementNodeDoubleClickedActionListener(ActionListener) - Method in class twaver.tree.TTree
Add an action to listener response to the element tree node double clicked event
addElementPropertyChangeListener(PropertyChangeListener) - Method in class twaver.TDataBox
Adds an element property change listener into this databox.
addElements(Collection) - Method in class twaver.TDataBox
Adds a collection of elements into data box.
addElements(Collection, Element) - Method in class twaver.TDataBox
Adds a collection of elements into data box.
addElementToCurrentSubNetwork(Element) - Method in class twaver.network.TNetwork
Adds a new element to the data box connected with this network.
addElementWithDescendant(Element) - Method in class twaver.TDataBox
Adds the specified element with all descendant into this data box
addElementWithDescendant(Element, VisibleFilter) - Method in class twaver.TDataBox
Adds the specified element with all descendant into this data box.
addEvent(Object) - Method in class twaver.UndoRedoManager
Adds a new change event about corresponding box to UndoRedoManager instance.
addExtension(String) - Method in class twaver.swing.FileChooserFilter
Adds a filetype "dot" extension to filter against.
addInteractionListener(InteractionListener) - Method in class twaver.network.TNetwork
Adds an interaction listener on the network.
addItem(Item) - Method in class twaver.chart.AbstractChart
Adds an item to the box if box does't contain the item.
addLayer(Layer) - Method in class twaver.LayerModel
Adds a new layer to this model.
addLayer(int, Layer) - Method in class twaver.LayerModel
Adds a new layer with the specified layer index to this model.
addLayer() - Method in class twaver.network.LayerManagerPane
 
addLayerModelListener(LayerModelListener) - Method in class twaver.LayerModel
Adds a layerModelListener to listen layer model event.
addLayerPropertyChangeListener(PropertyChangeListener) - Method in class twaver.LayerModel
Adds a propertyChangeListener that will be notified when any property of any layers in the model changed.
addLayoutComponent(String, Component) - Method in class twaver.swing.LabelValueLayout
 
addLayoutComponent(String, Component) - Method in class twaver.swing.SingleFiledLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class twaver.swing.TableLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class twaver.swing.TableLayout
Adds the specified component with the specified name to the layout.
addLazyLoaderListener(LazyLoaderListener) - Method in class twaver.tree.TTree
 
addMarker(double, Color) - Method in class twaver.chart.AbstractScaleChart
Adds a marker to the list of the markers.
addMarker(Marker) - Method in class twaver.chart.AbstractScaleChart
Adds a new specified Marker object to the list of the markers.
addMarker(double, Color) - Method in class twaver.chart.AbstractXYScaleChart
Adds a marker to the list of the markers.
addMarker(Marker) - Method in class twaver.chart.AbstractXYScaleChart
Adds a new specified Marker object to the list of the markers.
addMarker(Marker) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Adds a new specified Marker object to the list of the markers.
addMovableFilter(MovableFilter) - Method in class twaver.network.TNetwork
Adds a new movable filter into this network.
addMovableFilter(MovableFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Adds a new movable filter into this network.
addNewAlarm(AlarmSeverity) - Method in class twaver.AlarmState
Adds a new alarm with given severity.
addPageListener(PageListener) - Method in class twaver.table.AbstractPageTableModel
Add a page listener into this table paging.
addPageListener(PageListener) - Method in interface twaver.table.TablePaging
Add a page listener into this table paging.
addParam(Object, Object) - Method in class twaver.ElementAttribute
Adds additional parameter by specified key.
addPoint(Point2D) - Method in class twaver.ShapeLink
Add a control point into the shape node.
addPoint(Point2D) - Method in class twaver.ShapeNode
Add a control point into the shape node.
addPropertyChangeHandler(PropertyChangeHandler) - Method in class twaver.network.NetworkElementRenderer
Add a property change handler into this renderer.
addPropertyChangeListener(PropertyChangeListener) - Method in class twaver.AbstractElement
Adds a PropertyChangeListener on this element.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class twaver.AbstractElement
Adds a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface twaver.Element
Adds a PropertyChangeListener on this element.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface twaver.Element
Adds a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class twaver.table.TTableColumn
Add a property change listener on this column.
addPropertyChangeListener(PropertyChangeListener) - Method in class twaver.TDataBox
Adds a PropertyChangeListener on this data box.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class twaver.TDataBox
Adds a PropertyChangeListener for a specific property.
addPropertySheetListener(PropertySheetListener) - Method in class twaver.table.TPropertySheet
 
addPropertyValueSettingListener(PropertyValueSettingListener) - Method in class twaver.table.TPropertySheet
Add a property value setting licenter to the property sheet.
addRow(Vector) - Method in class twaver.table.TTableModel
Adds a row to the table model.
addRowFilter(TTableRowFilter) - Method in class twaver.table.TTable
Add a row filter on this table.
addRowFilter(TTableRowFilter) - Method in class twaver.table.TTableModel
Add a table row filter on this table.
addRowFilter(TTableRowFilter) - Method in class twaver.table.TTreeTable
Deprecated. 
addRowFilter(TWebTableRowFilter) - Method in class twaver.web.table.TWebTable
 
addSegment(Segment) - Method in class twaver.Branch
Add a segment into this branch.
addSegment(Segment) - Method in class twaver.PolyLine
Add a segment into this polyline
addSelectableFilter(SelectableFilter) - Method in class twaver.chart.AbstractChart
Adds a new selectable filter into this chart.
addSelectableFilter(SelectableFilter) - Method in class twaver.network.TNetwork
Adds a new selectable filter into this network.
addSelectableFilter(SelectableFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Adds a new selectable filter into this network.
addSelectionInterval(int, int) - Method in class twaver.list.TList
Sets the selection to be the union of the specified interval with current selection.
addSVGHeadCustomAttribute(String, String) - Method in class twaver.web.svg.network.SVGContext
 
addTableListener(TTableListener) - Method in class twaver.table.TTable
Add a TWaver table listener on this table.
addTableListener(TTableListener) - Method in class twaver.table.TTableModel
Add a new table listener into this model
addTreeNodeClickedActionListener(ActionListener) - Method in class twaver.tree.TTree
Add an action response to node clicked event.
addUndoRedoListener(UndoRedoListener) - Method in class twaver.UndoRedoManager
Adds a new UndoRedoListener object to this UndoRedoManager object.
addValue(double) - Method in class twaver.chart.Item
Adds a value to the item list.
addVisibleFilter(VisibleFilter) - Method in class twaver.chart.AbstractChart
Adds a VisibleFilter object to the visible filter list
addVisibleFilter(VisibleFilter) - Method in class twaver.combobox.TComboBox
Add the given visible filter onto this combobox.
addVisibleFilter(VisibleFilter) - Method in class twaver.list.TList
Add the given visible filter onto this list.
addVisibleFilter(VisibleFilter) - Method in class twaver.network.TNetwork
Adds a visible filter into this network.
addVisibleFilter(AlarmVisibleFilter) - Method in class twaver.table.TAlarmTable
Add alarm visible filter on this table.
addVisibleFilter(VisibleFilter) - Method in class twaver.table.TElementTable
Add the given visible filter onto this element table.
addVisibleFilter(VisibleFilter) - Method in class twaver.table.TTreeTable
Add the given visible filter onto this element table.
addVisibleFilter(VisibleFilter) - Method in class twaver.tree.TTree
Add a visible filter into this tree.
addVisibleFilter(VisibleFilter) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
addVisibleFilter(VisibleFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Adds a visible filter into this network.
addVisibleFilter(VisibleFilter) - Method in class twaver.web.TWebElementTable
Add the given visible filter onto this element table.
addVisibleFilter(VisibleFilter) - Method in class twaver.web.TWebTree
Add a visible filter into this webtree.
addXScaleText(String) - Method in class twaver.chart.AbstractScaleChart
Adds a new specified scale text to the scale text list.
addXScaleText(String) - Method in class twaver.chart.AbstractXYScaleChart
Adds a new specified scale text to the scale text list.
addXScaleText(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Adds a new specified scale text to the scale text list.
addXScaleText(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Adds a new specified scale text to the scale text list.
addZoomListener(ZoomListener) - Method in class twaver.network.zoom.PhysicalZoomer
Add a zoom Listener into this network.
addZoomListener(ZoomListener) - Method in interface twaver.network.zoom.Zoomer
Add a zoom listener into the zoomer.
adjustBounds() - Method in class twaver.Card
Adjust the element bounds.
adjustBounds() - Method in class twaver.Follower
This method will be called when host is changed.
adjustBounds() - Method in class twaver.Grid
 
adjustBounds() - Method in class twaver.Shelf
This method will be called when host is changed.
adjustBounds() - Method in class twaver.Slot
Adjusts this slot's bounds inside its parent/host.
adjustCanvas(Point, TNetwork) - Static method in class twaver.network.DraggingSpeed
 
adjustCanvasSize() - Method in class twaver.network.TNetwork
Calls this method to adjust network canvas size to its preferred size.
adjustCanvasSize(Element) - Method in class twaver.network.TNetwork
Packs canvas by given element.
adjustCanvasSize(Point) - Method in class twaver.network.TNetwork
Adjusts the canvas area size according to the specified point For drag&drop or other reason, canvas size should adjusted dynamically.
adjustCanvasSize(int, int) - Method in class twaver.network.TNetwork
Adjusts canvas bounds according to the given values.
adjustComponentPosition(JComponent) - Method in class twaver.network.TNetwork
Adjusts the specified component position, avoid the component's location is out of the scroll view port.
adjustPosition() - Method in class twaver.Follower
Adjust this follower position according to its host.
afterInitialize(Encoder, Element, Element) - Method in interface twaver.ElementDelegateInterceptor
Invoked after calling delegate's initialize method.
afterLoad(Element) - Method in interface twaver.tree.LazyLoaderListener
Invoked after a tree load element.
afterPaint(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked after painting network canvas.
afterPaint(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked after painting network canvas.
afterPaintBackground(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked after painting network canvas background.
afterPaintBackground(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked after painting network canvas background.
afterPaintCushions(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked after painting network canvas cushions.
afterPaintCushions(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked after painting network canvas cushions.
afterPaintElements(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked after painting network canvas elements.
afterPaintElements(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked after painting network canvas elements.
afterPaintMarkers(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked after painting network canvas markers.
afterPaintMarkers(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked after painting network canvas markers.
afterPropertyValueSetting(Element, TPropertyDescriptor, Object) - Method in interface twaver.table.PropertyValueSettingListener
Called after new value is set to the element's property.
afterRead(TDataBox, InputStream, Element) - Method in interface twaver.XMLInterceptor
Invoked after finishing parsing xml data.
afterRead(TDataBox, InputStream, Element) - Method in class twaver.XMLInterceptorAdapter
Invoked after finishing parsing xml data.
afterSelectionChanged(TDataBox, int, Collection) - Method in interface twaver.SelectionChangedInterceptor
Invoked after elements' selection state changed.
afterWrite(TDataBox, DataBoxOutputSetting) - Method in interface twaver.XMLInterceptor
Invoked after finishing outputing xml data
afterWrite(TDataBox, DataBoxOutputSetting) - Method in class twaver.XMLInterceptorAdapter
Invoked after finishing outputing xml data
agentLinksSet - Variable in class twaver.Node
 
AIR_COMPRESSOR_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Air compressor failure'.
AIR_CONDITIONING_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Air conditioning failure'.
AIR_DRYER_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Air dryer failure'.
Alarm - Class in twaver
A predefined business object for an alarm condition in a managed telecom object.
Alarm() - Constructor for class twaver.Alarm
create default alarm instance.
Alarm(Object) - Constructor for class twaver.Alarm
Create an alarm instance by specified ID.
Alarm(Object, Object) - Constructor for class twaver.Alarm
create an alarm instance occurred on specified element by specified ID.
Alarm(Object, AlarmSeverity) - Constructor for class twaver.Alarm
create an alarm instance occurred on specified element ID with given alarm severity.
Alarm(Object, Object, AlarmSeverity) - Constructor for class twaver.Alarm
create an alarm instance which has specified ID, occurred on the element id, and has the specified severity.
ALARM_ADDED - Static variable in class twaver.AlarmModelEvent
Identifies alarm added into alarm model.
ALARM_CLEARED - Static variable in class twaver.AlarmModelEvent
Identifies alarms was been removed all the from alarm model.
ALARM_INDICATION_SIGNAL - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Alarm indication signal'.
ALARM_REMOVED - Static variable in class twaver.AlarmModelEvent
Identifies alarm removed from alarm model.
ALARM_TABLE_LAZY_PUBLISH_MODE - Static variable in class twaver.TWaverConst
 
ALARMACKED - Static variable in class twaver.web.svg.TWaverWebConst
 
alarmAdded(AlarmModelEvent) - Method in class twaver.AlarmModelAdapter
Called when new alarm instance add into alarm model.
alarmAdded(AlarmModelEvent) - Method in interface twaver.AlarmModelListener
Called when new alarm instance add into alarm model.
alarmAttachment - Variable in class twaver.network.ui.AbstractElementUI
 
AlarmAttachment - Class in twaver.network.ui
This class defines an alarm attachment.
AlarmAttachment(ElementUI) - Constructor for class twaver.network.ui.AlarmAttachment
constructs an alarm attachment instance with specified element UI class.
alarmCleared(AlarmModelEvent) - Method in class twaver.AlarmModelAdapter
Called when all alarms were removed from alarm model.
alarmCleared(AlarmModelEvent) - Method in interface twaver.AlarmModelListener
Called when all alarms were removed from alarm model.
ALARMCOLOR - Static variable in class twaver.web.svg.TWaverWebConst
 
AlarmElementMapping - Interface in twaver
In general the elementID property of alarm is used to connected the alarm to corresponding element.
AlarmModel - Class in twaver
AlarmModel is alarm container used to contains alarms.
AlarmModelAdapter - Class in twaver
An adapter class for receiving alarm model events.
AlarmModelAdapter() - Constructor for class twaver.AlarmModelAdapter
 
AlarmModelEvent - Class in twaver
Defines an event that encapsulates changes to an alarm model.
AlarmModelEvent(AlarmModel, Alarm, int) - Constructor for class twaver.AlarmModelEvent
Creates a alarm model event object.
AlarmModelListener - Interface in twaver
This class is a listener which designed to monitor the data change for alarm model.
AlarmModelQuickFinder - Class in twaver
The AlarmModelQuickFinder is designed for quick searching for alarms object in alarm model.
AlarmModelQuickFinder(AlarmModel, String) - Constructor for class twaver.AlarmModelQuickFinder
Creates a AlarmModelQuickFinder instance with specified alarm model and alarm property name.
ALARMNEW - Static variable in class twaver.web.svg.TWaverWebConst
 
ALARMNUM_ALAINTYPE_CENTER - Static variable in class twaver.table.renderer.AlarmStateRenderer
 
ALARMNUM_ALAINTYPE_LEFT - Static variable in class twaver.table.renderer.AlarmStateRenderer
 
ALARMNUM_ALAINTYPE_RIGHT - Static variable in class twaver.table.renderer.AlarmStateRenderer
 
AlarmProbableCause - Class in twaver
This class contains definitions for probable causes that are used in reported alarms.
AlarmPropagator - Interface in twaver
This interface defines the alarm propagator, it used to propagate alarm information to other related elements.
alarmRemoved(AlarmModelEvent) - Method in class twaver.AlarmModelAdapter
Called when alarm instance removed from alarm model.
alarmRemoved(AlarmModelEvent) - Method in interface twaver.AlarmModelListener
Called when alarm instance removed from alarm model.
AlarmSeverity - Class in twaver
This class defines the alarm severity for alarm.
ALARMSEVERITY - Static variable in class twaver.web.svg.TWaverWebConst
 
alarmSeverityChange() - Method in interface twaver.AlarmSeverityChangeListener
This method gets called when a bound property of source alarm state is changed, or AlarmSeverity is registered and removed.
AlarmSeverityChangeListener - Interface in twaver
Define an object used to listen alarm state change event.
AlarmSeverityComparator - Class in twaver
The comparator is used to compare alarm severity.
AlarmSeverityEditor - Class in twaver.table.editor
 
AlarmSeverityEditor() - Constructor for class twaver.table.editor.AlarmSeverityEditor
 
AlarmSeverityEditor(String) - Constructor for class twaver.table.editor.AlarmSeverityEditor
 
AlarmSeverityEditor(String, String) - Constructor for class twaver.table.editor.AlarmSeverityEditor
 
AlarmSeverityRenderer - Class in twaver.table.renderer
This is a renderer is used to render AlarmSeverity object.
AlarmSeverityRenderer() - Constructor for class twaver.table.renderer.AlarmSeverityRenderer
 
AlarmSeverityRenderer(String, String) - Constructor for class twaver.table.renderer.AlarmSeverityRenderer
 
alarmState - Variable in class twaver.AbstractElement
 
AlarmState - Class in twaver
This class provides a representation model for generic alarms carried by a telecom object.
AlarmState() - Constructor for class twaver.AlarmState
Default constructor
AlarmState(Element) - Constructor for class twaver.AlarmState
Create alarm state object that is initialized with the given element as the source element.
ALARMSTATE - Static variable in class twaver.TWaverConst
alarmstate property name
ALARMSTATE - Static variable in class twaver.UndoRedoEvent
 
AlarmStateChangeEvent - Class in twaver
This class defines an event object used to notify interested parties that the alarm state has been changed in the event source.
AlarmStateChangeEvent(Element, int) - Constructor for class twaver.AlarmStateChangeEvent
Create a change event object with source element and the specified event type.
AlarmStateEditor - Class in twaver.table.editor
A cell editor for editing alarm state value.
AlarmStateEditor() - Constructor for class twaver.table.editor.AlarmStateEditor
 
AlarmStateEditorUI - Class in twaver.table.editor
 
AlarmStateEditorUI(Dialog, TDataBox, AlarmState, ActionListener) - Constructor for class twaver.table.editor.AlarmStateEditorUI
 
AlarmStateEditorUI(Frame, TDataBox, AlarmState, ActionListener) - Constructor for class twaver.table.editor.AlarmStateEditorUI
 
AlarmStateRenderer - Class in twaver.table.renderer
This is a renderer is used to render AlarmState object.
AlarmStateRenderer() - Constructor for class twaver.table.renderer.AlarmStateRenderer
 
AlarmStateRenderer(String) - Constructor for class twaver.table.renderer.AlarmStateRenderer
 
AlarmStateRenderer - Static variable in class twaver.web.TWebPropertySheet
 
AlarmStateStatistics - Class in twaver
The AlarmStateStatistics class is designed to calculate alarm state of elements in connected data box.
AlarmStateStatistics() - Constructor for class twaver.AlarmStateStatistics
Creates a AlarmStateStatistics instance with a default data box created inside the initialization.
AlarmStateStatistics(TDataBox) - Constructor for class twaver.AlarmStateStatistics
Creates a a AlarmStateStatistics instance with a given data box object.
AlarmStateStatistics(TDataBox, List) - Constructor for class twaver.AlarmStateStatistics
Creates a a AlarmStateStatistics instance with a given data box object.
ALARMTOTAL - Static variable in class twaver.web.svg.TWaverWebConst
 
AlarmTrendIndication - Class in twaver
This class contains definitions for trend indication types for observed conditions.
AlarmTrendIndicationRenderer - Class in twaver.table.renderer
This is a renderer is used to render AlarmTrendIndication object.
AlarmTrendIndicationRenderer() - Constructor for class twaver.table.renderer.AlarmTrendIndicationRenderer
 
AlarmType - Class in twaver
This class identifies all 3G TS 32.111-2 [4] defined alarm event types used by this API.
AlarmVisibleFilter - Interface in twaver
This filter class defines an alarm visible filter.
align(List, String) - Static method in class twaver.TWaverUtil
 
align(List, int) - Static method in class twaver.TWaverUtil
 
ALIGN_TYPE_BOTTOM - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_HORIZONTAL_CENTER - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_LEFT - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_LEFT_BOTTOM - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_LEFT_TOP - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_RIGHT - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_RIGHT_BOTTOM - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_RIGHT_TOP - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_TOP - Static variable in class twaver.TWaverConst
 
ALIGN_TYPE_VERTICAL_CENTER - Static variable in class twaver.TWaverConst
 
AlignBottomAction - Class in twaver.network.action
This action can make all selected elements of given network align at bottom.
AlignBottomAction(TView) - Constructor for class twaver.network.action.AlignBottomAction
 
alignBottomSelection() - Method in class twaver.TDataBox
Makes all selected elements align at bottom with the lowest selected element.
AlignCenterAction - Class in twaver.network.action
This action can make all selected elements of given network align at center.
AlignCenterAction(TView) - Constructor for class twaver.network.action.AlignCenterAction
 
alignCenterSelection() - Method in class twaver.TDataBox
Makes all selected elements align at horizontal center positon.
AlignLeftAction - Class in twaver.network.action
This action can make all selected elements of given network align at left.
AlignLeftAction(TView) - Constructor for class twaver.network.action.AlignLeftAction
 
alignLeftSelection() - Method in class twaver.TDataBox
Makes all selected elements align at left with the leftest selected element.
alignment - Variable in class twaver.swing.TableLayout.Entry
Horizontal and vertical alignment
AlignMiddleAction - Class in twaver.network.action
This action can make all selected elements of given network align at center.
AlignMiddleAction(TView) - Constructor for class twaver.network.action.AlignMiddleAction
 
alignMiddleSelection() - Method in class twaver.TDataBox
Makes all selected elements align at vertical middle positon.
AlignRightAction - Class in twaver.network.action
This action can make all selected elements of given network align at right.
AlignRightAction(TView) - Constructor for class twaver.network.action.AlignRightAction
 
alignRightSelection() - Method in class twaver.TDataBox
Makes all selected elements align at right with the rightest selected element.
AlignTopAction - Class in twaver.network.action
This action can make all selected elements of given network align at top.
AlignTopAction(TView) - Constructor for class twaver.network.action.AlignTopAction
 
alignTopSelection() - Method in class twaver.TDataBox
Makes all selected elements align at top with the topest selected element.
ALL_CLIENTPROPERTIES - Static variable in class twaver.TWaverConst
 
ALL_USERPROPERTIES - Static variable in class twaver.TWaverConst
 
allAgentLinks - Variable in class twaver.Node
 
allFollowers - Variable in class twaver.Node
 
allLinks - Variable in class twaver.Node
 
Animate - Class in twaver.animate
 
Animate() - Constructor for class twaver.animate.Animate
 
Animate(Runnable) - Constructor for class twaver.animate.Animate
 
Animate(Runnable, int, int) - Constructor for class twaver.animate.Animate
 
animate(int, MouseEvent) - Method in class twaver.network.ui.ComponentAttachment
 
AnimateCenterLocation - Class in twaver.animate
 
AnimateCenterLocation(Map) - Constructor for class twaver.animate.AnimateCenterLocation
 
AnimateCenterLocation(Map, Runnable) - Constructor for class twaver.animate.AnimateCenterLocation
 
AnimateCenterLocation(Map, Runnable, int, int) - Constructor for class twaver.animate.AnimateCenterLocation
 
animateCenterLocation(Map) - Static method in class twaver.TWaverUtil
Changes elements center location animately.
animateCenterLocation(Map, Runnable, int, int) - Static method in class twaver.TWaverUtil
Changes elements center location animately.
AnimateComponentAttachment - Class in twaver.animate
 
AnimateComponentAttachment(ComponentAttachment, int, MouseEvent) - Constructor for class twaver.animate.AnimateComponentAttachment
 
animateCurrentSubNetwork(TSubNetwork) - Method in class twaver.network.TNetwork
Sets current subnetwork animately.
animateCurrentSubNetwork(TSubNetwork, Runnable, int, int) - Method in class twaver.network.TNetwork
Sets current subnetwork animately.
AnimateDelete - Class in twaver.animate
 
AnimateDelete(TDataBox, List, Runnable, int, int) - Constructor for class twaver.animate.AnimateDelete
 
animateDelete(TDataBox, List) - Static method in class twaver.TWaverUtil
Deletes elements from data box animately.
animateDelete(TDataBox, List, Runnable, int, int) - Static method in class twaver.TWaverUtil
Deletes elements from data box animately.
AnimateLocation - Class in twaver.animate
 
AnimateLocation(Map) - Constructor for class twaver.animate.AnimateLocation
 
AnimateLocation(Map, Runnable) - Constructor for class twaver.animate.AnimateLocation
 
AnimateLocation(Map, Runnable, int, int) - Constructor for class twaver.animate.AnimateLocation
 
animateLocation(Map) - Static method in class twaver.TWaverUtil
Changes elements location animately.
animateLocation(Map, Runnable, int, int) - Static method in class twaver.TWaverUtil
Changes elements location animately.
AnimateManager - Class in twaver.animate
 
animateMove(Node, double, double, Runnable) - Static method in class twaver.TWaverUtil
Moves node location with offset animately.
animateMove(Iterator, double, double) - Static method in class twaver.TWaverUtil
Moves elements location with offset animately.
animateMove(Iterator, MovableFilter, double, double, Runnable, int, int) - Static method in class twaver.TWaverUtil
Moves elements location with offset animately.
AnimateProperty - Class in twaver.animate
 
AnimateProperty(Map, Runnable, int, int) - Constructor for class twaver.animate.AnimateProperty
 
AnimateResize - Class in twaver.animate
 
AnimateResize(Map) - Constructor for class twaver.animate.AnimateResize
 
AnimateResize(Map, Runnable) - Constructor for class twaver.animate.AnimateResize
 
AnimateResize(Map, Runnable, int, int) - Constructor for class twaver.animate.AnimateResize
 
animateResize(Map) - Static method in class twaver.TWaverUtil
Resizes elements bounds animately.
animateResize(Map, Runnable, int, int) - Static method in class twaver.TWaverUtil
Resizes elements bounds animately.
AnimateSubNetwork - Class in twaver.animate
 
AnimateSubNetwork(TNetwork, TSubNetwork, Runnable, int, int) - Constructor for class twaver.animate.AnimateSubNetwork
 
ANTENNA_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Antenna problem'.
ANTENNA_TYPE_ELLIPSE - Static variable in class twaver.TWaverConst
ellipse type of bts antenna
ANTENNA_TYPE_RECTANGLE - Static variable in class twaver.TWaverConst
rectangle type of bts antenna
ANTENNA_TYPE_ROUND_RECTANGLE - Static variable in class twaver.TWaverConst
round rectangle type of bts antenna
ANTENNA_TYPE_SECTOR - Static variable in class twaver.TWaverConst
sector type of bts antenna
ANTENNA_TYPE_TRIANGLE - Static variable in class twaver.TWaverConst
triangle type of bts antenna
antialias - Variable in class twaver.chart.AbstractChart
 
antialias - Variable in class twaver.network.ui.LinkUI
 
APPEND_SELECTION_COLLECTION - Static variable in interface twaver.SelectionChangedInterceptor
append a collection of elements into selection model.
APPEND_SELECTION_ELEMENT - Static variable in interface twaver.SelectionChangedInterceptor
append a element into selection model.
appendBackgroundHeadCustomAttribute(StringBuffer, Object) - Method in class twaver.web.svg.network.SVGContext
 
appendChildrenJson(StringBuffer, List) - Method in class twaver.web.TWebTreeTable
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.GridSVGUI
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.LinkSubNetworkSVGUI
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeLinkSVGUI
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeNodeSVGUI
 
appendClassName(StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeSubNetworkSVGUI
 
appendCurrentSubNetworkIDtoBackGround(SVGContext, StringBuffer) - Static method in class twaver.web.WebUtil
 
appendCustomerSVGAfterBody(StringBuffer, SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
appendCustomerSVGBeforeBody(StringBuffer, SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
appendCustomStateOutline(StringBuffer, SVGContext, Rectangle, String) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
 
appendDefaultStateOutline(StringBuffer, SVGContext, Rectangle) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
 
appendElementAttributesSVG(StringBuffer, Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the element's attribute string.
appendElementBodyCustomAttribute(StringBuffer, Object) - Method in class twaver.web.svg.network.SVGContext
 
appendElementBodyProperties(StringBuffer, SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
appendElementHeadCustomAttribute(StringBuffer, Object) - Method in class twaver.web.svg.network.SVGContext
Appends custom attribute String to the given StringBuffer.
appendElementSelectionAttribute(StringBuffer) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
appendGradientDefinitionSVG(StringBuffer) - Method in class twaver.web.svg.network.SVGContext
Append the svg gradient definition to the stringbuffer
appendImage(SVGContext, StringBuffer, String, Color, Rectangle, float) - Static method in class twaver.TWaverUtil
Append image svg segment to the given stringbuffer.
appendSelection(Element) - Method in interface twaver.DataBoxSelectionModel
Append the element into this selection model.
appendSelection(Collection) - Method in interface twaver.DataBoxSelectionModel
Append all given elements into this model.
appendSelection(Element) - Method in class twaver.network.TNetwork
Keeps current selection and makes given element selected.
appendShapeDirect(SVGContext, StringBuffer, Shape, Object, Object, Object, float) - Static method in class twaver.web.WebUtil
 
appendShapePoints(StringBuffer, List, int) - Method in class twaver.web.svg.network.SVGContext
 
appendSVGBackground(SVGContext, StringBuffer) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
appendSVGImage(SVGContext, StringBuffer, String, String, Color, int, int) - Static method in class twaver.web.WebUtil
Append image to SVG.The image's url is in javaclass.
appendSVGPreDefine(SVGContext, StringBuffer) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
appendSVGWebImage(StringBuffer, int, int, int, int, String) - Static method in class twaver.web.WebUtil
Append image to SVG.The image's url is in web.
appendText(SVGContext, StringBuffer, String, Color, Font, int, int, int, int) - Static method in class twaver.web.WebUtil
 
appendValue(StringBuffer, String, int) - Method in class twaver.web.svg.network.SVGContext
Append value string to the stringbuffer by the attribute and the int value
appendValue(StringBuffer, String, double) - Method in class twaver.web.svg.network.SVGContext
Append value string to the stringbuffer by the attribute and the double value
appendValue(StringBuffer, String, String, boolean) - Method in class twaver.web.svg.network.SVGContext
Append value string to the stringbuffer by the attribute and the string value
appendValue(StringBuffer, String, String) - Method in class twaver.web.svg.network.SVGContext
Append value string to the stringbuffer by the attribute and the string value
APPLICATION_SUBSYSTEM_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Application subsystem failure'.
ARROW_CIRCLE - Static variable in class twaver.TWaverConst
circle arrow type
ARROW_CIRCLE_GREAT - Static variable in class twaver.TWaverConst
circle great arrow type
ARROW_CIRCLE_SMALL - Static variable in class twaver.TWaverConst
circle small arrow type
ARROW_DELTA - Static variable in class twaver.TWaverConst
delta arrow type
ARROW_DELTA_GREAT - Static variable in class twaver.TWaverConst
delta great arrow type
ARROW_DELTA_SMALL - Static variable in class twaver.TWaverConst
delta small arrow type
ARROW_DIAMOND - Static variable in class twaver.TWaverConst
diamond arrow type
ARROW_DIAMOND_GREAT - Static variable in class twaver.TWaverConst
diamond great arrow type
ARROW_DIAMOND_SMALL - Static variable in class twaver.TWaverConst
diamond small arrow type
ARROW_RECTANGLE - Static variable in class twaver.TWaverConst
rectangle arrow type
ARROW_RECTANGLE_GREAT - Static variable in class twaver.TWaverConst
rectangle great arrow type
ARROW_RECTANGLE_SMALL - Static variable in class twaver.TWaverConst
rectangle small arrow type
ARROW_SHORT - Static variable in class twaver.TWaverConst
short arrow type
ARROW_SHORT_GREAT - Static variable in class twaver.TWaverConst
short great arrow type
ARROW_SHORT_SMALL - Static variable in class twaver.TWaverConst
short small arrow type
ARROW_STANDARD - Static variable in class twaver.TWaverConst
standard arrow type
ARROW_STANDARD_GREAT - Static variable in class twaver.TWaverConst
standard great arrow type
ARROW_STANDARD_SMALL - Static variable in class twaver.TWaverConst
standard small arrow type
ARROW_STAR - Static variable in class twaver.TWaverConst
star arrow type
ARROW_STAR_GREAT - Static variable in class twaver.TWaverConst
star great arrow type
ARROW_STAR_SMALL - Static variable in class twaver.TWaverConst
star small arrow type
ASCENDING - Static variable in class twaver.AlarmSeverityComparator
This is a default alarm severity comparator.
assignAbsoluteSize(int, int) - Method in class twaver.swing.TableLayout
Assigns absolute sizes.
assignFillSize(int, int) - Method in class twaver.swing.TableLayout
Assigns FILL sizes.
assignPrefMinSize(int, int, double) - Method in class twaver.swing.TableLayout
Assigned sizes to preferred and minimum size columns and rows.
assignRelativeSize(int, int) - Method in class twaver.swing.TableLayout
Assigns relative sizes.
Attachment - Interface in twaver.network.ui
This interface defines the visualize graph element which can be attached on an ElementUI object.
ATTACHMENT_CLICKED - Static variable in class twaver.network.InteractionEvent
Indicate attachment is clicked.
ATTACHMENT_DIRECTION_BOTTOM - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_BOTTOM_LEFT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_BOTTOM_RIGHT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_LEFT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_LEFT_BOTTOM - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_LEFT_TOP - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_RIGHT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_RIGHT_BOTTOM - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_RIGHT_TOP - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_TOP - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_TOP_LEFT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_DIRECTION_TOP_RIGHT - Static variable in class twaver.TWaverConst
 
ATTACHMENT_LINK_CNET - Static variable in class twaver.TWaverConst
 
ATTACHMENT_LINK_ELECTRICAL - Static variable in class twaver.TWaverConst
 
ATTACHMENT_LINK_FIBER - Static variable in class twaver.TWaverConst
 
ATTACHMENT_MESSAGE - Static variable in class twaver.TWaverConst
 
ATTACHMENT_STYLE_BUBBLE - Static variable in class twaver.TWaverConst
 
ATTACHMENT_STYLE_DEFAULT - Static variable in class twaver.TWaverConst
 
attachmentOrientation - Variable in class twaver.network.ui.AbstractElementUI
 
attachmentPosition - Variable in class twaver.network.ui.AbstractElementUI
 
attachments - Variable in class twaver.network.ui.AbstractElementUI
Save all attachments in this vector instance.
attachments() - Method in class twaver.network.ui.AbstractElementUI
Return iterator of this ui's all attachments.
attachments() - Method in interface twaver.network.ui.ElementUI
The iterator of all attachments holded by this attachable.
attachmentXGap - Variable in class twaver.network.ui.AbstractElementUI
 
attachmentXOffset - Variable in class twaver.network.ui.AbstractElementUI
 
attachmentYGap - Variable in class twaver.network.ui.AbstractElementUI
 
attachmentYOffset - Variable in class twaver.network.ui.AbstractElementUI
 
attributes - Static variable in class twaver.network.LayerManagerPane
 
attributeToEditorCache - Variable in class twaver.table.CellEditorManager
 
attributeToRendererCache - Variable in class twaver.table.CellRendererManager
 
autoscroll(Point) - Method in class twaver.tree.TTree
Call this to start to scroll tree viewport to the cursor location.

B

BACK_PLANE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Back plane failure'.
Background - Interface in twaver.network.background
Network component using a Background object to paint map background.
background - Variable in class twaver.network.ui.LabelAttachment
 
backgroundBounds - Variable in class twaver.chart.AbstractChart
 
backgroundBounds - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundFillColor - Variable in class twaver.chart.AbstractChart
 
backgroundFillColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundFillOpacity - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundFillOpacity - Variable in class twaver.web.svg.network.TSVGNetwork
 
backgroundGradient - Variable in class twaver.chart.AbstractChart
 
backgroundGradient - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundGradientColor - Variable in class twaver.chart.AbstractChart
 
backgroundGradientColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundGradientFactory - Variable in class twaver.chart.AbstractChart
 
backgroundGradientFactory - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundOutlineColor - Variable in class twaver.chart.AbstractChart
 
backgroundOutlineColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundStroke - Variable in class twaver.chart.AbstractChart
 
backgroundStroke - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
backgroundVisible - Variable in class twaver.chart.AbstractChart
 
backgroundVisible - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
BANDWIDTH_REDUCTION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Bandwidth reduction'.
BAR_PANEL - Static variable in class twaver.table.TAlarmOverview
Indicate the bar chart panel index
BAR_TYPE_DEFAULT - Static variable in class twaver.TWaverConst
 
BAR_TYPE_GROUP - Static variable in class twaver.TWaverConst
 
BAR_TYPE_LAYER - Static variable in class twaver.TWaverConst
 
BAR_TYPE_PERCENT - Static variable in class twaver.TWaverConst
 
BAR_TYPE_STACK - Static variable in class twaver.TWaverConst
 
BarChart - Class in twaver.chart
 
BarChart() - Constructor for class twaver.chart.BarChart
Creates a new BarChart object.
BarChart(TDataBox) - Constructor for class twaver.chart.BarChart
Creates a BarChart object initialized with an explicit data box.
BarChart(TDataBox, String, Color) - Constructor for class twaver.chart.BarChart
Creates a BarChart object initialized with an explicit data box,a title text and a background color.
BarChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.BarChart
Creates a BarChart object initialized with an explicit data box,a title text, a background color and a foreground color.
BarChart(List) - Constructor for class twaver.chart.BarChart
Creates a new BarChart object initialized with a List
BarChart(List, String) - Constructor for class twaver.chart.BarChart
Creates a new BarChart object initialized with a List and a title text.
BarChart(List, String, Color) - Constructor for class twaver.chart.BarChart
Creates a new BarChart object initialized with a List ,a title text and a background color.
BarChart(List, String, Color, Color) - Constructor for class twaver.chart.BarChart
Creates a BarChart object initialized with an explicit data box,a title text, a background color and a foreground color.
BaseAction - Class in twaver.network.action
Define the common behevior of Action.
BaseAction(TView) - Constructor for class twaver.network.action.BaseAction
 
BaseElement - Class in twaver
A basic implementation of Element.
BaseElement() - Constructor for class twaver.BaseElement
Default constructor.
BaseElement(Object) - Constructor for class twaver.BaseElement
Creates an instance with given id.
BaseElementSVGUI - Class in twaver.web.svg.network.ui
 
BaseElementSVGUI(TSVGNetwork, BaseElement) - Constructor for class twaver.web.svg.network.ui.BaseElementSVGUI
 
BaseElementUI - Class in twaver.network.ui
This UI delegate defined to paint BaseElement object.
BaseElementUI(TNetwork, BaseElement) - Constructor for class twaver.network.ui.BaseElementUI
Constructs a base element ui class by specified network and element.
BaseEquipment - Class in twaver
This class is a basic implementation for interface Equipment.
BaseEquipment() - Constructor for class twaver.BaseEquipment
Default constructor.
BaseEquipment(Object) - Constructor for class twaver.BaseEquipment
Creates a BaseElement by given id.
BaseEquipmentUI - Class in twaver.network.ui
This class defines a base equipment ui.
BaseEquipmentUI(TNetwork, BaseEquipment) - Constructor for class twaver.network.ui.BaseEquipmentUI
Constructs an new equipment ui with specified network and equipment.
BaseNetworkButton - Class in twaver.network.toolbar
This is the base network toolbar button.
BaseNetworkButton(TNetwork) - Constructor for class twaver.network.toolbar.BaseNetworkButton
Constructs a base button initialized by specified network.
BaseNetworkDnDButton - Class in twaver.network.toolbar
 
BaseNetworkDnDButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.BaseNetworkDnDButton
 
BaseNetworkToggleButton - Class in twaver.network.toolbar
This is the base network toolbar toggle button.
BaseNetworkToggleButton(TNetwork) - Constructor for class twaver.network.toolbar.BaseNetworkToggleButton
Constructs a base button initialized by specified network.
BASIC_STROKE - Static variable in class twaver.TWaverConst
1 pixel with stroke (new BasicStroke(1)).
BASIC_TRANSFORM - Static variable in class twaver.TWaverConst
A default AffineTransform instance
Batchable - Interface in twaver
public interface Batchable to be implemented by classes that allow grouping modifications in batches.
BatchAdapter - Class in twaver
The BatchAdapter is a adapter for BatchListener interface.
BatchAdapter() - Constructor for class twaver.BatchAdapter
 
batchEnded(BatchEvent) - Method in class twaver.BatchAdapter
Called when batch is ended.
batchEnded(BatchEvent) - Method in interface twaver.BatchListener
Called when batch is ended.
BatchEvent - Class in twaver
The BatchEvent is used for Batchable's event.
BatchEvent(Object) - Constructor for class twaver.BatchEvent
Create a batch event.
BatchListener - Interface in twaver
The BatchListener is used to receive Batchable object's event.
batchStarted(BatchEvent) - Method in class twaver.BatchAdapter
Called when batch is started.
batchStarted(BatchEvent) - Method in interface twaver.BatchListener
Called when batch is started.
BATTERY_BREAKDOWN - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Battery breakdown'.
BATTERY_CHARGING_FAULT - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Battery charging fault'.
BATTERY_DISCHARGING - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Battery discharging'.
BATTERY_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Battery failure'.
beforeCellValueChanged(Vector, int, Object, Object) - Method in class twaver.table.TTableAdapter
Called before cell value is changed
beforeCellValueChanged(Vector, int, Object, Object) - Method in interface twaver.table.TTableListener
Called before cell value is changed
beforeInitialize(Encoder, Element, Element) - Method in interface twaver.ElementDelegateInterceptor
Invoked before calling delegate's initialize method.
beforeLoad(Element) - Method in interface twaver.tree.LazyLoaderListener
Invoked before a tree load element.
beforePaint(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked before painting network canvas.
beforePaint(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked before painting network canvas.
beforePaintBackground(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked before painting network canvas background.
beforePaintBackground(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked before painting network canvas background.
beforePaintCushions(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked before painting network canvas cushions.
beforePaintCushions(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked before painting network canvas cushions.
beforePaintElements(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked before painting network canvas elements.
beforePaintElements(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked before painting network canvas elements.
beforePaintMarkers(Graphics) - Method in class twaver.network.CanvasPaintAdapter
Invoked before painting network canvas markers.
beforePaintMarkers(Graphics) - Method in interface twaver.network.CanvasPaintListener
Invoked before painting network canvas markers.
beforePropertyValueSetting(Element, TPropertyDescriptor, Object) - Method in interface twaver.table.PropertyValueSettingListener
Called before new value is set to the element's property.
beforeRead(TDataBox, InputStream, Element) - Method in interface twaver.XMLInterceptor
Invoked before parsing xml data.
beforeRead(TDataBox, InputStream, Element) - Method in class twaver.XMLInterceptorAdapter
Invoked before parsing xml data.
beforeSelectionChanged(TDataBox, int, Collection) - Method in interface twaver.SelectionChangedInterceptor
Invoked before elements' selection state changed.
beforeWrite(TDataBox, DataBoxOutputSetting) - Method in interface twaver.XMLInterceptor
Invoked before outputing xml data
beforeWrite(TDataBox, DataBoxOutputSetting) - Method in class twaver.XMLInterceptorAdapter
Invoked before outputing xml data
BigDecimalEditor - Class in twaver.table.editor
A cell editor for editing BigDecimal value.
BigDecimalEditor() - Constructor for class twaver.table.editor.BigDecimalEditor
 
BigDecimalEditor(String) - Constructor for class twaver.table.editor.BigDecimalEditor
 
BigIntegerEditor - Class in twaver.table.editor
A cell editor for editing BigInteger value.
BigIntegerEditor() - Constructor for class twaver.table.editor.BigIntegerEditor
 
BigIntegerEditor(String) - Constructor for class twaver.table.editor.BigIntegerEditor
 
BLANK_IMAGE - Static variable in class twaver.TWaverConst
Indicate a blank image for an element instance.
blinkColor - Variable in class twaver.network.ui.LinkUI
 
blinkingObject - Variable in class twaver.PolyLine
 
BlinkingRule - Class in twaver
The BlinkingRule is used to determine whether an element should blink in its body or outline.
BlinkingRule() - Constructor for class twaver.BlinkingRule
 
blinkingSegmentMap - Variable in class twaver.network.ui.PolyLineUI
 
BOCP_PREFIX - Static variable in class twaver.TWaverConst
business object client property prefix
bodyFill - Variable in class twaver.network.ui.BaseElementUI
 
bodyRaised - Variable in class twaver.network.ui.BaseElementUI
 
BOJP_PREFIX - Static variable in class twaver.TWaverConst
business object javabean property prefix
BooleanEditor - Class in twaver.table.editor
A cell editor for editing boolean value.
BooleanEditor() - Constructor for class twaver.table.editor.BooleanEditor
 
BooleanEditor(String) - Constructor for class twaver.table.editor.BooleanEditor
 
BooleanRenderer - Class in twaver.table.renderer
This is a renderer is used to render Boolean object.
BooleanRenderer() - Constructor for class twaver.table.renderer.BooleanRenderer
 
BooleanRenderer(String) - Constructor for class twaver.table.renderer.BooleanRenderer
 
BooleanRenderer - Static variable in class twaver.web.TWebPropertySheet
 
border - Variable in class twaver.network.ui.LabelAttachment
 
BORDER_TYPE_DEFAULT - Static variable in class twaver.TWaverConst
 
BORDER_TYPE_POINT - Static variable in class twaver.TWaverConst
 
BORDER_TYPE_SHAPE - Static variable in class twaver.TWaverConst
 
borderColor - Variable in class twaver.network.ui.LabelAttachment
 
borderInsets - Variable in class twaver.network.ui.AbstractElementUI
 
borderStroke - Variable in class twaver.network.ui.LabelAttachment
 
BorderUI - Interface in twaver.network.ui
This interface defines a border UI for the element.
bottom - Variable in class twaver.FloatInsets
 
BOTTOM - Static variable in class twaver.swing.SingleFiledLayout
Bottom justify components
BOTTOM - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is bottom justified in its cell
BottomPileAction - Class in twaver.network.action
This action move and resize all selected elements to pile them up to bottom.
BottomPileAction(TView) - Constructor for class twaver.network.action.BottomPileAction
 
bottomPileSelection() - Method in class twaver.TDataBox
Makes all selected elements piled from bottom.
box - Variable in class twaver.chart.AbstractChart
 
box - Variable in class twaver.DataBoxQuickFinder
 
box - Variable in class twaver.network.CloudLayouter
 
box - Variable in class twaver.table.editor.ButtonEditor
 
box - Variable in class twaver.table.TElementTable
 
box - Variable in class twaver.tree.TTree
 
box - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
box - Variable in class twaver.web.svg.network.TSVGNetwork
 
box - Variable in class twaver.web.TWebElementTable
 
Branch - Class in twaver
This class defines a branch for a PolyLine.
Branch() - Constructor for class twaver.Branch
Creates a branch instance.
BRANCH_BRANCHCOLOR - Static variable in class twaver.TWaverConst
branch color property name
BRANCH_SEGMENT - Static variable in class twaver.TWaverConst
branch segment property name
BRANCH_VISIBLE - Static variable in class twaver.TWaverConst
branch visible property name
branchs - Variable in class twaver.PolyLine
 
breadthFirstEnumeration() - Method in class twaver.TDataBox
Gets an enumeration visit all elements in breadth-first rule.
breadthFirstEnumeration(Element) - Method in class twaver.TDataBox
Gets an enumeration visit all children elements in breadth-first rule.
BROADCAST_CHANNEL_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Broadcast channel failure'.
BTS - Class in twaver
A predefined business object.
BTS() - Constructor for class twaver.BTS
Creates a BTS instance.
BTS(Object) - Constructor for class twaver.BTS
Creates a BTS instance with a given id.
BTSAntenna - Class in twaver
A predefined business object.
BTSAntenna() - Constructor for class twaver.BTSAntenna
Creates a BTSAntenna instance.
BTSAntenna(Object) - Constructor for class twaver.BTSAntenna
Creates a BTSAntenna instance with a given id.
BTSAntennaSVGUI - Class in twaver.web.svg.network.ui
 
BTSAntennaSVGUI(TSVGNetwork, BTSAntenna) - Constructor for class twaver.web.svg.network.ui.BTSAntennaSVGUI
Create a BTSAntenna svg ui with the given network and the BTSAntenna.
BTSAntennaUI - Class in twaver.network.ui
 
BTSAntennaUI(TNetwork, BTSAntenna) - Constructor for class twaver.network.ui.BTSAntennaUI
 
Bubble - Class in twaver.chart
 
Bubble() - Constructor for class twaver.chart.Bubble
Creates a new Bubble object.
Bubble(String) - Constructor for class twaver.chart.Bubble
Creates a new Bubble object with a given text.
Bubble(String, double, double) - Constructor for class twaver.chart.Bubble
Creates a new Bubble object with a given text and x y value.
Bubble(double, double) - Constructor for class twaver.chart.Bubble
Creates a new Bubble object with the given x y value.
Bubble(double, double, double) - Constructor for class twaver.chart.Bubble
Creates a new Bubble object with a given value and x y value.
Bubble(String, double, double, double) - Constructor for class twaver.chart.Bubble
Creates a new Bubble object with the text and the value and x y value.
BubbleChart - Class in twaver.chart
 
BubbleChart() - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object
BubbleChart(TDataBox) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized an explicit data box
BubbleChart(TDataBox, String, Color) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit data box,a title and a background color.
BubbleChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit data box,a title , a background color and a foreground color.
BubbleChart(List) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit list
BubbleChart(List, String) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit list and a title.
BubbleChart(List, String, Color) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit list, a title and a background color.
BubbleChart(List, String, Color, Color) - Constructor for class twaver.chart.BubbleChart
Creates a new BubbleChart object initialized with an explicit list, a title , a background color and a foreground Color.
bundleExpand - Variable in class twaver.network.ui.LinkUI
 
bundleIndex - Variable in class twaver.network.ui.LinkUI
 
bundleSize - Variable in class twaver.network.ui.LinkUI
 
businessObject - Variable in class twaver.AbstractElement
 
button - Variable in class twaver.table.editor.ButtonEditor
 
BUTTON_GROUP_NAME_KEY - Static variable in class twaver.TWaverConst
button group name key
ButtonEditor - Class in twaver.table.editor
This editor display a button in table cell.
ButtonEditor() - Constructor for class twaver.table.editor.ButtonEditor
 
buttonTags - Variable in class twaver.network.inputhandler.CreatePointsInputHandler
 
ByteEditor - Class in twaver.table.editor
A cell editor for editing byte value.
ByteEditor() - Constructor for class twaver.table.editor.ByteEditor
 
ByteEditor(String) - Constructor for class twaver.table.editor.ByteEditor
 

C

C - Static variable in class twaver.swing.TableLayout
Indicates a column
calculate() - Method in class twaver.chart.AbstractChart
An abstract method that will be called when this chart is publishing data, The subclass overrides this method to calculate some values.
calculate() - Method in class twaver.chart.AbstractXYScaleChart
 
calculate() - Method in class twaver.chart.BarChart
 
calculate() - Method in class twaver.chart.DialChart
 
calculate() - Method in class twaver.chart.LineChart
 
calculate() - Method in class twaver.chart.PercentChart
 
calculate() - Method in class twaver.chart.PieChart
 
calculate() - Method in class twaver.chart.RadarChart
 
calculate() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
calculate() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
calculate() - Method in class twaver.web.svg.chart.SVGBarChart
 
calculate() - Method in class twaver.web.svg.chart.SVGDialChart
 
calculate() - Method in class twaver.web.svg.chart.SVGLineChart
 
calculate() - Method in class twaver.web.svg.chart.SVGPercentChart
 
calculate() - Method in class twaver.web.svg.chart.SVGPieChart
 
calculate() - Method in class twaver.web.svg.chart.SVGRadarChart
 
calculateCoordinate(Element) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
Set location from coordinate.
calculateLabelSize() - Method in class twaver.chart.PieChart
 
calculateLabelSize() - Method in class twaver.web.svg.chart.SVGPieChart
 
calculateLayoutSize(Container, double) - Method in class twaver.swing.TableLayout
Calculates the preferred or minimum size for the methods preferredLayoutSize and minimumLayoutSize.
calculateLayoutSize(Container, int, double, TableLayout.Entry[], Dimension[]) - Method in class twaver.swing.TableLayout
Calculates the preferred or minimum size for the method calculateLayoutSize(Container container, double typeOfSize).
calculateOffset() - Method in class twaver.Follower
Calculate the offset with this follower's host.
calculateOffset(int, Insets) - Method in class twaver.swing.TableLayout
Calculates the offset of each cr.
calculatePercentValuesProportionsOfRange(int) - Method in class twaver.chart.BarChart
 
calculatePercentValuesProportionsOfRange(int) - Method in class twaver.web.svg.chart.SVGBarChart
 
calculateSize(Container) - Method in class twaver.swing.TableLayout
Calculates the sizes of the rows and columns based on the absolute and relative sizes specified in crSpec[R] and crSpec[C] and the size of the container.
calculateSizeAndOffset(TableLayout.Entry, int, boolean) - Method in class twaver.swing.TableLayout
Calculates the vertical/horizontal offset and size of a component.
calculateValuesProportionsOfRange(boolean, int) - Method in class twaver.chart.AbstractScaleChart
 
calculateValuesProportionsOfRange(boolean, int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
calculateXScaleTextHeight() - Method in class twaver.chart.AbstractXYScaleChart
Calculate the height of the scale text in x axis;
calculateXScaleTextHeight() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Calculate the height of the scale text in x axis;
calculateYAxisRange() - Method in class twaver.chart.AbstractXYScaleChart
Calculate the range of the y axis.
calculateYAxisRange() - Method in class twaver.chart.BubbleChart
Calculate the scale range, max scale,minimal scale of the y axis.
calculateYAxisRange() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Calculate the range of the y axis.
calculateYAxisRange() - Method in class twaver.web.svg.chart.SVGBubbleChart
Calculate the scale range, max scale,minimal scale of the y axis.
calculateYScaleValueGap() - Method in class twaver.chart.AbstractScaleChart
 
calculateYScaleValueGap() - Method in class twaver.chart.AbstractXYScaleChart
Calculate the value gap of the y scale.
calculateYScaleValueGap() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
calculateYScaleValueGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Calculate the value gap of the y scale.
CALL_ESTABLISHMENT_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Call establishment error'.
CALL_SETUP_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Call setup failure'.
cancelPerformed() - Method in class twaver.table.editor.AlarmStateEditor
 
cancelPerformed() - Method in class twaver.table.editor.ButtonEditor
 
cancelPerformed() - Method in class twaver.table.editor.FontEditor
 
canRedo() - Method in class twaver.UndoRedoManager
Checks whether redo action can be called.
canUndo() - Method in class twaver.UndoRedoManager
Checks whether undo action can be called.
CanvasCushion - Interface in twaver.network
This interface define a network canvas cushion.
CanvasMarker - Interface in twaver.network
This interface define a network canvas marker.
CanvasPaintAdapter - Class in twaver.network
The CanvasPaintAdapter class is a adapter for CanvasPaintListener
CanvasPaintAdapter() - Constructor for class twaver.network.CanvasPaintAdapter
 
CanvasPaintListener - Interface in twaver.network
The CanvasPaintListener is used to receive network canvas painting event.
Card - Class in twaver
This is a class defines the telecom objects that play the role of cards of telecom equipment.
Card() - Constructor for class twaver.Card
Creates a default instance.
Card(Object) - Constructor for class twaver.Card
Creates a card instance by given id.
CardSVGUI - Class in twaver.web.svg.network.ui
 
CardSVGUI(TSVGNetwork, Card) - Constructor for class twaver.web.svg.network.ui.CardSVGUI
Create a card svg ui with the given network and the card
CardUI - Class in twaver.network.ui
Card ui class used to paint card element.
CardUI(TNetwork, Card) - Constructor for class twaver.network.ui.CardUI
Constructs a card ui with specified network component and card element.
Category - Class in twaver.table
This is a category contains a set of element properties.
CATEGORY_COLLAPSED - Static variable in class twaver.table.PropertySheetEvent
 
CATEGORY_EXPANDED - Static variable in class twaver.table.PropertySheetEvent
 
CATEGORY_PREFIX - Static variable in class twaver.TWaverConst
sheet category display name i18n key prefix
CATEGORY_SYSTEM - Static variable in class twaver.TWaverConst
the name of system category
CATEGORY_SYSTEM_ALARM - Static variable in class twaver.TWaverConst
the name of alarm category
CATEGORY_SYSTEM_ASPECT - Static variable in class twaver.TWaverConst
the name of aspect category
CATEGORY_SYSTEM_ATTACHMENT - Static variable in class twaver.TWaverConst
the name of attachment category
CATEGORY_SYSTEM_BASIC - Static variable in class twaver.TWaverConst
the name of basic category
CATEGORY_SYSTEM_BORDER - Static variable in class twaver.TWaverConst
the name of border category
CATEGORY_SYSTEM_CUSTOM - Static variable in class twaver.TWaverConst
the name of custom category
CATEGORY_SYSTEM_EQUIPMENT - Static variable in class twaver.TWaverConst
the name of equipment category
CATEGORY_SYSTEM_GROUP - Static variable in class twaver.TWaverConst
the name of group category
CATEGORY_SYSTEM_LABEL - Static variable in class twaver.TWaverConst
the name of label category
CATEGORY_SYSTEM_LINK - Static variable in class twaver.TWaverConst
the name of link category
CATEGORY_SYSTEM_LINK_FROM - Static variable in class twaver.TWaverConst
the name of link from category
CATEGORY_SYSTEM_LINK_HANDLER - Static variable in class twaver.TWaverConst
the name of link handler category
CATEGORY_SYSTEM_LINK_TO - Static variable in class twaver.TWaverConst
the name of link to category
CATEGORY_SYSTEM_MESSAGE - Static variable in class twaver.TWaverConst
the name of message category
CATEGORY_SYSTEM_SHAPENODE - Static variable in class twaver.TWaverConst
the name of shape node category
CATEGORY_SYSTEM_SUBNETWORK - Static variable in class twaver.TWaverConst
the name of subnetwork category
categoryButton - Variable in class twaver.table.TPropertySheetPane
 
CategoryRenderer - Class in twaver.table.renderer
This is a renderer is used to render Category object.
CategoryRenderer() - Constructor for class twaver.table.renderer.CategoryRenderer
 
CellEditorManager - Class in twaver.table
This class works as a manager for a TWaver component.
CellEditorManager() - Constructor for class twaver.table.CellEditorManager
 
CellRendererManager - Class in twaver.table
This class works as a manager for a TWaver component.
CellRendererManager() - Constructor for class twaver.table.CellRendererManager
 
CENTER - Static variable in class twaver.swing.SingleFiledLayout
Center components
CENTER - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is centered in its cell
centerElement(Node) - Method in class twaver.network.CloudLayouter
 
centerElement(Element) - Method in class twaver.network.TNetwork
Scrolls the network canvas viewport to view the given element in the center of viewport.
centerPoint - Variable in class twaver.network.ui.LinkUI
 
centerWindow(Component) - Static method in class twaver.TWaverUtil
Centers the given window to user screen.
changeSelection(int, int, boolean, boolean) - Method in class twaver.table.ResizableTable
 
ChartExporter - Class in twaver.chart
 
ChartExporter(AbstractChart, String) - Constructor for class twaver.chart.ChartExporter
 
chartPane - Variable in class twaver.chart.AbstractChart
 
Chassis - Class in twaver
This class defines an telecom equipment chassis.
Chassis() - Constructor for class twaver.Chassis
Creates a chassis object.
Chassis(Object) - Constructor for class twaver.Chassis
Creates a chassis object by given id.
CHECK_CHILDREN_SELECTION - Static variable in class twaver.tree.TTree
Define children checkbox selection mode.
CHECK_COLUMN - Static variable in class twaver.table.TTable
Indicate the CheckBox table column
CHECK_DESCENDANT_ANCESTOR_SELECTION - Static variable in class twaver.tree.TTree
Define children checkbox selection mode.
CHECK_DESCENDANT_SELECTION - Static variable in class twaver.tree.TTree
Define children checkbox selection mode.
CHECK_SELECTION - Static variable in class twaver.list.TList
Define checkbox selection mode.
CHECK_SELECTION - Static variable in class twaver.tree.TTree
Define checkbox selection mode.
CheckableFilter - Interface in twaver
This filter used to determine whether an element displayed on a TWaver components is checkable.
checkAgentNode() - Method in class twaver.Link
Check link agent node.
checkColumn - Variable in class twaver.table.TTableModel
 
checkCurrentPageRows() - Method in class twaver.table.TTableModel
Check all table rows on current page.
checkForComponentOrientationSupport - Static variable in class twaver.swing.TableLayout
Used to minimize reflection calls
checkLegal() - Method in class twaver.StraightLine
检测该线段的合法性
checkPublishedRows() - Method in class twaver.table.TTableModel
Check all published table rows.
checkSelectedRows() - Method in class twaver.table.TTableModel
Check all selected table rows.
children() - Method in class twaver.AbstractElement
Returns the children elements iterator.
children() - Method in interface twaver.Element
Returns the children elements iterator.
childrenSize() - Method in class twaver.AbstractElement
Gets the children size of this element.
childrenSize() - Method in interface twaver.Element
Gets the children size of this element.
ChildrenSortableFilter - Interface in twaver
The ChildrenSortableFilter is used to filter out elements whose children elements don't need to be sorted.
chooser - Variable in class twaver.network.toolbar.NetworkSaveDataFileButton
 
CLASS_NAME_PREFIX - Static variable in class twaver.TWaverConst
class name prefix
classLoader - Static variable in class twaver.TWaverUtil
 
cleanDirtyState() - Method in class twaver.chart.AbstractChart
Calls this method to force this chart to publish data.
cleanDirtyState() - Method in class twaver.combobox.TComboBox
Calls this method to force this combobox to publish data.
cleanDirtyState() - Method in class twaver.list.TList
Calls this method to force this list to publish data.
cleanDirtyState() - Method in class twaver.table.TTable
Calls this method to force this table model to publish data.
cleanup() - Method in class twaver.network.inputhandler.CreatePointsInputHandler
Call this method to do some cleanup work.
cleanup() - Method in class twaver.network.inputhandler.InputAdapter
 
cleanup() - Method in interface twaver.network.inputhandler.InputHandler
Call this method to do some cleanup work.
cleanup() - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
cleanup() - Method in class twaver.network.inputhandler.ResizeInputHandler
 
cleanup() - Method in class twaver.network.InteractionMode
Clean up this interaction mode.
clear() - Method in class twaver.AlarmModel
Remove all alarm instances of the alarm model.
clear() - Method in class twaver.AlarmModelQuickFinder
Clear all internal caches.
clear() - Method in class twaver.AlarmState
Removes all alarms, include all new, acknowledged or propagated alarms, all alarm severities.
clear() - Method in class twaver.chart.LineChart
Clears all values of elements which are in the list of the publishedElements.
clear() - Method in class twaver.DataBoxQuickFinder
Clear all internal caches.
clear() - Method in class twaver.LayerModel
Clears all layers except the default layer in the model.
clear() - Method in class twaver.ShapeLink
Clear all control points
clear() - Method in class twaver.ShapeNode
Clear all control points and segments
clear() - Method in class twaver.TDataBox
Removes all contained elements away from this databox.
CLEAR_SELECTION - Static variable in interface twaver.SelectionChangedInterceptor
clear all selected elements from selection model.
CLEAR_TABLE - Static variable in class twaver.table.TTableModelEvent
Indicate table model has been cleared.
clearAlarmByID(Object) - Method in class twaver.AlarmModel
Clear the alarm by given alarm id.
clearAlarmByID(Object, Date) - Method in class twaver.AlarmModel
Get the specified id alarm instance and change its severity to 'AlarmSeverity.CLEARED'.
clearAlarmSeverity() - Static method in class twaver.AlarmSeverity
clear all registered alarm severity, may be used when the user want to define their a new suit of alarm severity
clearAllColumns() - Method in class twaver.table.TTableModel
clear all custom table columns
clearAllElementAlarmState() - Method in class twaver.TDataBox
Clears all alarm state of elements contained in this data box.
clearAntennas() - Method in class twaver.BTS
Clears all antennas from this bts.
clearBranchs() - Method in class twaver.PolyLine
Clear all contained branch objects.
clearButton - Variable in class twaver.table.editor.ActionTableCellEditor
 
clearCache() - Method in class twaver.table.CellEditorManager
Clear all cached information.
clearCache() - Method in class twaver.table.CellRendererManager
Clear all registered renderers.
clearChartValues() - Method in class twaver.AbstractElement
Clears chart values of this element.
clearChartValues() - Method in interface twaver.Element
Clears chart values of this element.
clearChildren() - Method in class twaver.AbstractElement
Clears this container contained elements.
clearChildren() - Method in interface twaver.Element
Clears this container contained elements.
ClearDataBoxAction - Class in twaver.network.action
This action will clear the data box.
ClearDataBoxAction(TView) - Constructor for class twaver.network.action.ClearDataBoxAction
 
CLEARED - Static variable in class twaver.AlarmSeverity
 
clearImageBase64Cache() - Static method in class twaver.web.WebUtil
 
clearImageIconCache() - Static method in class twaver.TWaverUtil
Clears imageIcon Cache.
clearInvalidURLCache() - Static method in class twaver.TWaverUtil
Clears invalid URL Cache.
clearItems() - Method in class twaver.chart.AbstractChart
Clears the data box of this chart.
clearMovableFilters() - Method in class twaver.network.TNetwork
Clears all movable filters from this network.
clearMovableFilters() - Method in class twaver.web.svg.network.TSVGNetwork
Clears all movable filters from this network.
clearPerformed() - Method in class twaver.table.editor.ActionTableCellEditor
 
clearPerformed() - Method in class twaver.table.editor.SpinnerDateEditor
 
clearPublishedData() - Method in class twaver.table.TTableModel
Clear all published data
clearRawData() - Method in class twaver.table.TTableModel
Clear all raw data
clearSegments() - Method in class twaver.Branch
Remove all segments from this branch.
clearSegments() - Method in class twaver.PolyLine
Clear all internal link segments.
clearSelectableFilters() - Method in class twaver.chart.AbstractChart
 
clearSelection() - Method in interface twaver.DataBoxSelectionModel
Clear this selection model.
clearSelection() - Method in class twaver.network.TNetwork
Unselected all selected elements.
clearSVGHeadCustomAttribute() - Method in class twaver.web.svg.network.SVGContext
 
clearUITable() - Method in class twaver.network.NetworkElementRenderer
clear all elementUI from ui mapping table
CLICK_COUNT_TO_START - Static variable in class twaver.TWaverUtil
 
clickCountToStart - Variable in class twaver.table.editor.ActionTableCellEditor
An integer specifying the number of clicks needed to start editing.
CLIENT_PROPERTY_GETTER_METHOD_PARAM - Static variable in class twaver.TWaverConst
Client property getter method parameters
CLIENT_PROPERTY_GETTER_NAME - Static variable in class twaver.TWaverConst
Getter method name of client properties.
CLIENT_PROPERTY_PREFIX - Static variable in class twaver.TWaverConst
client property prefix
CLIENT_PROPERTY_SETTER_METHOD_PARAM - Static variable in class twaver.TWaverConst
Client property setter method parameters
CLIENT_PROPERTY_SETTER_NAME - Static variable in class twaver.TWaverConst
Setter method name of client properties.
clientProperties - Variable in class twaver.AbstractElement
 
clientProperties - Variable in class twaver.TDataBox
 
ClientPropertyPersistentFilter - Interface in twaver
This filter used to determine whether a client property need to be encoded into the XML by the XMLEncoder.
CLOCK_SYNCHRONISATION_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Clock synchronisation problem'.
clone() - Method in class twaver.AlarmState
clone() - Method in class twaver.FloatInsets
 
clone() - Method in class twaver.table.Category
cloneElement(Element, boolean) - Static method in class twaver.TWaverUtil
Clone the specified elemenet with all of the element's descendant
CLOSE - Static variable in class twaver.network.ui.ComponentAttachment
 
CLOSE - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
CLOSEURL - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
CloudLayouter - Class in twaver.network
 
CloudLayouter(TNetwork) - Constructor for class twaver.network.CloudLayouter
 
col1 - Variable in class twaver.swing.TableLayoutConstraints
Cell in which the upper left corner of the component lays
col2 - Variable in class twaver.swing.TableLayoutConstraints
Cell in which the lower right corner of the component lays
collapse(Element) - Method in class twaver.tree.TTree
Collapse the specified element's tree node itself.
collapseAll() - Method in class twaver.tree.TTree
Collapse all tree nodes.
collapseAll(Element) - Method in class twaver.tree.TTree
Collapse the given element located tree node and all its descendant tree nodes.
collapseAll(TreePath) - Method in class twaver.tree.TTree
Collapse the specified tree path and all its descendant tree nodes
collapseAllCategories() - Method in class twaver.table.TPropertySheet
Call this method to collapse all categories of this property sheet.
collapseButton - Variable in class twaver.table.TPropertySheetPane
 
color - Variable in class twaver.network.ui.BaseElementUI
 
color - Variable in class twaver.network.ui.LabelAttachment
 
color - Variable in class twaver.network.ui.LinkUI
 
COLOR_CLEARED - Static variable in class twaver.AlarmSeverity
 
COLOR_CRITICAL - Static variable in class twaver.AlarmSeverity
 
COLOR_DARK - Static variable in class twaver.TWaverConst
 
COLOR_DRAKERCYAN - Static variable in class twaver.TWaverConst
 
COLOR_GRAY - Static variable in class twaver.TWaverConst
 
COLOR_INDETERMINATE - Static variable in class twaver.AlarmSeverity
 
COLOR_IVORY - Static variable in class twaver.TWaverConst
 
COLOR_MAJOR - Static variable in class twaver.AlarmSeverity
 
COLOR_MINOR - Static variable in class twaver.AlarmSeverity
 
COLOR_SHADOW - Static variable in class twaver.TWaverConst
 
COLOR_WARNING - Static variable in class twaver.AlarmSeverity
 
ColorBackground - Class in twaver.network.background
Color background is a simple implementation of Background interface.
ColorBackground() - Constructor for class twaver.network.background.ColorBackground
Default constructor.
ColorBackground(Color) - Constructor for class twaver.network.background.ColorBackground
Constructs a color background initialized with the specified color as the background color.
ColorEditor - Class in twaver.table.editor
A cell editor for editing color value.
ColorEditor() - Constructor for class twaver.table.editor.ColorEditor
 
ColorEditor(String) - Constructor for class twaver.table.editor.ColorEditor
 
ColorRenderer - Class in twaver.table.renderer
This is a renderer is used to render Color object.
ColorRenderer() - Constructor for class twaver.table.renderer.ColorRenderer
 
ColorRenderer(String) - Constructor for class twaver.table.renderer.ColorRenderer
 
ColorRenderer - Static variable in class twaver.web.TWebPropertySheet
 
colorSegmentMap - Variable in class twaver.network.ui.PolyLineUI
 
COLUMN - Static variable in class twaver.swing.SingleFiledLayout
Align components in a column
column - Variable in class twaver.table.editor.AbstractCanvasEditor
 
column - Variable in class twaver.table.editor.AbstractCellEditor
 
column - Variable in class twaver.table.editor.ActionTableCellEditor
 
column - Variable in class twaver.table.editor.ButtonEditor
 
column - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
columnIndex - Variable in class twaver.table.TTableModelEvent
 
ColumnVisibleFilter - Interface in twaver.table
The ColumnVisibleFilter is used for table to filter out columns.
COMBINER_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Combiner problem'.
COMBOBOX_ICON_VISIBLE - Static variable in class twaver.TWaverConst
 
COMBOBOX_LAZY_PUBLISH_MODE - Static variable in class twaver.TWaverConst
 
COMBOBOX_POPUP_WITH_PREFERRED_WIDTH - Static variable in class twaver.TWaverConst
 
COMMAND_CANCEL - Static variable in class twaver.table.editor.ButtonEditor
 
COMMAND_EDIT - Static variable in class twaver.table.editor.ButtonEditor
 
COMMAND_OK - Static variable in class twaver.table.editor.ButtonEditor
 
COMMERICAL_POWER_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Commercial power failure'.
COMMUNICATION_PROTOCOL_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Communication protocol error'.
COMMUNICATION_SUBSYSTEM_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Communication subsystem failure'.
COMMUNICATIONS_ALARM - Static variable in class twaver.AlarmType
Communications alarm.
compare(Object, Object) - Method in class twaver.AlarmSeverityComparator
 
compare(String, String) - Static method in class twaver.TWaverUtil
Compares the source string to the target string according to the collation rules for the collator with the twaver's locale.
compareTo(Object) - Method in class twaver.AlarmSeverity
 
compareTo(Object) - Method in class twaver.AlarmState
 
compareTo(Object) - Method in class twaver.base.enumerable.DefaultEnumerable
 
compareTo(Object) - Method in class twaver.chart.Marker
Compares this marker's value with the specified object for order.
compareTo(Object) - Method in class twaver.EnumType
Compares to the enum type's value property.
component - Variable in class twaver.swing.TableLayout.Entry
Component bound by the constraints
component - Variable in class twaver.table.editor.ActionTableCellEditor
 
COMPONENT_ATTACHMENT_CLOSED - Static variable in class twaver.network.InteractionEvent
Indicate component attachment is closed.
COMPONENT_ATTACHMENT_MINIMIZED_CHANGED - Static variable in class twaver.network.InteractionEvent
Indicate component attachment's minimized state changed.
COMPONENT_ATTACHMENT_SHRINKED_CHANGED - Static variable in class twaver.network.InteractionEvent
Indicate component attachment's shrunk state changed.
ComponentAttachment - Class in twaver.network.ui
 
ComponentAttachment(String, ElementUI) - Constructor for class twaver.network.ui.ComponentAttachment
 
ComponentAttachment(String, ElementUI, boolean, boolean) - Constructor for class twaver.network.ui.ComponentAttachment
 
ComponentCallbackHandler - Interface in twaver
The ComponentCallbackHandler is used to process component when iteration for components.
CONFIGURATION_OR_CUSTOMIZING_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Configration or customizing error'.
confirmAlarmByID(Object) - Method in class twaver.AlarmModel
Equavalent of acknowledgeAlarmByID.
confirmAlarmByID(Object, Date, String) - Method in class twaver.AlarmModel
Equavalent of acknowledgeAlarmByID.
confirmDelete() - Method in class twaver.network.inputhandler.DefaultInputHandler
 
CONGESTION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Congestion'.
considerDropDownIcon - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
CONTAIN_SELECTION - Static variable in class twaver.network.TNetwork
Contain selection mode.
containInAttachments(int, int) - Method in class twaver.network.ui.AbstractElementUI
 
contains(Element) - Method in interface twaver.DataBoxSelectionModel
Whether this selection model contains given element.
contains(Element, Layer) - Method in class twaver.LayerModel
Checks whether the element is contained in the layer.
contains(Layer) - Method in class twaver.LayerModel
Checks whether the layer is contained in the model.
contains(Element, int, int) - Method in class twaver.network.NetworkElementRenderer
Check whether this element contains the specified point.
contains(int, int) - Method in class twaver.network.ui.AbstractAttachment
 
contains(int, int) - Method in interface twaver.network.ui.Attachment
Whether given location is contains in this attachment.
contains(int, int) - Method in class twaver.network.ui.BaseElementUI
Checks whether this ui "contains" the specified point, where x and y are defined to be relative to the coordinate system of this UI.
contains(int, int) - Method in class twaver.network.ui.BTSAntennaUI
 
contains(int, int) - Method in interface twaver.network.ui.ElementUI
Checks whether this ui "contains" the specified point, where x and y are defined to be relative to the coordinate system of this UI.
contains(int, int) - Method in class twaver.network.ui.GroupUI
Checks whether this ui "contains" the specified point, where x and y are defined to be relative to the coordinate system of this UI.
contains(int, int) - Method in class twaver.network.ui.LinkUI
Checks whether this ui "contains" the specified point, where x and y are defined to be relative to the coordinate system of this UI.
contains(int, int) - Method in class twaver.network.ui.NodeUI
Override this method to return a more accurate value.
contains(int, int) - Method in class twaver.network.ui.PolySubNetworkUI
 
contains(int, int) - Method in class twaver.network.ui.RotatableNodeUI
 
contains(int, int) - Method in class twaver.network.ui.RoundRectUI
 
contains(int, int) - Method in class twaver.network.ui.ShapeImageUI
 
contains(int, int) - Method in class twaver.network.ui.ShapeNodeUI
 
contains(Element) - Method in class twaver.TDataBox
Checks whether this databox contains the given element.
containsAttachment(String) - Method in class twaver.AbstractElement
Returns true if this element contains a attachment with the specified name, false otherwise.
containsAttachment(String) - Method in interface twaver.Element
Returns true if this element contains a attachment with the specified name, false otherwise.
containsByID(Object) - Method in class twaver.TDataBox
Checks whether this databox contains the element with the given id.
containShape - Variable in class twaver.network.ui.LinkUI
 
content - Variable in class twaver.base.PositionStruct
 
convertEncoding(InputStream, String, String) - Static method in class twaver.TWaverUtil
Convert encoding for the input stream from source encoding to dest encoding.
COOLING_FAN_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Cooling fan failure'.
COOLING_SYSTEM_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Cooling system failure'.
copy() - Method in class twaver.AbstractElement
Copy a new element instance from this element.
copy(Object) - Method in class twaver.AbstractElement
Copy a new element with given id.
copy(TDataBox) - Method in class twaver.AbstractElement
Copy a new element with given data box.
copy(Object, TDataBox) - Method in class twaver.AbstractElement
Copy a new element with given id and data box.
copy() - Method in interface twaver.Element
Copy a new element instance from this element.
copy(Object) - Method in interface twaver.Element
Copy a new element with given id.
copy(TDataBox) - Method in interface twaver.Element
Copy a new element with given data box.
copy(Object, TDataBox) - Method in interface twaver.Element
Copy a new element with given id and data box.
copy() - Method in class twaver.Link
Copy a new element instance from this element.
copy(Object) - Method in class twaver.Link
Copy a new link with given id.
copy(Node, Node) - Method in class twaver.Link
Copy a new link with given from/to node.
copy(Object, Node, Node) - Method in class twaver.Link
Copy a new link with given id and from/to node.
copy(TDataBox) - Method in class twaver.Link
Copy a new element with given data box.
copy(Object, TDataBox) - Method in class twaver.Link
Copy a new element with given id and data box.
copy(Node, Node, TDataBox) - Method in class twaver.Link
Copy a new element with given data box and from/to node.
copy(Object, Node, Node, TDataBox) - Method in class twaver.Link
Copy a new element with given id, data box and from/to node.
copy() - Method in class twaver.swing.TableLayout.Entry
Copies this Entry.
CopyAction - Class in twaver.network.action
This action will copy selected elements into clipboard
CopyAction(TView) - Constructor for class twaver.network.action.CopyAction
 
copyFrom(AlarmState) - Method in class twaver.AlarmState
 
copySelection() - Method in class twaver.TDataBox
Copies all selected elements.
CORRUPT_DATA_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Corrupt data M.3100'.
cos() - Method in class twaver.StraightLine
 
CPU_CYCLES_LIMIT_EXCEEDED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'CPU cycles limit exceeded'.
cr1 - Variable in class twaver.swing.TableLayout.Entry
Cell in which the upper-left corner of the component lies
cr2 - Variable in class twaver.swing.TableLayout.Entry
Cell in which the lower-right corner of the component lies
createAlarmFinder(String) - Method in class twaver.AlarmModel
 
createAlarmState() - Method in class twaver.AbstractElement
 
createAttachment(String, ElementUI) - Static method in class twaver.network.ui.IconAttachmentHolder
Get the attachment by the name.
createBallIcon(int, int, Color, Color, Color) - Static method in class twaver.TWaverUtil
Create a circle shape icon
createBeanInfo(Class, List) - Static method in class twaver.TWaverUtil
Create a bean info by given element class type and a list of attributes.
createButton(String) - Method in class twaver.network.LayerManagerPane
 
createButton(String, boolean) - Method in class twaver.table.TPropertySheetPane
 
createCanvasRenderer() - Method in class twaver.table.editor.AbstractCanvasEditor
 
createCanvasRenderer() - Method in class twaver.table.editor.LinkArrowEditor
 
createCanvasRenderer() - Method in class twaver.table.editor.LinkStyleEditor
 
createCanvasRenderer() - Method in class twaver.table.editor.StrokeEditor
 
createCanvasRenderer() - Method in class twaver.table.editor.TextureEditor
 
createCanvasToolTip() - Method in class twaver.network.TNetwork
 
createChildrenList() - Method in class twaver.AbstractElement
 
createChildrenMap() - Method in class twaver.AbstractElement
 
createClientPropertyFinder(String) - Method in class twaver.TDataBox
Creates a data quick finder which find elements by a given client property name.
createClientPropertyFinder(String, Class) - Method in class twaver.TDataBox
Creates a data quick finder which find elements by a given client property name.
createColumn(String, boolean) - Static method in class twaver.web.table.TWebAlarmTable
 
createControlPoint(Element) - Method in class twaver.network.CloudLayouter
 
createCustomCursor(Image, Point, String) - Static method in class twaver.TWaverUtil
Creates a customized cursor with the specifed image, hos spot and name.
createDashStroke(int) - Static method in class twaver.TWaverUtil
Creates a default dash stroke in the specified stroke width
createDefaultColumnModel() - Method in class twaver.table.TTable
 
createDefaultColumns() - Static method in class twaver.web.table.TWebAlarmTable
 
createDialog(Component, String, boolean, FontChooser, ActionListener, ActionListener) - Static method in class twaver.table.editor.FontChooser
Creates and returns a new dialog containing the specified FontChooser pane along with "OK" and "Cancel" buttons.
createDisabledImage(Image) - Static method in class twaver.TWaverUtil
Creates a disabled image from the given image object.
createDisabledImage(String) - Static method in class twaver.TWaverUtil
Creates a disabled image from the given url of image.
createDistortedImage(Image, double, double, double, double, double, double, double, double) - Static method in class twaver.TWaverUtil
Create a distorted image.
createDropShadow(Image, int) - Static method in class twaver.TWaverUtil
 
createDropShadow(Image, int, Color, float) - Static method in class twaver.TWaverUtil
 
createElementAttributes(Class, InputStream) - Static method in class twaver.TWaverUtil
Creates a list of element attributes from the specified xml inputStream.
createElementUI(Element) - Method in class twaver.network.TNetwork
Creates element ui instance for the given element instance.
createEnumComboBox(String, boolean, String) - Static method in class twaver.TWaverUtil
 
createExpandPane() - Method in class twaver.swing.FullScreenSupport
 
createGradientPaint(int, Rectangle, Color, Color) - Static method in class twaver.TWaverUtil
 
createHorizontalLayout(int) - Static method in class twaver.TWaverUtil
Creates a horizontal LayoutManager instance.
createHorizontalPanel(int) - Static method in class twaver.TWaverUtil
Creates a panel with a horizontal LayoutManager.
createIcon(int, int, Color, Color, Color, int, int) - Static method in class twaver.TWaverUtil
Create an image icon by given information.
createImage() - Method in class twaver.network.NetworkPrintPreviewer
Create print image
createImageFileChooser() - Static method in class twaver.TWaverUtil
Creates a JFileChooser object with file filters that display image formats that supported by current JDK.
createJavaBeanFinder(String) - Method in class twaver.TDataBox
Creates a data quick finder which find element by a standard java bean property name.
createJavaBeanFinder(String, Class) - Method in class twaver.TDataBox
Creates a data quick finder which find element by a standard java bean property name and property class type.
createLink() - Method in class twaver.network.inputhandler.CreateLinkInputHandler
 
CreateLinkInputHandler - Class in twaver.network.inputhandler
This input handler used to handle create link event.
CreateLinkInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreateLinkInputHandler
Constructs this handler initializes by given network component.
CreateLinkInputHandler(TNetwork, Class) - Constructor for class twaver.network.inputhandler.CreateLinkInputHandler
 
createLinkPath(SVGContext) - Method in class twaver.web.svg.network.ui.InterceptedLinkSVGUI
Deprecated.
 
createLinkPath(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
createLinkPath(SVGContext) - Method in class twaver.web.svg.network.ui.ShapeLinkSVGUI
 
createNewInstance(String) - Static method in class twaver.TWaverUtil
Create a new instance from the specified className, the className is the fully qualified name of the desired class, or is the fully qualified name with constructor params.
CreateNodeInputHandler - Class in twaver.network.inputhandler
This input handler used to handle create node event.
CreateNodeInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreateNodeInputHandler
Constructs the input handler initialized by given network.
CreateNodeInputHandler(TNetwork, Class) - Constructor for class twaver.network.inputhandler.CreateNodeInputHandler
Constructs the input handler initialized by given network and element type
CreatePointsInputHandler - Class in twaver.network.inputhandler
This input handler used to handle creating vertex for a shape node.
CreatePointsInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreatePointsInputHandler
 
CreatePolyInputHandler - Class in twaver.network.inputhandler
This input handler used to create poly line SubNetwork objects by mouse on the network canvas.
CreatePolyInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreatePolyInputHandler
 
createPredefindedColumn() - Method in class twaver.table.TTableModel
create predefined column
createPropertyDescriptor(Class, ElementAttribute) - Static method in class twaver.TWaverUtil
Create property descriptor by given class type and attribute.
createRectIcon(int, int, Color, Color, Color) - Static method in class twaver.TWaverUtil
Create a rectangle shape icon by given information.
CreateResizableNodeInputHandler - Class in twaver.network.inputhandler
This handler used to resize node bound.
CreateResizableNodeInputHandler(TNetwork, Class) - Constructor for class twaver.network.inputhandler.CreateResizableNodeInputHandler
 
createShadowImage(Image) - Static method in class twaver.TWaverUtil
Creates shadow image
createShadowImage(Image, int) - Static method in class twaver.TWaverUtil
Creates shadow image
createShape() - Method in class twaver.network.ui.GroupUI
 
createShape() - Method in class twaver.ShapeNode
Create shape object for this shape node.
createShape(int, Rectangle) - Static method in class twaver.TWaverUtil
 
createShape(SVGContext) - Method in class twaver.web.svg.network.ui.GroupSVGUI
 
CreateShapeLinkInputHandler - Class in twaver.network.inputhandler
 
CreateShapeLinkInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreateShapeLinkInputHandler
 
CreateShapeLinkInputHandler(TNetwork, Class) - Constructor for class twaver.network.inputhandler.CreateShapeLinkInputHandler
 
CreateShapeNodeInputHandler - Class in twaver.network.inputhandler
This handler is used to edit shape node on network.
CreateShapeNodeInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.CreateShapeNodeInputHandler
 
CreateShapeNodeInputHandler(TNetwork, Class) - Constructor for class twaver.network.inputhandler.CreateShapeNodeInputHandler
 
createStroke(int) - Method in interface twaver.LinkStyleFactory
Creates a storke for determining link style.
createStroke(int) - Static method in class twaver.TWaverUtil
Create a stroke in specified width.
createTaskScheduler(int) - Static method in class twaver.TaskScheduler
Creates a new TaskScheduler instance with a specified min interval.
createTexturePaint(String, Color) - Static method in class twaver.TWaverUtil
 
createTransformedShape() - Method in class twaver.PolySubNetwork
 
createTreeColumnCellEditor() - Method in class twaver.table.TTreeTable
Creates the tree column editor.
createTreeColumnCellRenderer() - Method in class twaver.table.TTreeTable
Creates the tree column renderer.
createTTableModel() - Method in class twaver.table.TTable
Create a TWaver table model according to this table.
createTTableModel() - Method in class twaver.table.TTreeTable
Overridden to use TTreeTableModel
createUserPropertyFinder(String) - Method in class twaver.TDataBox
Creates a data quick finder which find elements by a given user property name.
createUserPropertyFinder(String, Class) - Method in class twaver.TDataBox
Creates a data quick finder which find elements by a user property key.
createVerticalLayout(int) - Static method in class twaver.TWaverUtil
Creates a vertical LayoutManager instance.
createVerticalPanel(int) - Static method in class twaver.TWaverUtil
Creates a panel with a vertical LayoutManager.
CRITICAL - Static variable in class twaver.AlarmSeverity
 
crOffset - Variable in class twaver.swing.TableLayout
Offsets of crs in pixels.
crSize - Variable in class twaver.swing.TableLayout
Sizes of crs in pixels
crSpec - Variable in class twaver.swing.TableLayout
Sizes of crs expressed in absolute and relative terms
currentKeyEvent - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
currentPage - Variable in class twaver.table.TPageNavigator
 
currentPageIndex - Variable in class twaver.table.AbstractPageTableModel
 
currentSortColumn - Static variable in class twaver.table.TTableModel
 
currentSortColumnIndex - Static variable in class twaver.table.TTableModel
 
currentStepIndex - Variable in class twaver.animate.Animate
 
currentSubNetwork - Variable in class twaver.web.svg.network.TSVGNetwork
 
customDraw - Variable in class twaver.network.ui.BaseElementUI
 
customDrawAntialias - Variable in class twaver.network.ui.BaseElementUI
 
customDrawDefaultBorder - Variable in class twaver.network.ui.BaseElementUI
 
customDrawFill - Variable in class twaver.network.ui.BaseElementUI
 
customDrawFill3D - Variable in class twaver.network.ui.BaseElementUI
 
customDrawFillColor - Variable in class twaver.network.ui.BaseElementUI
 
customDrawGradient - Variable in class twaver.network.ui.BaseElementUI
 
customDrawGradientColor - Variable in class twaver.network.ui.BaseElementUI
 
customDrawOutline - Variable in class twaver.network.ui.BaseElementUI
 
customDrawOutline3D - Variable in class twaver.network.ui.BaseElementUI
 
customDrawOutlineColor - Variable in class twaver.network.ui.BaseElementUI
 
customDrawOutlineStroke - Variable in class twaver.network.ui.BaseElementUI
 

D

DASHED_STROKE - Static variable in class twaver.TWaverConst
default dash stroke
DATA_SET_OR_MODEM_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Data set or modem error'.
DATA_SET_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Data set problem'.
DATABASE_INCONSISTENCY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Database inconsistency'.
DATABOX - Static variable in class twaver.TWaverConst
databox property name
DATABOX_ALARMPROPAGATOR - Static variable in class twaver.TWaverConst
 
DATABOX_BACKGROUND - Static variable in class twaver.TWaverConst
 
DATABOX_ID - Static variable in class twaver.TWaverConst
 
DATABOX_NAME - Static variable in class twaver.TWaverConst
 
DATABOX_TAGLINKWHENALARMSTATECHANGED - Static variable in class twaver.TWaverConst
 
DATABOX_VERSION - Static variable in class twaver.TWaverConst
 
DataBoxAdapter - Class in twaver
An adapter class for receiving data box events.
DataBoxAdapter() - Constructor for class twaver.DataBoxAdapter
 
DataBoxContext - Class in twaver
The DataBoxContext class is used internally to save data box content in xml.
DataBoxContext() - Constructor for class twaver.DataBoxContext
 
DataBoxEvent - Class in twaver
Defines an event that encapsulates changes to a data box.
DataBoxEvent(TDataBox, Element, int) - Constructor for class twaver.DataBoxEvent
Constructs a box data event.
DataBoxEvent(TDataBox, Element, Element, Node, Node, Node, BTS, int) - Constructor for class twaver.DataBoxEvent
Constructs a box data event.
DataBoxJarReader - Class in twaver
This reader used to read data from a jar file which was created by DataBoxJarWriter.
DataBoxJarReader(JarURLConnection) - Constructor for class twaver.DataBoxJarReader
Create a jar file reader from the given jar url connection.
DataBoxJarWriter - Class in twaver
This writer object used to write all data of a DataBox into a jar file.
DataBoxJarWriter(OutputStream) - Constructor for class twaver.DataBoxJarWriter
Creates a jar file writer by specified output stream.
DataBoxListener - Interface in twaver
This listener interface for receiving data box change events.
DataBoxNode - Class in twaver.tree
This class is a tree node used to display databox on tree component.
DataBoxNode(TTree, TDataBox) - Constructor for class twaver.tree.DataBoxNode
Create databox tree node by given tree and databox.
DataBoxOutputSetting - Class in twaver
The DataBoxOutputSetting is used as parameters set for output xml of data box.
DataBoxOutputSetting() - Constructor for class twaver.DataBoxOutputSetting
 
DataBoxParserAgent - Class in twaver
This class is used internally.
DataBoxQuickFinder - Class in twaver
This class defines a data box finder object.
DataBoxQuickFinder(TDataBox, String) - Constructor for class twaver.DataBoxQuickFinder
create a DataBoxQuickFinder instance for the specified data box and bind the specified property name.
DataBoxQuickFinder(TDataBox, String, Class) - Constructor for class twaver.DataBoxQuickFinder
create a DataBoxQuickFinder instance for the specified data box and bind the specified property name.
DataBoxQuickFinder(TDataBox, String, Class, Generator) - Constructor for class twaver.DataBoxQuickFinder
create a DataBoxQuickFinder instance for the specified data box and bind the specified property name.
DataBoxSelectionAdapter - Class in twaver
This is an adapter class for interface DataBoxSelectionListener.
DataBoxSelectionAdapter() - Constructor for class twaver.DataBoxSelectionAdapter
 
DataBoxSelectionEvent - Class in twaver
An event that characterizes a change in the current selection.
DataBoxSelectionEvent(DataBoxSelectionModel, int, Collection) - Constructor for class twaver.DataBoxSelectionEvent
Generate a new selection event with the given data box selection model as event source.
DataBoxSelectionListener - Interface in twaver
The listener will be notified when any change occur on a data box selection model.
DataBoxSelectionModel - Interface in twaver
This interface represents the current state of the selection for any of the TWaver components that display a list of elements.
DataBoxSequenceAdapter - Class in twaver
The DataBoxSequenceAdapter class is a adapter for DataBoxSequenceListener interface.
DataBoxSequenceAdapter() - Constructor for class twaver.DataBoxSequenceAdapter
 
DataBoxSequenceListener - Interface in twaver
This listener interest in receiving element sequence changed event.
DataLoader - Interface in twaver
A lazy data loader for a subnetwork object.
DateRenderer - Class in twaver.table.renderer
This is a renderer is used to render Date object.
DateRenderer() - Constructor for class twaver.table.renderer.DateRenderer
 
DateRenderer(String) - Constructor for class twaver.table.renderer.DateRenderer
 
DateRenderer(String, String) - Constructor for class twaver.table.renderer.DateRenderer
 
DateRenderer - Static variable in class twaver.web.TWebPropertySheet
 
decodeBase64Buffer(byte[]) - Static method in class twaver.TWaverUtil
Decodes the specified byte array
decreaseAcknowledgedAlarm(AlarmSeverity, int) - Method in class twaver.AlarmState
Decrease acknowledged alarm count for given severity.
decreaseNewAlarm(AlarmSeverity, int) - Method in class twaver.AlarmState
Decrease new alarm count for given severity.
DEFAULT_BUTTON_GROUP_NAME - Static variable in class twaver.TWaverConst
default button group name
DEFAULT_DATE_PATTERN - Static variable in class twaver.TWaverConst
default date format
DEFAULT_DElEGATE - Static variable in class twaver.PersistenceManager
This default delegate used to encode/decode the properties which has no special delegate registered.
DEFAULT_DOUBLE_FORMATER - Static variable in class twaver.chart.Item
 
DEFAULT_DOUBLE_FORMATER - Static variable in class twaver.TWaverConst
 
DEFAULT_ELEMENT_HEIGHT - Static variable in class twaver.TWaverConst
default element height size
DEFAULT_ELEMENT_WIDTH - Static variable in class twaver.TWaverConst
default element width size
DEFAULT_ENCODING - Static variable in class twaver.TWaverConst
define the default encoding of TWaver output XML data
DEFAULT_GAP - Static variable in class twaver.swing.SingleFiledLayout
Default gap -- derived classes may override
DEFAULT_INT_FORMATER - Static variable in class twaver.chart.Item
 
DEFAULT_INT_FORMATER - Static variable in class twaver.TWaverConst
 
DEFAULT_SELECTION - Static variable in class twaver.list.TList
Default selection mode.
DEFAULT_SELECTION - Static variable in class twaver.tree.TTree
Default selection mode.
DEFAULT_SVG_CHART_SIZE - Static variable in class twaver.TWaverConst
 
DEFAULT_TOOLBAR - Static variable in class twaver.TWaverConst
define default toolbar
DefaultAlarmElementMapping - Class in twaver
The DefaultAlarmElementMapping is the default implementation for AlarmElementMapping interface.
DefaultAlarmElementMapping() - Constructor for class twaver.DefaultAlarmElementMapping
 
defaultBorder - Variable in class twaver.network.ui.BaseElementUI
 
defaultBorder - Variable in class twaver.network.ui.LinkUI
 
DefaultBorderUI - Class in twaver.network.ui
A default element border UI implements.
DefaultBorderUI(ElementUI) - Constructor for class twaver.network.ui.DefaultBorderUI
Which element UI class hold this border.
DefaultDataLoader - Class in twaver
This is a default implementation for interface DataLoader.
DefaultDataLoader() - Constructor for class twaver.DefaultDataLoader
 
DefaultDnDHandler - Class in twaver.tree
The DefaultDnDHandler is the default implementation of The DnDHandler interface.
DefaultDnDHandler() - Constructor for class twaver.tree.DefaultDnDHandler
 
DefaultEnumerable - Class in twaver.base.enumerable
The default implementation of Enumerable.
DefaultEnumerable(String) - Constructor for class twaver.base.enumerable.DefaultEnumerable
Construct a Enumerable instance with the specified name
DefaultExportValuesInterceptor - Class in twaver
The DefaultExportValuesInterceptor is default implementation of ExportValuesInterceptor interface.
DefaultExportValuesInterceptor() - Constructor for class twaver.DefaultExportValuesInterceptor
 
DefaultInputHandler - Class in twaver.network.inputhandler
This class defines the default input handler for network component.
DefaultInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.DefaultInputHandler
Constructs a instance that is initialized with given network.
DefaultLinkLayouter - Class in twaver.network.layout
 
DefaultLinkLayouter() - Constructor for class twaver.network.layout.DefaultLinkLayouter
 
defaultRenderer - Static variable in class twaver.table.TTreeTable
A cell renderer used for all no renderer specified cells.
defaultSize - Static variable in class twaver.swing.TableLayout
Default row/column size
defaultSize - Static variable in class twaver.table.editor.FontChooser
Default size
DefaultSVGBlinkingRule - Class in twaver.web.svg.network
 
DefaultSVGBlinkingRule() - Constructor for class twaver.web.svg.network.DefaultSVGBlinkingRule
 
DefaultUndoRedoInterceptor - Class in twaver
The DefaultUndoRedoInterceptor is default implementation of UndoRedoInterceptor interface.
DefaultUndoRedoInterceptor(UndoRedoManager) - Constructor for class twaver.DefaultUndoRedoInterceptor
Creates a DefaultUndoRedoInterceptor instance with the specified UndoRedoManager object.
DEGRADED_SIGNAL_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Degraded signal M.3100'.
delegate - Variable in class twaver.AbstractElement
Use this map to contains the children element's id as the key, for the speedup of the check in addChild method.
deleteColumn(int) - Method in class twaver.swing.TableLayout
Deletes a column in this layout.
deleteCr(int, int) - Method in class twaver.swing.TableLayout
Deletes a cr for the methods deleteRow or deleteColumn.
deleteLayer() - Method in class twaver.network.LayerManagerPane
 
deleteProcess() - Method in class twaver.network.inputhandler.DefaultInputHandler
 
deleteRow(int) - Method in class twaver.swing.TableLayout
Deletes a row in this layout.
depthFirstEnumeration() - Method in class twaver.TDataBox
Gets an enumeration visit all elements in depth-first rule.
depthFirstEnumeration(Element) - Method in class twaver.TDataBox
Gets an enumeration visit all children elements in depth-first rule.
DESCENDING - Static variable in class twaver.AlarmSeverityComparator
This is contrary to AlarmSeverityComparator#ASCENDING, the greater value of alarm severity is less serious.
description - Variable in class twaver.table.TPropertySheetPane
 
descriptionButton - Variable in class twaver.table.TPropertySheetPane
 
descriptionPane - Variable in class twaver.table.TPropertySheetPane
 
descriptionScrollPane - Variable in class twaver.table.TPropertySheetPane
 
descriptionTitle - Variable in class twaver.table.TPropertySheetPane
 
DIAL_HAND_STYLE_ARROW - Static variable in class twaver.TWaverConst
 
DIAL_HAND_STYLE_LINE - Static variable in class twaver.TWaverConst
 
DIAL_HAND_STYLE_TRIANGLE - Static variable in class twaver.TWaverConst
 
DIAL_SCALE_STYLE_BALL - Static variable in class twaver.TWaverConst
 
DIAL_SCALE_STYLE_LINE - Static variable in class twaver.TWaverConst
 
DIAL_TYPE_ARC - Static variable in class twaver.TWaverConst
 
DIAL_TYPE_WHOLE - Static variable in class twaver.TWaverConst
 
DialChart - Class in twaver.chart
 
DialChart() - Constructor for class twaver.chart.DialChart
Creates a new DialChart object
DialChart(TDataBox) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized an explicit data box
DialChart(TDataBox, String, Color) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit data box,a title and a background color.
DialChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit data box,a title , a background color and a foreground color.
DialChart(List) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit list
DialChart(List, String) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit list and a title.
DialChart(List, String, Color) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit list, a title and a background color.
DialChart(List, String, Color, Color) - Constructor for class twaver.chart.DialChart
Creates a new DialChart object initialized with an explicit list, a title, a background color and a foreground color.
Direction - Class in twaver.base
This class defines an enumeration type to enumerate the directions (vertical and horizontal).
Direction(int, String) - Constructor for class twaver.base.Direction
Construct a new direction.
DIRECTION_HORIZONTAL - Static variable in class twaver.TWaverConst
 
DIRECTION_VERTICAL - Static variable in class twaver.TWaverConst
 
DirectionEditor - Class in twaver.table.editor
A cell editor for editing TWaver direction value.
DirectionEditor() - Constructor for class twaver.table.editor.DirectionEditor
 
DirectionRenderer - Class in twaver.table.renderer
This is a renderer is used to render Direction object.
DirectionRenderer() - Constructor for class twaver.table.renderer.DirectionRenderer
 
dirty - Variable in class twaver.swing.TableLayout
Indicates whether or not the size of the cells are known for the last known size of the container.
dirty - Variable in class twaver.web.table.TWebTable
 
DISK_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Disk problem'.
displayName - Variable in class twaver.AbstractElement
 
DISPLAYNAME_COMPARATOR - Static variable in class twaver.table.Category
The predefined comparator for comparing display name.
dispose() - Method in class twaver.AlarmModelQuickFinder
Dispose all related resources.
dispose() - Method in class twaver.DataBoxQuickFinder
Dispose all related resources.
dispose() - Method in class twaver.network.TNetwork
Disposes this network and release any resources that it is using.
divideShape(Shape, int) - Static method in class twaver.TWaverUtil
 
DND_TARGET_COLOR - Static variable in class twaver.TWaverConst
default drag and drop target color
DnDHandler - Interface in twaver.tree
The DnDHandler is used to handle tree's drag and drop event.
doLayout() - Method in class twaver.combobox.TComboBox
 
doLayout(int) - Method in class twaver.network.TNetwork
Calls this method to make the elements to do auto layout on the network canvas.
doLayout(int, boolean) - Method in class twaver.network.TNetwork
Calls this method to make the elements to do auto layout on the network canvas.
doLayout(int, boolean, Runnable) - Method in class twaver.network.TNetwork
Calls this method to make the elements to do auto layout on the network canvas.
doLayout(int, boolean, Runnable, Generator) - Method in class twaver.network.TNetwork
Calls this method to make the elements to do auto layout on the network canvas.
doLayout(Iterator, int, boolean, Runnable, int, int, Generator) - Method in class twaver.network.TNetwork
Calls this method to make given elements to do auto layout on the network canvas.
doLayout() - Method in class twaver.swing.TComboBox
 
doLayout(Iterator, int, Runnable, int, int, Generator) - Static method in class twaver.TWaverUtil
Calls this method to make given elements to do auto layout on the network canvas.
DOUBLE0 - Static variable in class twaver.TWaverConst
 
DOUBLE1 - Static variable in class twaver.TWaverConst
 
DOUBLE_WIDTH_STROKE - Static variable in class twaver.TWaverConst
double width stroke
DoubleClickableFilter - Interface in twaver
This filter used on network component to determine whether enable the default double click action on the double clicked element.
DoubleEditor - Class in twaver.table.editor
A cell editor for editing double value.
DoubleEditor() - Constructor for class twaver.table.editor.DoubleEditor
 
DoubleEditor(String) - Constructor for class twaver.table.editor.DoubleEditor
 
drag(TTree, DragGestureEvent) - Method in class twaver.tree.DefaultDnDHandler
Called when tree node is being dragged.
drag(TTree, DragGestureEvent) - Method in interface twaver.tree.DnDHandler
Called when tree node is being dragged.
dragDropEnd(DragSourceDropEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
dragEnter(DragSourceDragEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
dragExit(DragSourceEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
dragGestureRecognized(DragGestureEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
DraggingSpeed - Class in twaver.network
DraggingSpeed is used to determinate the moving speed in the network, when user is dragging the element exceed the bounds of network's visible region.
dragOver(DragSourceDragEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
dragProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
mouse drag process
dragProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.EagerMoveInputHandler
 
dragProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.LazyMoveInputHandler
 
draw - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
drawBody(Graphics2D, int, int, double, Element, double) - Method in class twaver.chart.PieChart
Paints the body of this chart.
drawDashLine(Graphics2D, Point, Point, double) - Static method in class twaver.TWaverUtil
Draw a dash line
drawDashRectangle(Graphics2D, Point, Point, double) - Static method in class twaver.TWaverUtil
Draw a dash rectangle on graphics
drawDashRectangle(Graphics2D, Rectangle, double) - Static method in class twaver.TWaverUtil
Draw a dash rectangle on graphics.
drawDashRound(Graphics2D, Point, Point, double) - Static method in class twaver.TWaverUtil
Draw a dash round rectangle on the graphics.
drawDashShape(Graphics2D, Shape) - Static method in class twaver.TWaverUtil
Draw shape in dash on graphics
drawIconShape - Variable in class twaver.tree.TTreeCellIcon
 
drawImageShape - Variable in class twaver.network.ui.NodeUI
 
drawShapeInAntialias(Graphics, Shape) - Static method in class twaver.TWaverUtil
Draw a shape on the graphics in antialias mode
drawString(String, Graphics2D, double, double, double) - Static method in class twaver.TWaverUtil
Draw a string on graphics with given parameters.
drop(TTree, DropTargetDropEvent, Object) - Method in class twaver.tree.DefaultDnDHandler
Called when tree node is being dropped.
drop(TTree, DropTargetDropEvent, Object) - Method in interface twaver.tree.DnDHandler
Called when tree node is being dropped.
dropActionChanged(DragSourceDragEvent) - Method in class twaver.network.toolbar.BaseNetworkDnDButton
 
dropComplete(DropTargetDropEvent, Element) - Method in class twaver.network.TNetwork
 
dropProcess(TTree, Element, DropTargetDropEvent) - Method in class twaver.tree.DefaultDnDHandler
Drops process with DropTargetDropEvent event.
dropProcess(TTree, Element, String) - Method in class twaver.tree.DefaultDnDHandler
Drops process with string transfer data.
dropProcess(TTree, Element) - Method in class twaver.tree.DefaultDnDHandler
Drops process with target element.
DTE_DCE_INTERFACE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'DTE DCE interface error'.
Dummy - Class in twaver
Dummy is an network-invisible container element.
Dummy() - Constructor for class twaver.Dummy
Creates a dummy
Dummy(Object) - Constructor for class twaver.Dummy
Creates a dummy with given id.
DummySVGUI - Class in twaver.web.svg.network.ui
 
DummySVGUI(TSVGNetwork, Dummy) - Constructor for class twaver.web.svg.network.ui.DummySVGUI
Create a Dummy svg ui with the given network and the dummy
DummyUI - Class in twaver.network.ui
This class defines ui used to paint Dummy element.
DummyUI(TNetwork, Dummy) - Constructor for class twaver.network.ui.DummyUI
Constructs ui with this network and dummy.

E

EagerMoveInputHandler - Class in twaver.network.inputhandler
This is a implementation of InputEventListener that uses to handle all input interaction of a network component, include mouse event and keyboard event.
EagerMoveInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.EagerMoveInputHandler
 
EAST - Static variable in class twaver.swing.TExpandPane
 
editableBorder - Variable in class twaver.network.ui.ResizableNodeUI
 
EditableBorderUI - Class in twaver.network.ui
This class difines an editable border.
EditableBorderUI(ElementUI) - Constructor for class twaver.network.ui.EditableBorderUI
Constructs this border ui with given element ui.
EditableFilter - Interface in twaver
This interface defines an editable filter.
editCellAt(int, int, EventObject) - Method in class twaver.table.ResizableTable
 
EDITOR_TOOLBAR - Static variable in class twaver.TWaverConst
define editor toolbar
editPerformed() - Method in class twaver.table.editor.AlarmStateEditor
 
editPerformed() - Method in class twaver.table.editor.ButtonEditor
 
editPerformed() - Method in class twaver.table.editor.FontEditor
 
Element - Interface in twaver
Element defines the business object in TWaver.
element - Variable in class twaver.network.ui.AbstractAttachment
 
element - Variable in class twaver.network.ui.AbstractBorderUI
 
element - Variable in class twaver.network.ui.AbstractElementUI
 
element - Variable in class twaver.tree.TTreeCellIcon
 
element - Variable in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
ELEMENT_ADDED - Static variable in class twaver.DataBoxEvent
Identifies element added into box.
ELEMENT_ADDED - Static variable in class twaver.DataBoxSelectionEvent
Indicate element is selected
ELEMENT_CLEARED - Static variable in class twaver.DataBoxSelectionEvent
Indicate all selected elements are unselected
ELEMENT_CLICKED - Static variable in class twaver.network.InteractionEvent
Indicate element is clicked.
ELEMENT_CREATED - Static variable in class twaver.network.InteractionEvent
Indicate element is created
ELEMENT_DELETED - Static variable in class twaver.network.InteractionEvent
Indicate element is deleted
ELEMENT_DROPPED - Static variable in class twaver.network.InteractionEvent
Indicate element is dropped
ELEMENT_LEAP_MOVED - Static variable in class twaver.network.InteractionEvent
Indicate element has been moved leapingly by mouse
ELEMENT_LEAP_MOVING - Static variable in class twaver.network.InteractionEvent
Indicate element is moving leapingly by mouse
ELEMENT_LEAP_MOVING_CANCELED - Static variable in class twaver.network.InteractionEvent
Indicate element moving is canceled.
ELEMENT_POINT_ADDED - Static variable in class twaver.network.InteractionEvent
Indicate a vertex of an element has been added.
ELEMENT_POINT_MOVED - Static variable in class twaver.network.InteractionEvent
Indicate a vertex of an element has been moved.
ELEMENT_POINT_MOVING - Static variable in class twaver.network.InteractionEvent
Indicate a vertex of an element is moving.
ELEMENT_POINT_REMOVED - Static variable in class twaver.network.InteractionEvent
Indicate a vertex of an element has been removed.
ELEMENT_REMOVED - Static variable in class twaver.DataBoxEvent
Identifies element removed from box.
ELEMENT_REMOVED - Static variable in class twaver.DataBoxSelectionEvent
Indicate element is unselected
ELEMENT_RESIZED - Static variable in class twaver.network.InteractionEvent
Indicate element has been resized by mouse
ELEMENT_RESIZING - Static variable in class twaver.network.InteractionEvent
Indicate element is resizing by mouse
ELEMENT_RESIZING_CANCELED - Static variable in class twaver.network.InteractionEvent
Indicate element resizing is canceled.
ELEMENT_SMOOTH_MOVED - Static variable in class twaver.network.InteractionEvent
Indicate element has been moved smoothly by mouse
ELEMENT_SMOOTH_MOVING - Static variable in class twaver.network.InteractionEvent
Indicate element is moving smoothly by mouse
ELEMENT_STATE_ICON_PREFIX - Static variable in class twaver.TWaverConst
element state icon prefix
ELEMENT_UPDATE_UI - Static variable in class twaver.TWaverConst
 
elementAdded(DataBoxEvent) - Method in class twaver.AlarmModel
Called when an element has been added.
elementAdded(DataBoxEvent) - Method in class twaver.DataBoxAdapter
Called when an element has been added.
elementAdded(DataBoxEvent) - Method in interface twaver.DataBoxListener
Called when an element has been added.
ElementAttribute - Class in twaver
This class encapsulate an element property information.
ElementAttribute() - Constructor for class twaver.ElementAttribute
 
ElementAttributeVisibleFilter - Interface in twaver
This filter used to determine whether a property is visible in a PropertySheet component.
ElementBoundsInvalidatableFilter - Interface in twaver.network
This filter designed for network component to repaint element when some element property changed.
ElementCallbackHandler - Interface in twaver
The ElementCallbackHandler is used to process element when elements' iteration for data box.
elementClass - Variable in class twaver.DataBoxQuickFinder
 
elementClass - Variable in class twaver.web.TWebElementTable
 
ElementDelegateInterceptor - Interface in twaver
The ElementDelegateInterceptor is designed to intercept java.beans.DefaultPersistenceDelegate#initialize method.
elementIDMapper - Variable in class twaver.table.TElementTable
 
ElementIDRenderer - Class in twaver.table.renderer
This is a renderer is used to render element ID.
ElementIDRenderer() - Constructor for class twaver.table.renderer.ElementIDRenderer
 
ElementIDRenderer(String) - Constructor for class twaver.table.renderer.ElementIDRenderer
 
ElementLabelEditor - Interface in twaver
This interface defines a generic editor for editing element label.
ElementNode - Class in twaver.tree
This class defines element tree node.
ElementNode(TTree, Element) - Constructor for class twaver.tree.ElementNode
Create element tree node by given tree and element.
ElementPersistentFilter - Interface in twaver
Use this filter to determine which elements need to serialize into XML when use databox to output all contained element data into a XML stream.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.DataBoxQuickFinder
Process the action for element property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.AbstractAttachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.AbstractBorderUI
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.AbstractElementUI
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.AlarmAttachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in interface twaver.network.ui.Attachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in interface twaver.network.ui.BorderUI
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.ComponentAttachment
 
elementPropertyChange(PropertyChangeEvent) - Method in interface twaver.network.ui.ElementUI
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.GroupHandlerAttachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.IconAttachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.LabelAttachment
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.MessageAttachment
 
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.PolySubNetworkUI
Invoked when the related element's any property change.
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.RoundRectUI
 
elementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.ui.ShapeNodeUI
 
ElementPropertyChangeRepaintFilter - Interface in twaver
The ElementPropertyChangeRepaintFilter is used to determine whether need to repaint on TView components.
elementRemoved(DataBoxEvent) - Method in class twaver.AlarmModel
Called when an element has been removed.
elementRemoved(DataBoxEvent) - Method in class twaver.DataBoxAdapter
Called when an element has been removed.
elementRemoved(DataBoxEvent) - Method in interface twaver.DataBoxListener
Called when an element has been removed.
ElementRenderer - Class in twaver.table.renderer
This is a renderer is used to render Element object.
ElementRenderer() - Constructor for class twaver.table.renderer.ElementRenderer
 
ElementRenderer(String) - Constructor for class twaver.table.renderer.ElementRenderer
 
ElementReturnCallbackHandler - Interface in twaver
 
elements - Variable in class twaver.AbstractElement
Use this vector to hold all children elements.
ELEMENTS_CLEARED - Static variable in class twaver.DataBoxEvent
Identifies elements cleared from box.
elementsCleared(DataBoxEvent) - Method in class twaver.AlarmModel
Called when all elements have been cleared.
elementsCleared(DataBoxEvent) - Method in class twaver.DataBoxAdapter
Called when all elements have been cleared.
elementsCleared(DataBoxEvent) - Method in interface twaver.DataBoxListener
Called when all elements have been cleared.
ElementSVGUI - Interface in twaver.web.svg.network.ui
 
elementType - Variable in class twaver.network.inputhandler.CreateLinkInputHandler
 
elementUI - Variable in class twaver.network.ui.AbstractBorderUI
 
ElementUI - Interface in twaver.network.ui
ElementUI defines an element UI delegate painter.
elementUIs - Variable in class twaver.web.svg.network.TSVGNetwork
 
EllipseGroup - Class in twaver
This class defines an ellipse shape group.
EllipseGroup() - Constructor for class twaver.EllipseGroup
Creates an ellipse shape group instance.
EllipseGroup(Object) - Constructor for class twaver.EllipseGroup
Creates an ellipse shape group instance by given id.
EMPTY - Static variable in class twaver.web.svg.network.SVGStruct
 
EMPTY_BORDER - Static variable in class twaver.TWaverConst
An empty border instance
EMPTY_BOUNDS - Static variable in class twaver.TWaverConst
An empty rectangle at (0,0) with size (0,0)
EMPTY_DIMENSION - Static variable in class twaver.TWaverConst
Dimension of (0,0).
EMPTY_LIST - Static variable in class twaver.TWaverConst
A zero size array list
EMPTY_PARAM_CLASS - Static variable in class twaver.TWaverConst
empty parameter types for a method
EMPTY_PARAM_VALUE - Static variable in class twaver.TWaverConst
empty parameter values for a method
EMPTYSTRING - Static variable in class twaver.web.svg.network.SVGStruct
 
EN_US - Static variable in class twaver.TWaverConst
define English locale
enableZoomAndPan - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
enableZoomAndPan - Variable in class twaver.web.svg.network.TSVGNetwork
 
ENCLOSURE_DOOR_OPEN_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Enclosure door open M.3100'.
encodeBase64Buffer(byte[]) - Static method in class twaver.TWaverUtil
Encodes byte array into string.
endBatch() - Method in class twaver.AlarmModel
 
endBatch() - Method in interface twaver.Batchable
Terminates a batch of modifications.
endBatch() - Method in class twaver.TDataBox
Terminates a batch of modifications.
endIndex - Variable in class twaver.chart.AbstractScaleChart
 
endIndex - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
ENGINE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Engine failure'.
ensureSelectedRowVisible() - Method in class twaver.table.TPropertySheet
Call this to ensure the selected row is scrolled to visible.
ensureVisible(Element) - Method in class twaver.list.TList
Scroll list view port to make given element list item visible.
ensureVisible(Element) - Method in class twaver.network.TNetwork
Scrolls network viewport to ensure the given element is appeared on network canvas.
ensureVisible(Rectangle) - Method in class twaver.network.TNetwork
Scrolls network viewport to ensure the given region is appear on network canvas.
ensureVisible(Element) - Method in class twaver.table.TElementTable
Scroll table viewport to make given element table item visible.
ensureVisible(Vector) - Method in class twaver.table.TTable
Scrolls the table to make the specified table row becomes visible, as far as possible.
ensureVisible(Collection) - Method in class twaver.tree.TTree
Scroll tree viewport to try to keep all given elements are visible.
ensureVisible(Element) - Method in class twaver.tree.TTree
Scrolls the view in such a way that the specified element becomes visible, as far as possible.
ensureVisibleAtCurrentPage(Element) - Method in class twaver.table.TElementTable
Scroll table viewport to make given element table item visible.
ensureVisibleAtCurrentPage(Vector) - Method in class twaver.table.TTable
Scrolls the table to make the specified table row of current page becomes visible, as far as possible.
Entry(Component, TableLayoutConstraints) - Constructor for class twaver.swing.TableLayout.Entry
Constructs an Entry that binds a component to a set of constraints.
ENUM_ALARM_SEVERITY - Static variable in class twaver.TWaverConst
define enum type for alarm severity
ENUM_ANTENNATYPE - Static variable in class twaver.TWaverConst
define enum type for antenna type
ENUM_ARROWSTYLE - Static variable in class twaver.TWaverConst
define enum type for arrow style
ENUM_ATTACHMENT_DIRECTION - Static variable in class twaver.TWaverConst
define enum type for attachment direction
ENUM_ATTACHMENT_STYLE - Static variable in class twaver.TWaverConst
define enum type for attachment style
ENUM_BORDER_TYPE - Static variable in class twaver.TWaverConst
define enum type for border type
ENUM_CORNERTYPE - Static variable in class twaver.TWaverConst
define enum type for arrow style
ENUM_DIRECTION - Static variable in class twaver.TWaverConst
define enum type for direction
ENUM_GRADIENT - Static variable in class twaver.TWaverConst
define enum type for gradient
ENUM_GROUPTYPE - Static variable in class twaver.TWaverConst
define enum type for group type
ENUM_INFLEXION_STYLE - Static variable in class twaver.TWaverConst
define enum type for inflexion style
ENUM_JOINT_POINT - Static variable in class twaver.TWaverConst
define enum type for joint point
ENUM_LABEL_ORIENTATION - Static variable in class twaver.TWaverConst
define enum type for orientation
ENUM_LEGEND_LAYOUT - Static variable in class twaver.TWaverConst
define enum type for legend layout
ENUM_LINKTYPE - Static variable in class twaver.TWaverConst
define enum type for link type
ENUM_MESSAGE_COMPONENT - Static variable in class twaver.TWaverConst
define enum type for message component
ENUM_ORIENTATION - Static variable in class twaver.TWaverConst
define enum type for orientation
ENUM_ORTHOGONAL - Static variable in class twaver.TWaverConst
define enum type for orthogonal
ENUM_POSITION - Static variable in class twaver.TWaverConst
define enum type for position
ENUM_SHAPE - Static variable in class twaver.TWaverConst
define enum type for shape
ENUM_SHAPELINKTYPE - Static variable in class twaver.TWaverConst
define enum type for shape link type
ENUM_SHAPENODETYPE - Static variable in class twaver.TWaverConst
define enum type for shape node type
Enumerable - Interface in twaver.base.enumerable
This is the parent class of all symbolic enumeration classes.
EnumerableManager - Class in twaver.base.enumerable
This class keeps track of all enumerations defined by TWaver.
EnumType - Class in twaver
This class defines an enumeration type for TWaver use.
EnumType(Comparable) - Constructor for class twaver.EnumType
Creates an enumeration.
EnumType(int, String) - Constructor for class twaver.EnumType
Creates an integer enumeration.
EnumType(int, String, String) - Constructor for class twaver.EnumType
Creates an integer enumeration.
EnumType(int, String, Icon) - Constructor for class twaver.EnumType
Creates an integer enumeration.
EnumType(Comparable, String) - Constructor for class twaver.EnumType
Creates an comparable enumeration.
EnumType(Comparable, String, String) - Constructor for class twaver.EnumType
Creates an comparable enumeration.
EnumType(Comparable, String, Icon) - Constructor for class twaver.EnumType
Creates an comparable enumeration.
EnumTypeEditor - Class in twaver.table.editor
A cell editor for editing TWaver enum value.
EnumTypeEditor(String) - Constructor for class twaver.table.editor.EnumTypeEditor
 
EnumTypeEditor(String, String) - Constructor for class twaver.table.editor.EnumTypeEditor
 
EnumTypeEditor(String, String, String) - Constructor for class twaver.table.editor.EnumTypeEditor
 
EnumTypeManager - Class in twaver
This singleton class defines the enumeration manager, it manage all enumeration types in TWaver system.
EnumTypeRenderer - Class in twaver.table.renderer
This is a renderer is used to render an TWaver enum object.
EnumTypeRenderer(String) - Constructor for class twaver.table.renderer.EnumTypeRenderer
 
EnumTypeRenderer(String, String) - Constructor for class twaver.table.renderer.EnumTypeRenderer
 
EnumTypeRenderer(String, String, String) - Constructor for class twaver.table.renderer.EnumTypeRenderer
 
ENVIRONMENTAL_ALARM - Static variable in class twaver.AlarmType
Environmental alarm.
equals(Object) - Method in class twaver.AbstractElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class twaver.AlarmSeverity
By default, only object is an AlarmSeverity object and has the equal value with this alarm severity, this method will return true.
equals(Object) - Method in class twaver.base.enumerable.AbstractEnumerable
 
equals(Object) - Method in class twaver.base.enumerable.DefaultEnumerable
 
equals(Object) - Method in class twaver.EnumType
Compares to the enum type's value property.
equals(Object) - Method in class twaver.FloatInsets
 
equals(Object) - Method in class twaver.GeoCoordinate
 
equals(Object) - Method in class twaver.table.Category
Equipment - Interface in twaver
This interface defines a telecom equipment object.
EQUIPMENT_ALARM - Static variable in class twaver.AlarmType
Equipment Alarm.
EQUIPMENT_IDENTIFIER_DUPLICATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Equipment identifier duplication'.
EQUIPMENT_MALFUNCTION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Equipment malfunction'.
ErrorHandler - Interface in twaver
An ErrorHandler is notified of internal error.
errorHandler - Static variable in class twaver.TWaverUtil
 
ES_ES - Static variable in class twaver.TWaverConst
define Spanish locale
EvenHSpaceAction - Class in twaver.network.action
This action can make all selected elements of given network even horizontal space.
EvenHSpaceAction(TView) - Constructor for class twaver.network.action.EvenHSpaceAction
 
evenHSpaceSelection() - Method in class twaver.TDataBox
Makes all selected elements with even horizontal space.
eventAdded(Object) - Method in interface twaver.UndoRedoListener
Invoked when an event is added to UndoRedoManger.
eventRemoved(Object) - Method in interface twaver.UndoRedoListener
Invoked when an event is removed from UndoRedoManger.
EvenVSpaceAction - Class in twaver.network.action
This action can make all selected elements of given network even vertical space.
EvenVSpaceAction(TView) - Constructor for class twaver.network.action.EvenVSpaceAction
 
evenVSpaceSelection() - Method in class twaver.TDataBox
Makes all selected elements with even vertical space.
EXCESSIVE_BIT_ERROR_RATE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Excessive bit error rate'.
EXCESSIVE_RECEIVER_TEMPERATURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Excessive receiver temperature'.
EXCESSIVE_TRANSMITTER_OUTPUT_POWER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Excessive transmitter output power'.
EXCESSIVE_TRANSMITTER_TEMPERATURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Excessive transmitter temperature'.
EXCESSIVE_VIBRATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Excessive vibration'.
exist - Variable in class twaver.BaseEquipment
 
exitFullScreen() - Method in class twaver.network.TNetwork
Calls this method to exit full screen mode.
exitFullScreen() - Method in class twaver.swing.FullScreenSupport
 
expand - Variable in class twaver.Group
 
expand(int) - Method in class twaver.tree.TTree
Expand all tree nodes until reach the given tree level.
expand(Element, int) - Method in class twaver.tree.TTree
Expand tree nodes from given element tree node to its descendant until reach the given tree level.
expand(Element) - Method in class twaver.tree.TTree
Expand given element tree node itself.
expandAll() - Method in class twaver.tree.TTree
Call this method to expand all tree nodes.
expandAll(Element) - Method in class twaver.tree.TTree
Call this method to expand the given element tree node and all its descendant.
expandAllCategories() - Method in class twaver.table.TPropertySheet
Call this method to expand all categories of this property sheet.
expandButton - Variable in class twaver.table.TPropertySheetPane
 
expandRoot() - Method in class twaver.tree.TTree
Expand tree root node
explore() - Method in class twaver.tree.AbstractTTreeNode
Call this method to explore the tree node.
EXPLOSIVE_GAS - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Explosive gas'.
exportAlarmState(Element, Element, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportBackground - Variable in class twaver.web.svg.network.TSVGNetwork
 
exportBTS(BTSAntenna, BTSAntenna, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportChildren(Element, Element, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportCoverElementsToImageIcon(String, String, int, double) - Method in class twaver.network.TNetwork
 
exportDividedImages(String, String, int, int, double) - Method in class twaver.network.TNetwork
Exports network images dividedly.
exportElementsToFile(Generator, String, int, double) - Method in class twaver.network.TNetwork
 
exportElementsToImageIcon(Generator, String, int, double) - Method in class twaver.network.TNetwork
 
exportElementToFile(Element, String, String, int, double) - Method in class twaver.network.TNetwork
 
exportElementToImageIcon(Element, String, String, int, double) - Method in class twaver.network.TNetwork
 
exportFrom(Link, Link, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportHost(Follower, Follower, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportImage(String, String, boolean) - Method in class twaver.chart.AbstractChart
Calls to export the image of the chart.
exportImage(JFileChooser, boolean) - Method in class twaver.chart.AbstractChart
Calls to export the image of the chart.
exportImage(String) - Method in class twaver.network.TNetwork
Exports network canvas into the specified JPG file.
exportImage(String, String) - Method in class twaver.network.TNetwork
Exports network canvas into specified file.
exportImage(String, String, double) - Method in class twaver.network.TNetwork
Exports network canvas into specified file.
exportImage(OutputStream, String, Rectangle, double) - Method in class twaver.network.TNetwork
Exports the specified logical bounds of network canvas image date into given output stream.
exportImage(String, String, Rectangle, double) - Method in class twaver.network.TNetwork
Exports the specified logical bounds of network canvas to image file.
exportImage(Component) - Static method in class twaver.TWaverUtil
Exports component into image file.
exportImage(Component, JFileChooser) - Static method in class twaver.TWaverUtil
Exports component into image file with the specified file chooser.
exportImage(Component, String, String) - Static method in class twaver.TWaverUtil
Exports component into image file with the specified file name and image format.
exportImage(Component, String, String, double, Rectangle) - Static method in class twaver.TWaverUtil
Exports component into image file with the specified file name, image format, zoom factor and logical bounds.
exportImage(Component, OutputStream, String, double, Rectangle) - Static method in class twaver.TWaverUtil
Exports component into output stream with the specified image format, zoom factor and logical bounds.
ExportImageAction - Class in twaver.swing
 
ExportImageAction(Component) - Constructor for class twaver.swing.ExportImageAction
 
exportImageCoverElements(String, String, int) - Method in class twaver.network.TNetwork
Exports the elements cover area on the network canvas into specified file.
exportImageCoverElements(String, String, int, double) - Method in class twaver.network.TNetwork
Exports the elements cover area on the network canvas into specified file.
ExportImageInputHandler - Class in twaver.network.inputhandler
 
ExportImageInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.ExportImageInputHandler
 
ExportImageInputHandler(TNetwork, JFileChooser, double, InteractionMode) - Constructor for class twaver.network.inputhandler.ExportImageInputHandler
 
exportingElement - Variable in class twaver.network.TNetwork
 
exportJSON() - Method in class twaver.web.table.TWebTable
 
exportParent(Element, Element, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportRowJSON(TWebTableColumn[], Object) - Method in class twaver.web.table.TWebTable
 
exportSVG(String, int, int) - Method in class twaver.chart.AbstractChart
 
exportSVG(String) - Method in class twaver.chart.AbstractChart
 
exportSVG(String, int, int) - Method in class twaver.chart.BarChart
 
exportSVG(String, int, int) - Method in class twaver.chart.BubbleChart
 
exportSVG(String, int, int) - Method in class twaver.chart.DialChart
 
exportSVG(String, int, int) - Method in class twaver.chart.LineChart
 
exportSVG(String, int, int) - Method in class twaver.chart.PercentChart
 
exportSVG(String, int, int) - Method in class twaver.chart.PieChart
 
exportSVG(String, int, int) - Method in class twaver.chart.RadarChart
 
exportSVG(String) - Method in class twaver.network.TNetwork
Exports the content on the current network canvas to file in SVG format.
exportTo(Link, Link, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
 
exportToFile(String) - Method in class twaver.chart.ChartExporter
 
exportToImageIcon(String, String, boolean) - Method in class twaver.chart.AbstractChart
 
exportToImageIcon(String) - Method in class twaver.chart.ChartExporter
 
exportToImageIcon(String, String, double) - Method in class twaver.network.TNetwork
 
exportToImageIcon(String, String, Rectangle, double) - Method in class twaver.network.TNetwork
 
exportToImageIcon(Component, String, String) - Static method in class twaver.TWaverUtil
 
exportToImageIcon(Component, String, String, double, Rectangle) - Static method in class twaver.TWaverUtil
 
exportToOutputStream(OutputStream) - Method in class twaver.chart.ChartExporter
 
exportValues(Element, TDataBox) - Method in class twaver.AbstractElement
Export this element's value to the given target element.
exportValues(Element, Element, TDataBox) - Method in class twaver.DefaultExportValuesInterceptor
Invoked when exporting value from the old element object to new created element object.
exportValues(Element, Element, TDataBox) - Method in interface twaver.ExportValuesInterceptor
Invoked when exporting value from the old element object to new created element object.
exportValues(Layer) - Method in class twaver.Layer
Exports this layer's properties to other given layer.
ExportValuesInterceptor - Interface in twaver
The ExportValuesInterceptor is used to intercept Element.copy() method to implement the value export from the old element object to new created element object.
extend - Variable in class twaver.network.ui.LinkUI
 
EXTERNAL_DEVICE_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'External device problem'.
EXTERNAL_EQUIPMENT_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'External equipment failure'.
EXTERNAL_POWER_SUPPLY_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'External power supply failure'.
EXTERNAL_TRANSMISSION_DEVICE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'External transmission device failure'.
extraIndentButton - Variable in class twaver.table.TPropertySheetPane
 

F

FAR_END_RECEIVER_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Far end receiver failure'.
FILE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'File error'.
FILE_SYSTEM_CALL_UNSUCCESSFUL - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'File system call unsuccessful'.
FileChooserFilter - Class in twaver.swing
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
FileChooserFilter() - Constructor for class twaver.swing.FileChooserFilter
Creates a file filter.
FileChooserFilter(String) - Constructor for class twaver.swing.FileChooserFilter
Creates a file filter that accepts files with the given extension.
FileChooserFilter(String, String) - Constructor for class twaver.swing.FileChooserFilter
Creates a file filter that accepts the given file type.
FileChooserFilter(String[]) - Constructor for class twaver.swing.FileChooserFilter
Creates a file filter from the given string array.
FileChooserFilter(String[], String) - Constructor for class twaver.swing.FileChooserFilter
Creates a file filter from the given string array and description.
FILL - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the row/column should fill the available space
FILL - Static variable in class twaver.web.svg.TWaverWebConst
 
FILL_BOTH_SIDE - Static variable in class twaver.network.OverviewPane
Indicate enlarge the overview to fill the overview window in vertical direction and horizontal direction, when overview window is resized.
FILL_NONE_SIDE - Static variable in class twaver.network.OverviewPane
Indicate no change for overview when overview window is resized.
FILL_ONE_SIDE - Static variable in class twaver.network.OverviewPane
Indicate enlarge the overview to fill the overview window when the overview window is resized.
fillShapeInAntialias(Graphics, Shape) - Static method in class twaver.TWaverUtil
Fill a shape in antialias mode on the graphics.
Filter - Interface in twaver
The root class from which all twaver's filters shall be derived.
filter(int, Color) - Method in class twaver.HSBPixelFilter
 
filter(int, Color) - Method in interface twaver.PixelFilter
 
filter(int, Color) - Method in class twaver.RGBPixelFilter
 
filter - Variable in class twaver.table.TElementTable
 
filterBottomRows(List) - Method in class twaver.table.TElementTable
 
filterBottomRows(List) - Method in class twaver.table.TTable
 
filterMovingElements(Iterator) - Static method in class twaver.TWaverUtil
Filters out moving elements.
filterTopRows(List) - Method in class twaver.table.TElementTable
 
filterTopRows(List) - Method in class twaver.table.TTable
 
find(Object) - Method in class twaver.AlarmModelQuickFinder
Find all alarms whose bound property value equals to the given value.
find(Object) - Method in class twaver.DataBoxQuickFinder
Find all elements whose bound property value equals to the given value.
findEditor(ElementAttribute, Object) - Method in class twaver.table.CellEditorManager
Find a registered cell editor.
findEditor(Class) - Method in class twaver.table.CellEditorManager
Find a registered cell editor.
findFirst(Object) - Method in class twaver.AlarmModelQuickFinder
Find the first alarm whose bound property value equals to the given value.
findFirst(Object) - Method in class twaver.DataBoxQuickFinder
Find the first element whose bound property value equals to the given value.
findRenderer(ElementAttribute, Object) - Method in class twaver.table.CellRendererManager
Find a renderer by given information.
findRenderer(Class) - Method in class twaver.table.CellRendererManager
Find registered table cell render for the given property type.
FIRE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Fire'.
FIRE_DETECTOR_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Fire detector failure'.
fireAlarmStateChange() - Method in class twaver.AlarmStateStatistics
Fire alarm state change event.
fireBackgroundDoubleClicked(MouseActionEvent) - Method in class twaver.network.TNetwork
Fires an event to inform listeners that the background is double clicked.
fireBatchMoveEvent(double, double) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
fireCellUpdate(Vector, int, Object, Object) - Method in class twaver.table.TTableModel
Fire a cell update event.
fireColumnAdded(TTableColumn) - Method in class twaver.table.TTableModel
Fire column added event.
fireColumnRemoved(TTableColumn) - Method in class twaver.table.TTableModel
Fire column removed event.
fireColumnSorted(TTableColumn, boolean) - Method in class twaver.table.TTableModel
Fire column sorted event.
fireElementClicked(MouseActionEvent) - Method in class twaver.chart.AbstractChart
Notifies the action of a listener that have registered interest for notification on this element mouse click event type.
fireElementClicked(MouseActionEvent) - Method in class twaver.list.TList
Fire element clicked event.
fireElementClicked(MouseActionEvent) - Method in class twaver.network.TNetwork
Fires element clicked event.
fireElementDoubleClicked(MouseActionEvent) - Method in class twaver.chart.AbstractChart
Notifies the action event of a listener that have registered interest for notification on this element mouse double click event type.
fireElementDoubleClicked(MouseActionEvent) - Method in class twaver.list.TList
Fire element double clicked event.
fireElementDoubleClicked(MouseActionEvent) - Method in class twaver.network.TNetwork
Fires element double clicked event.
fireIndexChanged(Element) - Method in class twaver.TDataBox
 
fireInteractionPerformed(Object, int, MouseEvent) - Method in class twaver.network.TNetwork
Fires a interaction event.
fireInteractionPerformed(Object, int, int, MouseEvent) - Method in class twaver.network.TNetwork
Fires a interaction event.
fireInteractionPerformed(InteractionEvent) - Method in class twaver.network.TNetwork
Fires an interaction perform event.
fireLockedChanged() - Method in class twaver.table.TTableModel
Fire table lock state change event.
firePageChanged() - Method in class twaver.table.AbstractPageTableModel
Fire page change event.
firePointsChange() - Method in class twaver.ShapeImage
 
firePointsChange() - Method in class twaver.ShapeLink
Fires control points change event.
firePointsChange() - Method in class twaver.ShapeNode
fire points content changed event to all listeners.
firePropertyChange(PropertyChangeEvent) - Method in class twaver.AbstractElement
Fire an existing PropertyChangeEvent to any registered PropertyChangeListeners.
firePropertyChange(String, Object, Object) - Method in class twaver.AbstractElement
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class twaver.AbstractElement
Support for reporting bound property changes for boolean properties.
firePropertyChange(String, int, int) - Method in class twaver.AbstractElement
Support for reporting bound property changes for integer properties.
firePropertyChange(String, Object, Object) - Method in class twaver.AlarmStateStatistics
 
firePropertyChange(String, Object, Object) - Method in class twaver.Branch
Fire a property change event via the internal property change support object.
firePropertyChange(String, boolean, boolean) - Method in class twaver.Branch
Fire a boolean property change event via the internal property change support object.
firePropertyChange(PropertyChangeEvent) - Method in interface twaver.Element
Fire an existing PropertyChangeEvent to any registered PropertyChangeListeners.
firePropertyChange(String, Object, Object) - Method in interface twaver.Element
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in interface twaver.Element
Support for reporting bound property changes for boolean properties.
firePropertyChange(String, int, int) - Method in interface twaver.Element
Support for reporting bound property changes for integer properties.
firePropertyChange(String, Object, Object) - Method in class twaver.Segment
Call this method to fire property change event.
firePropertyChange(String, boolean, boolean) - Method in class twaver.Segment
Fire a boolean type property change event.
firePropertyChange(String, Object, Object) - Method in class twaver.TDataBox
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class twaver.TDataBox
Support for reporting bound property changes for boolean properties.
firePropertySheetChanged(PropertyChangeEvent, int) - Method in class twaver.table.TPropertySheet
 
firePropertySheetChanged(Category) - Method in class twaver.table.TPropertySheet
 
firePropertySheetChanged(PropertySheetEvent) - Method in class twaver.table.TPropertySheet
 
fireRowClicked(int, int, int) - Method in class twaver.table.TTableModel
Fire table row has been clicked event to all table model listeners.
fireRowDataAdded(Vector) - Method in class twaver.table.TTableModel
fire row data added event.
fireRowDataRemoved(Vector) - Method in class twaver.table.TTableModel
Fire row data removed event.
fireRowSelectionChanged(boolean) - Method in class twaver.table.TTableModel
Fire row select change event.
fireTableDataCleared() - Method in class twaver.table.TTableModel
Fire table data cleared event.
fireZoomChangeEvent(double, double) - Method in class twaver.network.zoom.PhysicalZoomer
Fire event to inform all listeners that the zoomer value changed.
firstElement() - Method in interface twaver.DataBoxSelectionModel
Gets the first selected element.
firstPage() - Method in class twaver.table.AbstractPageTableModel
Goto first page
firstPage() - Method in interface twaver.table.TablePaging
Goto first page
firstPage - Variable in class twaver.table.TPageNavigator
 
fixedValueCount - Variable in class twaver.chart.AbstractChart
 
FlexionLink - Class in twaver
This class defines a Link that has two flexional points close to the two terminal points of the link.
FlexionLink() - Constructor for class twaver.FlexionLink
Create a flexion link instance
FlexionLink(Object) - Constructor for class twaver.FlexionLink
Create a flexion link with given id.
FlexionLink(Node, Node) - Constructor for class twaver.FlexionLink
Create a link instance with given from node and to node.
FlexionLink(Object, Node, Node) - Constructor for class twaver.FlexionLink
Create a flexion lin instance with given id, given from node and to node.
FlexionLinkLayouter - Class in twaver.network.layout
This layouter layout all links of the network in a double-flexual style.
FlexionLinkLayouter(TNetwork) - Constructor for class twaver.network.layout.FlexionLinkLayouter
Creates FlexionLinkLayouter for the network component.
FloatEditor - Class in twaver.table.editor
A cell editor for editing TWaver float value.
FloatEditor() - Constructor for class twaver.table.editor.FloatEditor
 
FloatEditor(String) - Constructor for class twaver.table.editor.FloatEditor
 
FloatInsets - Class in twaver
An Insets object is a representation of the borders of a container.
FloatInsets() - Constructor for class twaver.FloatInsets
Creates and initializes a new FloatInsets object.
FloatInsets(float, float, float, float) - Constructor for class twaver.FloatInsets
Creates and initializes a new FloatInsets object with the specified top, left, bottom, and right insets.
FloatInsetsEditor - Class in twaver.table.editor
 
FloatInsetsEditor() - Constructor for class twaver.table.editor.FloatInsetsEditor
 
FloatInsetsEditor(String) - Constructor for class twaver.table.editor.FloatInsetsEditor
 
FLOOD - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Flood'.
flowForward() - Method in class twaver.network.ui.LinkUI
 
flowing - Variable in class twaver.network.ui.LinkUI
 
flowingColor - Variable in class twaver.network.ui.LinkUI
 
flowingWidth - Variable in class twaver.network.ui.LinkUI
 
focusBorder - Static variable in class twaver.table.renderer.AbstractCanvasRenderer
 
Follower - Class in twaver
This class defines a follower node.
Follower() - Constructor for class twaver.Follower
Creates a follower node
Follower(Object) - Constructor for class twaver.Follower
Creates a follower node by given id.
Follower(Object, Node) - Constructor for class twaver.Follower
Creates follower node by given id and host node.
font - Variable in class twaver.network.ui.LabelAttachment
 
FONT_FAMILY - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_FAMILY_DEFAULT - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_FAMILY_DEFAULT_SIMSUN - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_FAMILY_DIALOG - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_FAMILY_DIALOGINPUT - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_FAMILY_SIMHEI - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_SIZE - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_STYLE - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_STYLE_BOLD - Static variable in class twaver.TWaverConst
blod font style
FONT_STYLE_DEFAULT - Static variable in class twaver.TWaverConst
default font style
FONT_STYLE_ITALIC - Static variable in class twaver.TWaverConst
italic font style
FONT_STYLE_ITALIC_BOLD - Static variable in class twaver.TWaverConst
italic and bold font style
FONT_STYLE_PLAIN - Static variable in class twaver.TWaverConst
plain font style
FONT_WEIGHT - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_WEIGHT_BOLD - Static variable in class twaver.web.svg.TWaverWebConst
 
FONT_WEIGHT_NORMAL - Static variable in class twaver.web.svg.TWaverWebConst
 
FontChooser - Class in twaver.table.editor
A simple FontChooser dialog that implements functionality similar to the JFileChooser, JOptionPane and JColorChooser components provided with Swing.
FontChooser() - Constructor for class twaver.table.editor.FontChooser
Constructs a new FontChooser component initialized with the default font (Arial).
FontChooser(Font) - Constructor for class twaver.table.editor.FontChooser
Constructs a new FontChooser component initialized with the specified font.
FontEditor - Class in twaver.table.editor
A cell editor for editing TWaver font value.
FontEditor() - Constructor for class twaver.table.editor.FontEditor
 
FontEditor(Font) - Constructor for class twaver.table.editor.FontEditor
 
FontRenderer - Class in twaver.table.renderer
This is a renderer is used to render Font object.
FontRenderer() - Constructor for class twaver.table.renderer.FontRenderer
 
FontRenderer(String) - Constructor for class twaver.table.renderer.FontRenderer
 
FontRenderer - Static variable in class twaver.web.TWebPropertySheet
 
forceAdjustCanvasSize() - Method in class twaver.network.TNetwork
Calls this method to adjust network canvas size to its preferred size.
foregroundColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
format - Variable in class twaver.chart.AbstractChart
 
format - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
format(double) - Method in class twaver.web.svg.network.SVGContext
Specialization of format.
FORMATER - Static variable in class twaver.table.renderer.InsetsRenderer
 
forName(String, String) - Static method in class twaver.TWaverUtil
Load class by given class name from given location.
FRAMING_ERROR_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Framing error M.3100'.
FREQUENCY_HOPPING_DEGRADED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Frequency hopping degraded'.
FREQUENCY_HOPPING_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Frequency hopping failure'.
FREQUENCY_REDEFINITION_FAILED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Frequency redefinition failed'.
fromAgentLinks - Variable in class twaver.Node
 
fromArrow - Variable in class twaver.network.ui.LinkUI
 
fromBounds - Variable in class twaver.web.svg.network.ui.LinkSVGUI
 
fromLinks - Variable in class twaver.Node
 
fromNode - Variable in class twaver.network.inputhandler.CreateLinkInputHandler
 
fromPoint - Variable in class twaver.web.svg.network.ui.LinkSVGUI
 
fromPosition - Variable in class twaver.network.ui.LinkUI
 
fromXOffset - Variable in class twaver.network.ui.LinkUI
 
fromYOffset - Variable in class twaver.network.ui.LinkUI
 
FULL - Static variable in class twaver.swing.SingleFiledLayout
Full justify components
FULL - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is full justified in its cell
fullScreen(Window) - Static method in class twaver.TWaverUtil
Calls this method to enlarge given window to the full screen size (not maximized).
FullScreenSupport - Class in twaver.swing
 
FullScreenSupport(Component, Object) - Constructor for class twaver.swing.FullScreenSupport
 
FullScreenSupport(Component, Object, KeyStroke) - Constructor for class twaver.swing.FullScreenSupport
 
FUSE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Fuse failure'.

G

gap - Variable in class twaver.swing.SingleFiledLayout
Space between components in pixels
GAP - Static variable in class twaver.swing.TExpandPane
 
generate(Object) - Method in interface twaver.Generator
Generate a value according to the given object as the condition.
generate(TView, MouseEvent) - Method in interface twaver.PopupMenuGenerator
Generate JPopupMenu associated with given tview and mouse event.
Generator - Interface in twaver
This interface defines a common generator used to return a generated value by given conditional object.
GENERATOR_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Generator failure'.
GeoCoordinate - Class in twaver
 
GeoCoordinate() - Constructor for class twaver.GeoCoordinate
 
GeoCoordinate(double, double) - Constructor for class twaver.GeoCoordinate
 
get(String) - Static method in class twaver.TUIManager
Gets default value by a property key.
getA() - Method in class twaver.StraightLine
 
getAcknowledgedAlarmCount() - Method in class twaver.AlarmState
Returns the number of acknowledged alarms, all alarm severities included.
getAcknowledgedAlarmCount(AlarmSeverity) - Method in class twaver.AlarmState
Returns the total acknowledged alarm count of specified severity.
getAcknowledgedAlarmCount() - Method in class twaver.AlarmStateStatistics
Gets the acknowledged alarm count of elements in connected data box.
getAcknowledgedAlarmCount(AlarmSeverity) - Method in class twaver.AlarmStateStatistics
Get acknowledged alarm count for specified alarm severity.
getAckTime() - Method in class twaver.Alarm
Date of the last modification of the acknowledged state.
getAckUserID() - Method in class twaver.Alarm
Identifier of the author of the last modification of the acknowledged state.
getActionButton() - Method in class twaver.table.editor.ActionTableCellEditor
 
getActionName() - Method in class twaver.network.action.BaseAction
 
getActive() - Method in class twaver.network.CloudLayouter
 
getActiveWindow() - Static method in class twaver.TWaverUtil
Gets current active window.
getActualBallSize() - Method in class twaver.chart.DialChart
Gets the actual size of the ball.
getActualBallSize() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the actual size of the ball.
getAdditionalText() - Method in class twaver.Alarm
Additional information about the alarm.
getAlarm() - Method in class twaver.AlarmModelEvent
Return the related alarm object.
getAlarmAttachment() - Method in class twaver.network.ui.AbstractElementUI
 
getAlarmAttachment() - Method in interface twaver.network.ui.ElementUI
 
getAlarmAttachmentSVG(Element) - Method in class twaver.web.svg.network.SVGContext
 
getAlarmBalloonAlpha() - Method in class twaver.AbstractElement
Gets the alpha of the alarm balloon of this element.
getAlarmBalloonAlpha() - Method in interface twaver.Element
Gets the alpha of the alarm balloon of this element.
getAlarmBalloonDirection() - Method in class twaver.AbstractElement
Gets the direction of the alarm balloon of this element.
getAlarmBalloonDirection() - Method in interface twaver.Element
Gets the direction of the alarm balloon of this element.
getAlarmBalloonOutlineColor() - Method in class twaver.AbstractElement
Gets the color of the outline of the alarm balloon of this element.
getAlarmBalloonOutlineColor() - Method in interface twaver.Element
Gets the color of the outline of the alarm balloon of this element.
getAlarmBalloonPosition() - Method in class twaver.AbstractElement
Gets the position of the alarm balloon of this element.
getAlarmBalloonPosition() - Method in interface twaver.Element
Gets the position of the alarm balloon of this element.
getAlarmBalloonShadowColor() - Method in class twaver.AbstractElement
Gets the shadow color of the alarm balloon of this element.
getAlarmBalloonShadowColor() - Method in interface twaver.Element
Gets the shadow color of the alarm balloon of this element.
getAlarmBalloonShadowOffset() - Method in class twaver.AbstractElement
Gets the offset of the shadow of the alarm balloon of this element.
getAlarmBalloonShadowOffset() - Method in interface twaver.Element
Gets the offset of the shadow of the alarm balloon of this element.
getAlarmBalloonTextColor() - Method in class twaver.AbstractElement
Gets the text color of the alarm balloon of this element.
getAlarmBalloonTextColor() - Method in interface twaver.Element
Gets the text color of the alarm balloon of this element.
getAlarmBalloonTextFont() - Method in class twaver.AbstractElement
Gets the font of the alarm balloon text of this element.
getAlarmBalloonTextFont() - Method in interface twaver.Element
Gets the font of the alarm balloon text of this element.
getAlarmBalloonXOffset() - Method in class twaver.AbstractElement
Gets the horizontal offset of the alarm balloon of this element.
getAlarmBalloonXOffset() - Method in interface twaver.Element
Gets the horizontal offset of the alarm balloon of this element.
getAlarmBalloonYOffset() - Method in class twaver.AbstractElement
Gets the vertical offset of the alarm balloon of this element.
getAlarmBalloonYOffset() - Method in interface twaver.Element
Gets the vertical offset of the alarm balloon of this element.
getAlarmByID(Object) - Method in class twaver.AlarmModel
get alarm instance by given id.
getAlarmByOID(Object) - Method in class twaver.table.TAlarmTable
Get alarm object by table row OID.
getAlarmByRowData(Vector) - Method in class twaver.table.TAlarmTable
Get alarm object by table row data.
getAlarmByRowIndex(int) - Method in class twaver.table.TAlarmTable
Gets alarm by table row index.
getAlarmClickedActionListeners() - Method in class twaver.table.TAlarmTable
Gets all alarm clicked action listeners.
getAlarmColorGenerator() - Method in class twaver.network.TNetwork
Gets the alarm color generator for this network.
getAlarmColorGenerator() - Static method in class twaver.TUIManager
Gets the default alarm color generator for network component.
getAlarmColorGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the alarm color generator for this network.
getAlarmCount() - Method in class twaver.AlarmState
Returns the total number of alarms, acknowledged or otherwise, all alarm severities included.
getAlarmCount(AlarmSeverity) - Method in class twaver.AlarmState
Returns the total number of alarms with the specified severity, acknowledged or new.
getAlarmDoubleClickedActionListeners() - Method in class twaver.table.TAlarmTable
Gets all alarm double clicked action listeners.
getAlarmElementMapping() - Method in class twaver.AlarmModel
 
getAlarmID() - Method in class twaver.Alarm
Identifier of the alarm.
getAlarmLabelGenerator() - Method in class twaver.network.TNetwork
Gets the alarm label generator for this network.
getAlarmLabelGenerator() - Static method in class twaver.TUIManager
Gets the default alarm label generator for network componet.
getAlarmLabelGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the alarm label generator for this network.
getAlarmModel() - Method in class twaver.AlarmModelEvent
Return the event source alarm model.
getAlarmModel() - Method in class twaver.TDataBox
Gets alarm model comes with this databox instance.
getAlarmPropagator() - Method in class twaver.TDataBox
Gets the alarm propagator of this databox.
getAlarmsByElement(Element) - Method in class twaver.AlarmModel
Get all alarms which associate with given element instance.
getAlarmSeverity() - Method in class twaver.Alarm
The perceived severity of the alarm.
getAlarmState() - Method in class twaver.AbstractElement
Gets the alarm state object of this element.
getAlarmState() - Method in interface twaver.Element
Gets the alarm state object of this element.
getAlarmStateStatistics() - Method in class twaver.table.TAlarmStatTable
Gets the AlarmStateStatistics object.
getAlarmStateStatistics() - Method in class twaver.web.table.TWebAlarmStatTable
Gets the AlarmStateStatistics object.
getAlarmStatTable() - Method in class twaver.table.TAlarmOverview
Get the alarm overview table, this table contained in the internal table panel.
getAlarmType() - Method in class twaver.Alarm
The type of alarm.
getAllAgentLinks() - Method in class twaver.Node
Get all agent links include all from and to agent links.
getAllAlarms() - Method in class twaver.AlarmModel
 
getAllBeanInfo(Class) - Method in class twaver.table.TElementTable
Get all bean info for given element type.
getAllBeanInfo(Element) - Method in class twaver.table.TPropertySheet
Gets a list contains all BeanInfo objects for the specified element.
getAllBeanInfo(Class) - Static method in class twaver.TWaverUtil
Gets all bean info of the specified element class.
getAllBeanInfo(Class) - Method in class twaver.web.TWebElementTable
Get all bean info for given element type.
getAllBeanInfo(Element) - Method in class twaver.web.TWebPropertySheet
Gets a list contains all BeanInfo objects for the specified element.
getAllCategories() - Static method in class twaver.table.Category
Gets all registered categories.
getAllCheckedAlarms() - Method in class twaver.table.TAlarmTable
Gets all checked alarm objects.
getAllCheckedElements() - Method in class twaver.table.TElementTable
Gets all checked elements.
getAllCheckedRowData() - Method in class twaver.table.TTableModel
Get all checked row data which has been check by checkbox of each row.
getAllDeclaredMethod(Class) - Static method in class twaver.TWaverUtil
Get all declared methods for a class.
getAllDescendant(Element, List) - Static method in class twaver.TWaverUtil
Get all descendant of the specified element and insert all descendant into the specified list.
getAllElements() - Method in class twaver.TDataBox
Returns a new list contained all elements in this databox.
getAllElementsReverse() - Method in class twaver.TDataBox
Returns a new list contained all elements in this databox in a reversed order.
getAllEnumerableMapper() - Static method in class twaver.base.enumerable.EnumerableManager
Get all enumerable mapper
getAllFollowers() - Method in class twaver.Node
Get all followers that host on this node
getAllLinks() - Method in class twaver.Node
Get all connected links, that is, all links that start from this node or end to this node.
getAllNodes() - Method in class twaver.PolyLine
Retrieve all nodes connected in this polyline
getAllowsChildren() - Method in class twaver.tree.AbstractTTreeNode
Override this method always return true to allow children.
getAllPropertyDescriptors() - Method in class twaver.table.TPropertySheet
Get all property descriptors from sheet.
getAllPropertyDescriptors(Element) - Method in class twaver.web.TWebPropertySheet
Get all property descriptors from sheet.
getAllSelectedAlarms() - Method in class twaver.table.TAlarmTable
Gets all selected alarm objects.
getAllSelectedElement() - Method in interface twaver.DataBoxSelectionModel
Gets all selected elements, that is, return all elements of this selection model.
getAllSeverity() - Static method in class twaver.AlarmSeverity
Get all defined alarm severities.
getAllShape() - Method in class twaver.chart.Pillar
 
getAlpha() - Method in class twaver.Layer
Gets the alpha transparent value of this layer.
getAlpha() - Method in class twaver.network.background.AbstractBackground
 
getAlpha() - Method in class twaver.network.TNetwork
Gets the alpha transparent value for network canvas.
getAlpha() - Method in class twaver.network.ui.ComponentAttachment
 
getAlpha() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getAngle() - Method in class twaver.network.ui.GroupUI
 
getAngle() - Method in class twaver.network.ui.LinkUI
 
getAngle() - Method in class twaver.RotatableNode
 
getAngle(Point, Point) - Static method in class twaver.TWaverUtil
Figure out the angle of two points.
getAngle(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getAnimateSleep() - Static method in class twaver.TWaverUtil
Gets the default animate sleep interval.
getAnimateStep() - Static method in class twaver.TWaverUtil
Gets the default animate step size.
getAntennas() - Method in class twaver.BTS
Gets all antennas of this bts.
getAntennaShape() - Method in class twaver.BTSAntenna
Gets the shape of this antenna.
getAntennaType() - Method in class twaver.BTSAntenna
Gets the type of this antenna.
getArc() - Method in class twaver.network.ui.ComponentAttachment
 
getArc() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getArcRange() - Method in class twaver.chart.DialChart
Gets the range of the arc in the arc type dial chart.
getArcRange() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the range of the arc in the arc type dial chart.
getAreaColor(Element) - Method in class twaver.chart.BubbleChart
Gets the area color of the element when the line type is area.
getAreaColor(Element) - Method in class twaver.chart.LineChart
Gets the area color of a specified Element object.
getAreaColor(Element) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the area color of the element when the line type is area.
getAreaColor(Element) - Method in class twaver.web.svg.chart.SVGLineChart
Gets the area color of a specified Element object.
getAreaGradientColor() - Method in class twaver.chart.LineChart
Gets the the area gradient color.
getAreaGradientFactory() - Method in class twaver.chart.LineChart
Gets the area gradient factory.
getArrowShape() - Method in class twaver.BTSAntenna
Gets the shape of this antenna's arrow.
getAttachementsArea() - Method in class twaver.network.ui.AbstractElementUI
Get all attachments' area.
getAttachementsBounds() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentAt(Point) - Method in class twaver.network.ui.AbstractElementUI
Get for specified element, which attachment object this point locate at.
getAttachmentAt(Point) - Method in interface twaver.network.ui.ElementUI
Get the attachment at specified point.
getAttachmentInfo(String) - Static method in class twaver.network.ui.IconAttachmentHolder
 
getAttachmentInfo(String) - Static method in class twaver.TUIManager
Get attachment info by specified attachment name
getAttachmentOrientation() - Method in class twaver.AbstractElement
Gets the orientation of the attachment of this element.
getAttachmentOrientation() - Method in interface twaver.Element
Gets the orientation of the attachment of this element.
getAttachmentOrientation() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentPosition() - Method in class twaver.AbstractElement
Gets the position of the attachment of this element.
getAttachmentPosition() - Method in interface twaver.Element
Gets the position of the attachment of this element.
getAttachmentPosition() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentPosition(String) - Static method in class twaver.network.ui.IconAttachmentHolder
 
getAttachmentPosition(String) - Static method in class twaver.TUIManager
Get attachment position struct by specified attachment name
getAttachmentXGap() - Method in class twaver.AbstractElement
Gets the horizontal gap of the attachment of this element.
getAttachmentXGap() - Method in interface twaver.Element
Gets the horizontal gap of the attachment of this element.
getAttachmentXGap() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentXOffset() - Method in class twaver.AbstractElement
Gets the horizontal offset of the attachment of this element.
getAttachmentXOffset() - Method in interface twaver.Element
Gets the horizontal offset of the attachment of this element.
getAttachmentXOffset() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentYGap() - Method in class twaver.AbstractElement
Gets the vertical gap of the attachment of this element.
getAttachmentYGap() - Method in interface twaver.Element
Gets the vertical gap of the attachment of this element.
getAttachmentYGap() - Method in class twaver.network.ui.AbstractElementUI
 
getAttachmentYOffset() - Method in class twaver.AbstractElement
Gets the vertical offset of the attachment of this element.
getAttachmentYOffset() - Method in interface twaver.Element
Gets the vertical offset of the attachment of this element.
getAttachmentYOffset() - Method in class twaver.network.ui.AbstractElementUI
 
getAttributesFromMap(Map) - Static method in class twaver.web.WebUtil
 
getAutoScaleValueGap(double) - Method in class twaver.chart.AbstractScaleChart
 
getAutoScaleValueGap(double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getAutoscrollInsets() - Method in class twaver.tree.TTree
Get autoscroll insets.
getAxisColor() - Method in class twaver.chart.RadarChart
Gets the color of the axis.
getAxisColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the color of the axis.
getAxisInflexionStyle() - Method in class twaver.chart.RadarChart
Gets the style of the inflexion in axis.
getAxisInflexionStyle() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the style of the inflexion in axis.
getAxisList() - Method in class twaver.chart.RadarChart
Gets the list of the axis.
getAxisList() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the list of the axis.
getAxisScaleTextPosition(double) - Method in class twaver.chart.RadarChart
 
getAxisScaleTextPosition(double) - Method in class twaver.web.svg.chart.SVGRadarChart
 
getAxisStartAngle() - Method in class twaver.chart.RadarChart
Gets the start angle of the axis.
getAxisStartAngle() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the start angle of the axis.
getAxisStroke() - Method in class twaver.chart.RadarChart
Gets the stroke of the axis.
getAxisStroke() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the stroke of the axis.
getAxisTextColor() - Method in class twaver.chart.RadarChart
Gets the text color of the axis.
getAxisTextColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the text color of the axis.
getAxisTextFont() - Method in class twaver.chart.RadarChart
Gets the text font of the axis.
getAxisTextFont() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the text font of the axis.
getAxisTextPosition(double) - Method in class twaver.chart.RadarChart
Gets the position of the text of the axis.
getAxisTextPosition(double) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the position of the text of the axis.
getAxisToopTip(int, String) - Method in class twaver.chart.RadarChart
Gets the tooltip of the axis.
getB() - Method in class twaver.StraightLine
 
getBackground() - Method in class twaver.DataBoxContext
Gets the background object.
getBackground() - Method in class twaver.EnumType
Gets the background for this enum type.
getBackground() - Method in class twaver.LinkSubNetwork
Get the background of this subnetwork.
getBackground() - Method in class twaver.ShapeSubNetwork
Get the background of this subnetwork.
getBackground() - Method in class twaver.SubNetwork
Get the background of this subnetwork.
getBackground() - Method in class twaver.TDataBox
Gets the background for this data box.
getBackground() - Method in interface twaver.TSubNetwork
Gets the background of this subnetwork.
getBackgroundAttributeGenerator() - Method in class twaver.web.svg.network.SVGContext
 
getBackgroundBounds() - Method in class twaver.chart.AbstractChart
Gets the background bounds of the chart panel
getBackgroundBounds() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundDoubleClickedActionListeners() - Method in class twaver.network.TNetwork
Gets all background double clicked action listeners.
getBackgroundFillColor() - Method in class twaver.chart.AbstractChart
Gets the fill color of the background
getBackgroundFillColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundFillOpacity() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundFillOpacity() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the background fill opacity value
getBackgroundGradientColor() - Method in class twaver.chart.AbstractChart
Gets the the background gradient color.
getBackgroundGradientColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundGradientFactory() - Method in class twaver.chart.AbstractChart
Gets the background gradient factory.
getBackgroundGradientFactory() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundOutlineColor() - Method in class twaver.chart.AbstractChart
Gets the outline color of the background
getBackgroundOutlineColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBackgroundSize() - Method in interface twaver.network.background.Background
Given the background's size.
getBackgroundSize() - Method in class twaver.network.background.ColorBackground
return the background size.
getBackgroundSize() - Method in class twaver.network.background.ImageBackground
Get the size of this background.
getBackgroundSize() - Method in class twaver.network.background.TextureBackground
There is no exactly size for a texture background.
getBackgroundStroke() - Method in class twaver.chart.AbstractChart
Gets the stroke text of the background.
getBackgroundStroke() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getBallBorderColor() - Method in class twaver.chart.DialChart
Gets the border color of the ball of this chart.
getBallBorderColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the border color of the ball of this chart.
getBallColor() - Method in class twaver.chart.DialChart
Gets the ball color of this chart.
getBallColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the ball color of this chart.
getBallGradientColor() - Method in class twaver.chart.DialChart
Gets the gradient color of the ball.
getBallGradientColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the gradient color of the ball.
getBallGradientFactory() - Method in class twaver.chart.DialChart
Gets the gradient factory of the ball.
getBallGradientFactory() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the gradient factory of the ball.
getBallPercentSize() - Method in class twaver.chart.DialChart
Gets the percent size of the ball.
getBallPercentSize() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the percent size of the ball.
getBallSize() - Method in class twaver.chart.DialChart
Gets the ball size of this chart.
getBallSize() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the ball size of this chart.
getBarButton() - Method in class twaver.table.TAlarmOverview
Gets the bar button.
getBarChart() - Method in class twaver.table.TAlarmOverview
Gets the bar chart.
getBarChart() - Method in class twaver.web.svg.TSVGAlarmOverview
 
getBarType() - Method in class twaver.chart.BarChart
Gets the type of the bar chart.
getBarType() - Method in class twaver.web.svg.chart.SVGBarChart
Gets the type of the bar chart.
getBaseElement() - Method in class twaver.network.ui.BaseElementUI
Get the base element instance.
getBaseShape() - Method in class twaver.PolySubNetwork
Get the base shape of this subnetwork
getBeamAlpha() - Method in class twaver.BTSAntenna
Gets the beam alpha of this antenna.
getBeamDirection() - Method in class twaver.BTSAntenna
Gets the beam direction of this antenna.
getBeamWidth() - Method in class twaver.BTSAntenna
Gets the beam width of this antenna.
getBeanInfo(Class, String) - Static method in class twaver.TWaverUtil
Gets bean info of the specified element class from the specified url of xml file.
getBlinkingObject() - Method in class twaver.PolyLine
Get the blinking object of this polyline.
getBlinkingRule() - Method in class twaver.network.TNetwork
Gets blinking rule for this network component.
getBlinkingRule() - Static method in class twaver.TUIManager
Gets the default blinking rule for network component.
getBlinkingRule() - Method in class twaver.web.svg.network.TSVGNetwork
 
getBlinkStruct() - Method in class twaver.network.ui.AbstractElementUI
 
getBlinkStruct() - Method in interface twaver.network.ui.ElementUI
 
getBocpReadMethod() - Static method in class twaver.TWaverUtil
Gets the read method of business object's client property.
getBocpWriteMethod() - Static method in class twaver.TWaverUtil
Gets the write method of business object's client property.
getBodyColor() - Method in class twaver.BaseElement
Get body color.
getBodyColor() - Method in class twaver.network.ui.ComponentAttachment
 
getBodyColor() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBodyGradientColor() - Method in class twaver.network.ui.ComponentAttachment
 
getBodyGradientColor() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBodyGradientFactory() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBoolean(String) - Static method in class twaver.TUIManager
Gets a default boolean value by a property key name.
getBorder() - Method in class twaver.Grid
 
getBorder() - Method in class twaver.network.ui.BaseElementUI
Obtains the UI border object.
getBorder() - Method in class twaver.network.ui.BTSAntennaUI
 
getBorder() - Method in interface twaver.network.ui.ElementUI
Get the ui border.
getBorder() - Method in class twaver.network.ui.LinkUI
Get the link border object.
getBorder() - Method in class twaver.network.ui.PolySubNetworkUI
Obtains the UI border object.
getBorder() - Method in class twaver.network.ui.ResizableNodeUI
Obtains the UI border object.
getBorder() - Method in class twaver.network.ui.ShapeLinkUI
 
getBorder() - Method in class twaver.network.ui.ShapeNodeUI
 
getBorder() - Method in class twaver.network.ui.TextUI
 
getBorder(String) - Static method in class twaver.TUIManager
Gets a default border value by a property key name.
getBorderAntialias() - Method in class twaver.AbstractElement
Determines whether the border of this element is drawn with antialias mode.
getBorderAntialias() - Method in interface twaver.Element
Determines whether the border of this element is drawn with antialias mode.
getBorderColor() - Method in class twaver.AbstractElement
Gets the color of the border of this element.
getBorderColor() - Method in interface twaver.Element
Gets the color of the border of this element.
getBorderColor() - Method in class twaver.network.ui.ComponentAttachment
 
getBorderColor() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBorderFillColor() - Method in class twaver.AbstractElement
Gets the fill color of the border of this element.
getBorderFillColor() - Method in interface twaver.Element
Gets the fill color of the border of this element.
getBorderInset() - Method in class twaver.network.ui.AbstractBorderUI
 
getBorderInset() - Method in interface twaver.network.ui.BorderUI
The inset between selection border and element.
getBorderInsets() - Method in class twaver.AbstractElement
Gets the insets of the border of this element.
getBorderInsets() - Method in interface twaver.Element
Gets the insets of the border of this element.
getBorderShape() - Method in class twaver.network.ui.AbstractElementUI
 
getBorderShape() - Method in class twaver.network.ui.BTSAntennaUI
 
getBorderShape() - Method in interface twaver.network.ui.ElementUI
 
getBorderShape() - Method in class twaver.network.ui.GroupUI
 
getBorderShape() - Method in class twaver.network.ui.RotatableNodeUI
 
getBorderShapeFactory() - Method in class twaver.AbstractElement
Gets the shape factory of the border of this element.
getBorderShapeFactory() - Method in interface twaver.Element
Gets the shape factory of the border of this element.
getBorderStroke() - Method in class twaver.AbstractElement
Gets the stroke of the border of this element.
getBorderStroke() - Method in interface twaver.Element
Gets the stroke of the border of this element.
getBorderStroke() - Method in class twaver.network.ui.ComponentAttachment
 
getBorderStroke() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBorderType() - Method in class twaver.AbstractElement
Gets the type of the border of this element.
getBorderType() - Method in interface twaver.Element
Gets the type of the border of this element.
getBottom() - Method in class twaver.FloatInsets
Gets the inset from the bottom.
getBoundColor() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getBounds() - Method in class twaver.BaseElement
Gets the current bounds of this element.
getBounds() - Method in class twaver.BTSAntenna
Gets the current bounds of this element.
getBounds() - Method in class twaver.Dummy
Dummy is no bounds.
getBounds() - Method in interface twaver.Element
Gets the current bounds of this element.
getBounds() - Method in class twaver.Group
Gets the current bounds of this element.
getBounds() - Method in class twaver.Link
Return null.
getBounds(Element) - Method in class twaver.network.NetworkElementRenderer
Returns an integer Rectangle that completely encloses the Element.
getBounds() - Method in class twaver.network.ui.AlarmAttachment
Get the attachment's outter bounds.
getBounds() - Method in interface twaver.network.ui.Attachment
Return integer rectangle which completely encloses this attachment paint area for this element.
getBounds() - Method in interface twaver.network.ui.BorderUI
Returns an integer Rectangle that completely encloses specified element's border.
getBounds() - Method in class twaver.network.ui.ComponentAttachment
 
getBounds() - Method in class twaver.network.ui.DefaultBorderUI
Returns an integer Rectangle that completely encloses specified element's border.
getBounds() - Method in class twaver.network.ui.EditableBorderUI
Get this ui's bounds.
getBounds() - Method in class twaver.network.ui.GroupHandlerAttachment
Return integer rectangle which completely encloses this attachement.
getBounds() - Method in class twaver.network.ui.IconAttachment
Return integer rectangle which completely encloses this attachement.
getBounds() - Method in class twaver.network.ui.LabelAttachment
 
getBounds() - Method in class twaver.network.ui.LinkBorderUI
Returns an integer Rectangle that completely encloses specified element's border.
getBounds() - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
getBounds() - Method in class twaver.network.ui.MessageAttachment
 
getBounds() - Method in class twaver.network.ui.ShapeNodeBorderUI
Get this ui's bounds.
getBounds() - Method in class twaver.PolySubNetwork
Gets the current bounds of this element.
getBounds() - Method in class twaver.ResizableNode
Gets the current bounds of this element.
getBounds() - Method in class twaver.ShapeNode
Gets the current bounds of this element.
getBounds(Element) - Method in class twaver.web.svg.network.SVGContext
Gets the bounds of the element from the cache map
getBounds() - Method in class twaver.web.svg.network.SVGStruct
Gets the bounds from the svg struct
getBounds(SVGStruct, Rectangle) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
getBoxSelectionModel() - Method in class twaver.DataBoxSelectionEvent
Get the event related BoxSelectionModel object.
getBranch() - Method in class twaver.Segment
Get the parent branch object
getBranchColor() - Method in class twaver.Branch
Gets the branch color.
getBranchs() - Method in class twaver.PolyLine
Get all branches of this polyline
getBTS() - Method in class twaver.BTSAntenna
Gets the bts object that connects with this antenna.
getBTS() - Method in class twaver.DataBoxEvent
 
getBTSAntennaArrowColor() - Method in class twaver.BTSAntenna
 
getBTSAntennaOutlineColor() - Method in class twaver.BTSAntenna
 
getBTSAntennaOutlineStroke() - Method in class twaver.BTSAntenna
 
getBubbleAlpha() - Method in class twaver.chart.BubbleChart
Gets the alpha of the bubble.
getBubbleAlpha() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the alpha of the bubble.
getBubbleGradientColor() - Method in class twaver.chart.BubbleChart
Gets the gradient color of the bubble.
getBubbleGradientColor() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the gradient color of the bubble.
getBubbleGradientFactory() - Method in class twaver.chart.BubbleChart
Gets the gradient factory of the bubble.
getBubbleGradientFactory() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the gradient factory of the bubble.
getBubbleList(Element, List) - Method in class twaver.chart.BubbleChart
User can rewrite this method to sort the bubble list.
getBubbleList(Element, List) - Method in class twaver.web.svg.chart.SVGBubbleChart
User can rewrite this method to sort the bubble list.
getBubbleStyle() - Method in class twaver.chart.BubbleChart
Gets the style of the bubble.
getBubbleStyle() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the style of the bubble.
getBundledLinks(Link) - Method in class twaver.TDataBox
 
getBundledLinks(Node, Node) - Method in class twaver.TDataBox
Gets a list of bundled links between the given node1 and node2.
getBundledLinks(Node, Node) - Static method in class twaver.TWaverUtil
Gets bundled links between node1 and node2.
getBundleIndex() - Method in class twaver.network.ui.LinkUI
Get this link's bundle index.
getBundleIndex() - Method in class twaver.network.ui.PolyLineUI
 
getBundleSize() - Method in class twaver.chart.BarChart
Gets the size of the bundle.
getBundleSize() - Method in class twaver.network.ui.LinkUI
Get the bundle size.
getBundleSize() - Method in class twaver.web.svg.chart.SVGBarChart
Gets the size of the bundle.
getBusinessObject() - Method in class twaver.AbstractElement
Gets the business object.
getBusinessObject() - Method in interface twaver.Element
Gets the business object.
getButtonClass(String) - Static method in class twaver.network.NetworkToolBarFactory
Get a button class by button ID.
getButtons() - Static method in class twaver.network.NetworkToolBarFactory
Get all registered buttons.
getByName(String) - Static method in class twaver.AlarmSeverity
Get the alarm severity via name.
getByteArrayFromImage(Image, String) - Static method in class twaver.TWaverUtil
Convert given image object to a byte array in specified image format name.
getByteArrayFromInputStream(InputStream) - Static method in class twaver.TWaverUtil
Convert input stream resource into a byte array.
getByteArrayFromURL(String) - Static method in class twaver.TWaverUtil
Convert url specified resource into a byte array.
getByValue(int) - Static method in class twaver.AlarmSeverity
Get the alarm severity via severity value.
getCachedImage() - Method in class twaver.ShapeImage
 
getCanvas() - Method in class twaver.network.TNetwork
Gets the canvas of the network.
getCanvasCushions() - Method in class twaver.network.TNetwork
Gets all canvas cushions that added to this network.
getCanvasMarkers() - Method in class twaver.network.TNetwork
Gets all canvas markers that added to this network.
getCanvasPaintListeners() - Method in class twaver.network.TNetwork
Gets all canvas paint listeners for this network.
getCanvasScrollPane() - Method in class twaver.network.TNetwork
Gets the canvas scroll pane.
getCanvasSize() - Method in class twaver.network.TNetwork
Returns the canvas area size.
getCanvasToolTipText(MouseEvent) - Method in class twaver.network.TNetwork
Gets canvas tooltip text via specified mouse event.
getCanvasToolTipText(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Gets canvas tooltip text .
getCard() - Method in class twaver.network.ui.CardUI
 
getCardExtendPercent() - Method in class twaver.Card
Gets the extend percent FloatInsets object for this card.
getCardExtendPixel() - Method in class twaver.Card
Gets the extend pixel insets for this card.
getCategory(String) - Static method in class twaver.table.Category
Get a registered category by category name
getCategory() - Method in class twaver.table.PropertySheetEvent
Gets the category object.
getCategoryButton() - Method in class twaver.table.TPropertySheetPane
Get "show/hide categories" button on the toolbar.
getCategoryByRowIndex(int) - Method in class twaver.table.TPropertySheet
 
getCategoryName() - Method in class twaver.ElementAttribute
Gets the category name of this property.
getCategoryNames() - Method in class twaver.ElementAttribute
Gets a list of all categories name.
getCategorySortingComparator() - Method in class twaver.table.TPropertySheet
Gets the comparator used for sorting category column.
getCategorySortingComparator() - Method in class twaver.web.TWebPropertySheet
Gets the comparator used for sorting category column.
getCategoryVisiblePanel() - Method in class twaver.table.TElementTable
Gets the panel for setting category visible state
getCeaseLimit() - Method in class twaver.network.CloudLayouter
 
getCeaseRate() - Method in class twaver.network.CloudLayouter
 
getCellBounds(int, int) - Method in class twaver.Grid
 
getCellEditor(int, int) - Method in class twaver.table.TPropertySheet
Get table cell editor at specified location.
getCellEditor(int, int) - Method in class twaver.table.TTable
Get cell editor at given location
getCellEditorManager() - Method in class twaver.table.TPropertySheet
Get table cell editor manager, which manage all registered cell editors.
getCellEditorManager() - Method in class twaver.table.TTable
Get table cell editor manager.
getCellEditorValue() - Method in class twaver.table.editor.ActionTableCellEditor
 
getCellEditorValue() - Method in class twaver.table.editor.BigDecimalEditor
 
getCellEditorValue() - Method in class twaver.table.editor.BigIntegerEditor
 
getCellEditorValue() - Method in class twaver.table.editor.ButtonEditor
 
getCellEditorValue() - Method in class twaver.table.editor.ByteEditor
 
getCellEditorValue() - Method in class twaver.table.editor.ColorEditor
 
getCellEditorValue() - Method in class twaver.table.editor.DoubleEditor
 
getCellEditorValue() - Method in class twaver.table.editor.EnumTypeEditor
 
getCellEditorValue() - Method in class twaver.table.editor.FloatEditor
 
getCellEditorValue() - Method in class twaver.table.editor.InsetsEditor
 
getCellEditorValue() - Method in class twaver.table.editor.IntegerEditor
 
getCellEditorValue() - Method in class twaver.table.editor.LongEditor
 
getCellEditorValue() - Method in class twaver.table.editor.PointEditor
 
getCellEditorValue() - Method in class twaver.table.editor.ShortEditor
 
getCellEditorValue() - Method in class twaver.table.editor.SpinnerDateEditor
 
getCellEditorValue() - Method in class twaver.table.editor.SpinnerEnumTypeEditor
 
getCellEditorValue() - Method in class twaver.table.editor.SpinnerNumberEditor
 
getCellEditorValue() - Method in class twaver.table.editor.TextActionTableCellEditor
 
getCellRect(int, int) - Method in class twaver.Grid
 
getCellRectangle(int, int) - Method in class twaver.Grid
 
getCellRenderer() - Method in class twaver.combobox.TComboBox
Gets the cellRenderer of the combobox.
getCellRenderer(int, int) - Method in class twaver.table.TPropertySheet
Get cell renderer at specified row and column.
getCellRenderer(int, int) - Method in class twaver.table.TTable
Get cell renderer at given location.
getCellRenderer(int, int) - Method in class twaver.table.TTreeTable
Overridden to consider the elements that is not an instance of elementClass
getCellRendererManager() - Method in class twaver.table.TPropertySheet
Get table cell renderer manager, which manage all registered cell renderers.
getCellRendererManager() - Method in class twaver.table.TTable
Get table cell renderer manager.
getCellValue(Object) - Method in class twaver.web.table.TWebTable
 
getCenterLocation() - Method in class twaver.BaseElement
Gets the element's center point.
getCenterLocation() - Method in interface twaver.Element
Gets the element's center point.
getCenterLocation() - Method in class twaver.Link
Return null.
getCenterPoint() - Method in class twaver.network.ui.LinkUI
 
getChartBubbleShapeBubbleVisible() - Method in class twaver.AbstractElement
Gets whether the bubble shape in bubble chart is visible.
getChartBubbleShapeBubbleVisible() - Method in interface twaver.Element
Gets whether the bubble shape in bubble chart is visible.
getChartBubbleShapeLineVisible() - Method in class twaver.AbstractElement
Gets whether the line shape in bubble chart is visible.
getChartBubbleShapeLineVisible() - Method in interface twaver.Element
Gets whether the line shape in bubble chart is visible.
getChartBubbleStyle() - Method in class twaver.AbstractElement
Gets the style of the bubble in the BubbleChart.
getChartBubbleStyle() - Method in interface twaver.Element
Gets the style of the bubble in the BubbleChart.
getChartColor() - Method in class twaver.AbstractElement
Gets the color of this element.
getChartColor() - Method in interface twaver.Element
Gets the color of this element.
getChartDialHandLength() - Method in class twaver.AbstractElement
Gets the dial hand length of the element.
getChartDialHandLength() - Method in interface twaver.Element
Gets the dial hand length of the element.
getChartDialHandStyle() - Method in class twaver.AbstractElement
Gets the dial hand style of the element.
getChartDialHandStyle() - Method in interface twaver.Element
Gets the dial hand style of the element.
getChartFormat() - Method in class twaver.AbstractElement
Gets the number format of this element.
getChartFormat() - Method in interface twaver.Element
Gets the number format of this element.
getChartInflexionStyle() - Method in class twaver.AbstractElement
Gets the style of the inflexion of this element.
getChartInflexionStyle() - Method in interface twaver.Element
Gets the style of the inflexion of this element.
getChartMarkers() - Method in class twaver.AbstractElement
Gets the list of the marker of this element.
getChartMarkers() - Method in interface twaver.Element
Gets the list of the marker of this element.
getChartMax() - Method in class twaver.AbstractElement
Gets the maximal value of this element.
getChartMax() - Method in interface twaver.Element
Gets the maximal value of this element.
getChartMin() - Method in class twaver.AbstractElement
Gets the minimal value of this element.
getChartMin() - Method in interface twaver.Element
Gets the minimal value of this element.
getChartPane() - Method in class twaver.chart.AbstractChart
Gets the graphics panel of the chart panel, the chartPane is the panel that shows the chart graphics.
getChartPercentMarkerPostion() - Method in class twaver.AbstractElement
Gets the position of the marker in percent chart.
getChartPercentMarkerPostion() - Method in interface twaver.Element
Gets the position of the marker in percent chart.
getChartPercentSpareColor() - Method in class twaver.AbstractElement
Gets the spare color of the percent.
getChartPercentSpareColor() - Method in interface twaver.Element
Gets the spare color of the percent.
getChartPercentSpareCoverColor() - Method in class twaver.AbstractElement
Gets the spare cover color of the percent chart.
getChartPercentSpareCoverColor() - Method in interface twaver.Element
Gets the spare cover color of the percent chart.
getChartPercentSpareFill() - Method in class twaver.AbstractElement
Gets whether the spare of the percent chart is filled.
getChartPercentSpareFill() - Method in interface twaver.Element
Gets whether the spare of the percent chart is filled.
getChartPercentStyle() - Method in class twaver.AbstractElement
Gets the style of this percent type chart.
getChartPercentStyle() - Method in interface twaver.Element
Gets the style of this percent type chart.
getChartSectorDivisionPosition() - Method in class twaver.AbstractElement
 
getChartSectorDivisionPosition() - Method in interface twaver.Element
 
getChartSectorStroke() - Method in class twaver.AbstractElement
 
getChartSectorStroke() - Method in interface twaver.Element
 
getChartStroke() - Method in class twaver.AbstractElement
Gets the stroke of this element.
getChartStroke() - Method in interface twaver.Element
Gets the stroke of this element.
getChartValue() - Method in class twaver.AbstractElement
Gets the value of this element.
getChartValue() - Method in interface twaver.Element
Gets the value of this element.
getChartValues() - Method in class twaver.AbstractElement
Gets the values list of this element.
getChartValues() - Method in interface twaver.Element
Gets the values list of this element.
getChartValueTextPosition() - Method in class twaver.AbstractElement
Gets the position of the label of the chart.
getChartValueTextPosition() - Method in interface twaver.Element
Gets the position of the label of the chart.
getCheckableFilter() - Method in class twaver.list.TList
Get the list item checkable filter.
getCheckableFilter() - Method in class twaver.tree.TTree
Get the tree node checkable filter.
getCheckColumn() - Method in class twaver.table.TTable
Gets the internal "checkbox" column.
getCheckColumn() - Method in class twaver.table.TTableModel
Get the internal checkbox column
getChildIndex(Element) - Method in class twaver.TDataBox
Get the
getChildren() - Method in class twaver.AbstractElement
Gets all children elements as a List.
getChildren() - Method in interface twaver.Element
Gets all children elements as a List.
getChildrenByID(Object) - Method in class twaver.AbstractElement
Gets the child elements by the given id.
getChildrenByID(Object) - Method in interface twaver.Element
Gets the child elements by the given id.
getChildrenSortableFilter() - Method in class twaver.tree.TTree
Gets the children sortable filter for this tree.
getChildrenSortableFilter() - Method in class twaver.web.TWebTree
Gets the children sortable filter for this webtree.
getClassNameWithoutPackage(Class) - Static method in class twaver.TWaverUtil
Get a class name without package.
getClearButton() - Method in class twaver.table.editor.ActionTableCellEditor
 
getClearedAlarmSeverity() - Static method in class twaver.AlarmSeverity
Gets the cleared alarm severity.
getClearedTime() - Method in class twaver.Alarm
Date when the perceived severity of the alarm was changed to Cleared.
getClearUserID() - Method in class twaver.Alarm
Identifier of the author of the last request to clear the alarm.
getClickCount() - Method in class twaver.MouseActionEvent
Get mouse click count.
getClickCountToStart() - Method in class twaver.table.editor.ActionTableCellEditor
Returns the number of clicks needed to start editing.
getClientProperties() - Method in class twaver.AbstractElement
Gets all client properties stored in this element.
getClientProperties() - Method in class twaver.Alarm
Retrieve all client properties on the alarm.
getClientProperties() - Method in class twaver.Branch
Gets all client properties of this branch.
getClientProperties() - Method in interface twaver.Element
Gets all client properties stored in this element.
getClientProperties() - Method in class twaver.Layer
Retrieve all client properties on the layer.
getClientProperties() - Method in class twaver.Segment
Get all client properties of this segment.
getClientProperties() - Method in class twaver.TDataBox
Gets all client properties stored in this data box.
getClientProperty(Object) - Method in class twaver.AbstractElement
Returns the value of the client property with the given key.
getClientProperty(Object) - Method in class twaver.Alarm
Get the client property value via the given key value.
getClientProperty(Object) - Method in class twaver.Branch
Gets a client property by given key.
getClientProperty(Object) - Method in interface twaver.Element
Returns the value of the client property with the given key.
getClientProperty(Object) - Method in class twaver.Layer
Get the client property value via the given key value.
getClientProperty(Object) - Method in class twaver.Segment
Get a client property value by specified key.
getClientProperty(Object) - Method in class twaver.TDataBox
Returns the value of the client property with the given key.
getClientPropertyFilter() - Method in class twaver.DataBoxOutputSetting
Gets the ClientPropertyPersistentFilter object.
getClientPropertyFilter() - Static method in class twaver.PersistenceManager
Get the client property filter.
getClientPropertyKey() - Method in class twaver.ElementAttribute
Gets the client property key.
getCollapseButton() - Method in class twaver.table.TPropertySheetPane
Get "collapse all categories" button on the toolbar.
getCollapsedIcon() - Method in class twaver.table.TPropertySheet
Gets the category collapsed icon.
getCollapsedIcon() - Method in class twaver.tree.TTree
Gets the element node's collapsed icon.
getCollapsedIcon() - Static method in class twaver.TUIManager
Gets the default collapsed icon for tree components.
getColor() - Method in class twaver.AlarmSeverity
Get the color of this alarm severity.
getColor(Element) - Method in class twaver.chart.AbstractChart
Gets the color of a specified Element object.
getColor() - Method in class twaver.chart.Item
Gets the color of the item.
getColor() - Method in class twaver.chart.LabelStruct
 
getColor() - Method in class twaver.chart.Marker
Gets the color of the marker.
getColor() - Method in class twaver.chart.Pillar
 
getColor() - Method in class twaver.network.background.ColorBackground
Obtains the color of this background.
getColor() - Method in class twaver.network.background.ImageBackground
 
getColor() - Method in class twaver.network.ui.AbstractBorderUI
 
getColor() - Method in class twaver.network.ui.BaseElementUI
Get the Base element's fill color.
getColor() - Method in class twaver.network.ui.LabelAttachment
Return specified element label paint color.
getColor(String) - Static method in class twaver.TUIManager
Gets a default color value by a property key name.
getColor(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the color of a specified Element object.
getColorHexString(Color, boolean) - Static method in class twaver.TWaverUtil
 
getColRectangle(Grid, int) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
getColumn() - Method in class twaver.swing.TableLayout
Gets the sizes of columns in this layout.
getColumn(int) - Method in class twaver.swing.TableLayout
Gets the width of a single column in this layout.
getColumn() - Method in class twaver.table.editor.ActionTableCellEditor
 
getColumnByIndex(int) - Method in class twaver.table.TTable
Get column by the specified column index.
getColumnByName(String) - Method in class twaver.table.TTable
Get table column by the specified column name
getColumnByName(String) - Method in class twaver.table.TTableModel
Get table column by the a column name.
getColumnCount() - Method in class twaver.Grid
 
getColumnCount() - Method in class twaver.table.TTableModel
Gets published column count
getColumnIndex() - Method in class twaver.Grid
 
getColumnIndex() - Method in class twaver.table.TTableModelEvent
Get column index, if event is cell update type
getColumnName(int) - Method in class twaver.table.TTableModel
Gets column name of specified columnIndex
getColumnPercents() - Method in class twaver.Grid
 
getColumns() - Method in class twaver.web.table.TWebTable
 
getColumnSpan() - Method in class twaver.Grid
 
getColumnVisibleFilter() - Method in class twaver.table.TTable
Gets the column visible filter.
getComments() - Method in class twaver.Alarm
Get all alarm comments.
getComparator(String) - Static method in class twaver.TUIManager
Gets a default comparator value by a property key name.
getComponent() - Method in class twaver.network.ui.ComponentAttachment
 
getComponent() - Method in class twaver.table.editor.ActionTableCellEditor
 
getComponentAt(MouseEvent) - Method in class twaver.network.ui.ComponentAttachment
 
getComponentBounds() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getComponentOrientation(Container) - Method in class twaver.swing.TableLayout
Gets the container's component orientation.
getConstraints(Component) - Method in class twaver.swing.TableLayout
Gets the constraints of a given component.
getContainShape() - Method in class twaver.network.ui.LinkUI
 
getContentSize() - Method in interface twaver.web.svg.network.ui.SVGAttachment
 
getContentSize() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getContentSVG(double, double) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getCopyElements() - Static method in class twaver.TWaverUtil
Gets a list contains all copied elements.
getCorrelatedAlarmIDs() - Method in class twaver.Alarm
The correlated alarm identifiers.
getCorrespondingAlarms(TDataBox, Element) - Method in interface twaver.AlarmElementMapping
Gets the corresponding alarms by given data box and element object.
getCorrespondingAlarms(TDataBox, Element) - Method in class twaver.DefaultAlarmElementMapping
Gets the corresponding alarms by given data box and element object.
getCorrespondingElements(TDataBox, Alarm) - Method in interface twaver.AlarmElementMapping
Gets the corresponding elements by given data box and alarm object.
getCorrespondingElements(TDataBox, Alarm) - Method in class twaver.DefaultAlarmElementMapping
Gets the corresponding elements by given data box and alarm object.
getCp() - Method in class twaver.IntersectionPoint
 
getCreateLinkMode(TNetwork, Class) - Static method in class twaver.network.InteractionModeFactory
Get the create link mode.
getCreateLinkMode(Class) - Method in class twaver.network.TNetwork
 
getCreateNodeMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the create node mode.
getCreateNodeMode(TNetwork, Class) - Static method in class twaver.network.InteractionModeFactory
Get the create node mode.
getCreatePolyMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the create polySubNetwork mode.
getCreateShapeLinkMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the create shape link mode.
getCurrentAnimate() - Method in class twaver.animate.AnimateManager
 
getCurrentBackground() - Method in class twaver.network.TNetwork
Gets the current displaying background of this network.
getCurrentBackground() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the current displaying background of this network.
getCurrentBlinkFlag() - Static method in class twaver.TWaverUtil
Gets the current blinking flag.
getCurrentComponent() - Method in class twaver.table.TAlarmOverview
Gets the current selected component.
getCurrentEditingAlarm() - Method in class twaver.table.TAlarmTable
 
getCurrentEditingElement() - Method in class twaver.table.TElementTable
 
getCurrentElement() - Method in class twaver.swing.LabelInputField
 
getCurrentLocalTime() - Static method in class twaver.TWaverUtil
Gets current local time in string format.
getCurrentMouseEvent() - Method in class twaver.table.TTable
 
getCurrentOID() - Method in class twaver.table.TTableModel
Get the current OID.
getCurrentPageAlarms() - Method in class twaver.table.TAlarmTable
Gets all alarms of the current page.
getCurrentPageData() - Method in class twaver.table.TTableModel
Get current page data.
getCurrentPageElements() - Method in class twaver.table.TElementTable
Gets all elements of the current page.
getCurrentPageIndex() - Method in class twaver.table.AbstractPageTableModel
Get current page index.
getCurrentPageIndex() - Method in interface twaver.table.TablePaging
Get current page index.
getCurrentSelectedLayer() - Method in class twaver.network.LayerManagerPane
 
getCurrentSubNetwork() - Method in class twaver.network.TNetwork
Gets the current subnetwork.
getCurrentSubNetwork() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the current subnetwork.
getCurrentSubNetworkID() - Method in class twaver.web.svg.network.SVGContext
 
getCursor(Point) - Method in class twaver.network.ui.EditableBorderUI
Get the which cursor the mouse should be when the mouse move to specified point.
getCursorComponent() - Method in class twaver.tree.TTree
Get mouse cursor parent component
getCustomDrawFillColor() - Method in class twaver.BaseElement
Get the custom draw fill color.
getCustomDrawFillObject(SVGContext) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
Gets the custom draw fill object.
getCustomDrawGradientColor() - Method in class twaver.BaseElement
Gets the custom draw gradient color.
getCustomDrawGradientFactory() - Method in class twaver.BaseElement
Get the custom draw fill gradient factory.
getCustomDrawOutlineColor() - Method in class twaver.BaseElement
Get the custom draw outline color.
getCustomDrawOutlineStroke() - Method in class twaver.BaseElement
Get the custom draw outline stroke object.
getCustomDrawShapeFactory() - Method in class twaver.BaseElement
Get the custom draw factory.
getDashPhase() - Method in class twaver.network.ui.LinkUI
 
getDataBox() - Method in class twaver.AbstractPropertyPropagator
Return the dataBox the the propagator is listening in.
getDataBox() - Method in class twaver.AlarmModel
Get the data box working with.
getDataBox() - Method in class twaver.AlarmStateStatistics
Gets the connected data box.
getDataBox() - Method in class twaver.chart.AbstractChart
Gets connected databox of this chart.
getDataBox() - Method in class twaver.combobox.TComboBox
Gets the connected data box.
getDataBox() - Method in class twaver.DataBoxEvent
Return the event source box object.
getDataBox() - Static method in class twaver.DataBoxParserAgent
 
getDataBox() - Method in interface twaver.DataBoxSelectionModel
Gets the connected data box.
getDataBox() - Method in class twaver.list.TList
Gets the connected data box.
getDataBox() - Method in class twaver.network.TNetwork
Gets the connected databox.
getDataBox() - Method in interface twaver.PropertyPropagator
Return the dataBox the the propagator is listening in.
getDataBox() - Method in class twaver.SpringLayouter
Gets the connected data box.
getDataBox() - Method in class twaver.table.TAlarmOverview
Get connected data box
getDataBox() - Method in class twaver.table.TAlarmStatTable
Get the connected databox
getDataBox() - Method in class twaver.table.TAlarmTable
Get the connected databox for this alarm table.
getDataBox() - Method in class twaver.table.TElementTable
Get the connected databox for this element table.
getDataBox() - Method in class twaver.table.TPropertySheet
Get the property sheet connected databox.
getDataBox() - Method in class twaver.tree.DataBoxNode
Get the connected databox object.
getDataBox() - Method in class twaver.tree.TTree
Get the connected data box.
getDataBox() - Method in interface twaver.TView
Gets the databox connect to this view This databox provides data for this view.
getDataBox() - Method in class twaver.UndoRedoManager
Gets the corresponding data box of this UndoRedoManager object.
getDataBox() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getDataBox() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the databox connect to this view This databox provides data for this view.
getDataBox() - Method in class twaver.web.svg.TSVGAlarmOverview
 
getDataBox() - Method in class twaver.web.table.TWebAlarmStatTable
Get the connected databox
getDataBox() - Method in class twaver.web.table.TWebAlarmTable
 
getDataBox() - Method in class twaver.web.TWebElementTable
Get the property websheet connected databox.
getDataBox() - Method in class twaver.web.TWebPropertySheet
Get the property websheet connected databox.
getDataBox() - Method in class twaver.web.TWebTree
Get the connected data box.
getDataBoxIconURL() - Method in class twaver.tree.TTree
Get databox tree icon url.
getDataBoxIconURL() - Method in class twaver.web.TWebTree
Get databox webtree icon url.
getDataBoxs() - Method in class twaver.table.TPropertySheet
Gets the connected data boxs.
getDataBoxSelectionListeners() - Method in interface twaver.DataBoxSelectionModel
 
getDataBoxVersion(String) - Static method in class twaver.TWaverUtil
Gets the version information of data box from xml data of topology.
getDataBoxVersion() - Static method in class twaver.TWaverUtil
Gets the default data box version string.
getDataLoader() - Static method in class twaver.TWaverUtil
Get TWaver data loader instance.
getDataSize() - Method in class twaver.web.table.TWebTable
 
getDataSource() - Method in class twaver.LinkSubNetwork
Get the XML datasource of this subnetwork.
getDataSource() - Method in class twaver.ShapeSubNetwork
Get the XML datasource of this subnetwork.
getDataSource() - Method in class twaver.SubNetwork
Gets the XML datasource of this subnetwork.
getDataSource() - Method in interface twaver.TSubNetwork
Gets the XML datasource of this subnetwork.
getDeep() - Method in class twaver.network.ui.GroupUI
 
getDefault10SizeFont() - Static method in class twaver.TUIManager
Gets twaver default 10 size font.
getDefaultBackgroundColor() - Method in class twaver.web.svg.network.SVGContext
Gets default background's color
getDefaultBoldFont() - Static method in class twaver.TUIManager
Gets twaver default bold font.
getDefaultBorderInset() - Method in class twaver.network.ui.AbstractElementUI
Get the default border inset for border ui.
getDefaultBorderInset() - Method in interface twaver.network.ui.ElementUI
Get the default border inset for border ui.
getDefaultButtonGroup() - Method in class twaver.network.TNetwork
Gets the default button group of this network's toolbar.
getDefaultCursor() - Method in class twaver.network.TNetwork
 
getDefaultFont() - Static method in class twaver.TUIManager
Gets twaver default font.
getDefaultFontFamily() - Method in class twaver.web.svg.network.SVGContext
 
getDefaultFontSize() - Method in class twaver.web.svg.network.SVGContext
 
getDefaultFontWeight() - Method in class twaver.web.svg.network.SVGContext
 
getDefaultItalicBoldFont() - Static method in class twaver.TUIManager
Gets twaver default italic and bold font.
getDefaultItalicFont() - Static method in class twaver.TUIManager
Gets twaver default italic font.
getDefaultkeys() - Static method in class twaver.TUIManager
Returns all keys for defined defaults.
getDefaultLayer() - Method in class twaver.LayerModel
Gets the default layer of this layer model.
getDefaultLazySelectionMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the default lazy selection network mode.
getDefaultMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the default network mode.
getDefaultOverview() - Method in class twaver.network.TNetwork
Gets the default overview of this network.
getDefaultPlainFont() - Static method in class twaver.TUIManager
Gets twaver default plain font.
getDefaultToolBar(TNetwork) - Static method in class twaver.network.NetworkToolBarFactory
Get default toolbar This is used for network components as the default toolbar.
getDefaultValue(String) - Method in class twaver.web.svg.network.SVGContext
Gets the default value by attribute name from cache map
getDefsNodeID() - Method in class twaver.web.svg.network.SVGContext
 
getDescription() - Method in class twaver.ElementAttribute
Gets the description text of this property which displayed on property sheet component.
getDescription() - Method in class twaver.Layer
Gets the description of this layer.
getDescription() - Method in class twaver.swing.FileChooserFilter
Returns the human readable description of this filter.
getDescription() - Method in class twaver.table.Category
Get category description
getDescription() - Method in class twaver.table.editor.ImageFileFilter
 
getDescription(Element, TPropertyDescriptor) - Method in class twaver.table.TPropertySheet
Gets description column value.
getDescription() - Method in class twaver.web.svg.network.SVGContext
Gets the description of svg
getDescription(Element, TPropertyDescriptor) - Method in class twaver.web.TWebPropertySheet
Gets description column value.
getDescriptionButton() - Method in class twaver.table.TPropertySheetPane
Get "show/hide property description" button on the toolbar.
getDescriptionComponent() - Method in class twaver.table.TPropertySheetPane
Get the text component which used to display property description.
getDescriptionPane() - Method in class twaver.table.TPropertySheetPane
Get the parent pane for description component.
getDescriptionRenderer() - Method in class twaver.table.TPropertySheet
Gets description column renderer.
getDescriptionRenderer(int) - Method in class twaver.table.TPropertySheetPane
 
getDescriptionScrollPane() - Method in class twaver.table.TPropertySheetPane
Get the scroll pane for description text component.
getDescriptionTitleLabel() - Method in class twaver.table.TPropertySheetPane
Get description title label component.
getDiagonalLength(Rectangle) - Static method in class twaver.TWaverUtil
Figure out the length of specified rectangle.
getDialType() - Method in class twaver.chart.DialChart
Gets the type of the dial chart.
getDialType() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the type of the dial chart.
getDimension(String) - Static method in class twaver.TUIManager
Gets a default dimension value by a property key name.
getDirection() - Method in class twaver.base.Direction
Get the direction int value.
getDirection() - Method in class twaver.network.ui.ComponentAttachment
 
getDirection(String) - Static method in class twaver.TUIManager
Gets a default direction value by a property key name.
getDirection() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getDisplayName() - Method in class twaver.AbstractElement
Gets element display name.
getDisplayName() - Method in class twaver.AlarmSeverity
Get the display name of this alarm severity.
getDisplayName() - Method in interface twaver.Element
Gets element display name.
getDisplayName() - Method in class twaver.ElementAttribute
Gets the display name of this property.
getDisplayName() - Method in class twaver.EnumType
Gets the display name for this enum type.
getDisplayName() - Method in class twaver.table.Category
Get display name of this category.
getDisplayName() - Method in class twaver.table.editor.HTMLTextEditorUI
 
getDisplayName() - Method in class twaver.table.TTableColumn
Get display name for this column.
getDisplayName() - Method in interface twaver.TPropertyDescriptor
Gets the localized display name of this property.
getDisplayName() - Method in class twaver.web.table.TWebTableColumn
Get display name for this column.
getDisplayValue(Object) - Method in class twaver.table.editor.AbstractCellEditor
 
getDisplayValue(Object) - Method in class twaver.table.editor.PointEditor
 
getDistance(Point2D, Point2D) - Static method in class twaver.TWaverUtil
 
getDistance(double, double, double, double) - Static method in class twaver.TWaverUtil
 
getDnDHandler() - Method in class twaver.tree.TTree
Gets the drag-and-drop handler.
getDouble(String) - Static method in class twaver.TUIManager
Gets a default double value by a property key name.
getDoubleClickableFilter() - Method in class twaver.network.TNetwork
Gets the element double clickable filter for the network.
getDoubleFormat() - Method in class twaver.web.svg.network.SVGContext
Gets the double format instance
getDragCriticalValue() - Method in class twaver.network.TNetwork
Gets the distance critical value for starting to drag.
getDraggingSpeed() - Method in class twaver.network.TNetwork
Returns the moving speed in the network, when user is dragging the element exceed the bounds of network's visible region.
getDrawBound() - Method in class twaver.chart.AbstractXYScaleChart
Gets the bound of the draw area.
getDrawBound() - Method in class twaver.chart.PieChart
 
getDrawBound() - Method in class twaver.chart.RadarChart
Gets the bound of the draw area.
getDrawBound() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the bound of the draw area.
getDrawBound() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the bound of the draw area.
getDrillDownChassis() - Method in class twaver.network.ui.NodeUI
This method determine which chassis will enter into if node have more than one chassis object.
getDropTargetDropEvent() - Method in class twaver.network.InteractionEvent
 
getDummy() - Method in class twaver.network.ui.DummyUI
 
getEditableFilter() - Method in class twaver.table.TElementTable
Sets the editable filter for this table.
getEditor() - Method in class twaver.ElementAttribute
Gets the table cell editor for this property.
getEditor() - Method in class twaver.table.TTableColumn
Get cell editor for this column.
getEditorClass() - Method in class twaver.ElementAttribute
Gets the class name of the property editor.
getElement() - Method in class twaver.chart.ShapeStruct
 
getElement() - Method in class twaver.DataBoxEvent
Return the related element object.
getElement() - Method in class twaver.network.ui.AbstractBorderUI
 
getElement() - Method in class twaver.network.ui.AbstractElementUI
Get the related element object of this UI class.
getElement() - Method in interface twaver.network.ui.BorderUI
Get the element instance.
getElement() - Method in interface twaver.network.ui.ElementUI
Get the element.
getElement() - Method in class twaver.tree.AbstractTTreeNode
Gets the connected element.
getElement() - Method in class twaver.tree.ElementNode
Get the bound element instance.
getElement() - Method in class twaver.tree.TTreeCellIcon
The bound element instance.
getElement() - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
getElement() - Method in interface twaver.web.svg.network.ui.ElementSVGUI
Get the element.
getElement() - Method in interface twaver.web.svg.network.ui.SVGAttachment
 
getElement() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getElementAt(Point) - Method in class twaver.chart.AbstractChart
Gets the first element which contains the specified point.
getElementAttribute(int) - Method in class twaver.table.TPropertySheet
Get element attribute by specified row index.
getElementAttribute() - Method in class twaver.table.TTableColumn
Gets the ElementAttribute object connected with this column.
getElementAttribute() - Method in interface twaver.TPropertyDescriptor
Get the element attribute which encapsulate more information about the bound property.
getElementAttribute() - Method in class twaver.web.table.TWebTableColumn
Gets the ElementAttribute object connected with this column.
getElementAttributeVisibleFilter() - Method in class twaver.table.TPropertySheet
Get element attribute visible filter.
getElementAttributeVisibleFilter() - Method in class twaver.web.TWebPropertySheet
Gets the element attribute visible filter.
getElementBodyColorGenerator() - Method in class twaver.network.TNetwork
Returns the element body color generator for this network.
getElementBodyColorGenerator() - Method in class twaver.tree.TTree
Returns the element body color generator for this tree.
getElementBodyColorGenerator() - Static method in class twaver.TUIManager
Gets the default element body color generator.
getElementBodyColorGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Returns the element body color generator for this network.
getElementBodyColorGenerator() - Method in class twaver.web.TWebTree
Returns the element body color generator for this tree.
getElementBodyCustomAttributeGenerator() - Static method in class twaver.TUIManager
 
getElementBodyCustomAttributeGenerator() - Method in class twaver.web.svg.network.SVGContext
 
getElementBounds() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
getElementBounds(Element) - Method in class twaver.network.TNetwork
Gets specified element's bounds information.
getElementBoundsCache() - Method in class twaver.network.TNetwork
 
getElementBoundsInvalidatableFilter() - Method in class twaver.network.TNetwork
Gets element bounds invalidate filter installed on the network.
getElementByID(Object) - Static method in class twaver.DataBoxParserAgent
 
getElementByID(Object) - Method in class twaver.TDataBox
Gets the element which id is equals to specified id.
getElementByName(String) - Method in class twaver.TDataBox
Returns the first element which name is equals to the given name.
getElementByOID(Object) - Method in class twaver.table.TElementTable
Get table row bind element object by the specified table row OID.
getElementByPoint(Point) - Method in class twaver.list.TList
Gets the element at the specified mouse point.
getElementByRowData(Vector) - Method in class twaver.table.TElementTable
Get the table row bind element object by specified table row data.
getElementByRowIndex(int) - Method in class twaver.combobox.TComboBox
Gets the element at the specified row index.
getElementByRowIndex(int) - Method in class twaver.list.TList
Gets the element at the specified row index.
getElementByRowIndex(int) - Method in class twaver.table.TElementTable
Get the element by the specified table row index
getElementByRowIndex(int) - Method in class twaver.tree.TTree
 
getElementByTag(String) - Method in class twaver.TDataBox
Gets the element which equipment tag is equal to the given tag.
getElementChildren() - Method in class twaver.tree.AbstractTTreeNode
Get children elements for this tree node.
getElementChildren() - Method in class twaver.tree.DataBoxNode
Get all elements under this root databox node.
getElementChildren() - Method in class twaver.tree.ElementNode
Get children elements for this tree node.
getElementClass() - Method in class twaver.table.TElementTable
Get the table displaying data type.
getElementClass() - Method in class twaver.web.TWebElementTable
Get the table displaying data type.
getElementClassAttributes(Class) - Method in class twaver.table.TElementTable
Gets the element attributes by the specified element class.
getElementClassAttributes(Class) - Method in class twaver.web.TWebElementTable
Gets the element attributes by the specified element class.
getElementClickedActionListeners() - Method in class twaver.chart.AbstractChart
Gets all element clicked action listeners.
getElementClickedActionListeners() - Method in class twaver.list.TList
Gets all element clicked action listeners.
getElementClickedActionListeners() - Method in class twaver.network.TNetwork
Gets all element clicked action listeners.
getElementClickedActionListeners() - Method in class twaver.table.TElementTable
Gets all element clicked action listeners.
getElementCustomAttributeGenerator() - Method in class twaver.web.TWebTree
 
getElementCustomDisplayValueAndRenderer(ElementAttribute, Object) - Method in class twaver.web.TWebPropertySheet
 
getElementDelegateInterceptor() - Method in class twaver.DataBoxOutputSetting
Gets the ElementDelegateInterceptor object.
getElementDisplayValueAndRenderer(Element, TPropertyDescriptor) - Method in class twaver.web.TWebPropertySheet
 
getElementDoubleClickedActionListeners() - Method in class twaver.chart.AbstractChart
Gets all element double clicked action listeners.
getElementDoubleClickedActionListeners() - Method in class twaver.list.TList
Gets all element double clicked action listeners.
getElementDoubleClickedActionListeners() - Method in class twaver.network.TNetwork
Gets all element double clicked action listeners.
getElementDoubleClickedActionListeners() - Method in class twaver.table.TElementTable
Gets all element double clicked action listeners.
getElementFilter() - Method in class twaver.DataBoxOutputSetting
Gets the ElementPersistentFilter object.
getElementHeadCustomAttributeGenerator() - Static method in class twaver.TUIManager
Gets the default element's web custom attribute generator.
getElementHeadCustomAttributeGenerator() - Method in class twaver.web.svg.network.SVGContext
 
getElementIcon() - Method in class twaver.tree.TTreeCellIcon
Get element icon.
getElementIconGenerator() - Method in class twaver.combobox.TComboBox
Gets the elementIconGenerator of the combobox.
getElementIconGenerator() - Method in class twaver.list.TList
Gets the element icon generator for this list.
getElementIconGenerator() - Method in class twaver.tree.TTree
Get the generator, which used to create element tree icon for each element.
getElementIconURL() - Method in class twaver.tree.TTreeCellIcon
Gets the element icon url.
getElementID() - Method in class twaver.Alarm
Element id of the managed object instance in which the alarm occurred.
getElementLabelEditableFilter() - Method in class twaver.network.TNetwork
Gets element label editable filter.
getElementLabelEditableFilter() - Method in class twaver.tree.TTree
Get tree installed element label editable filter.
getElementLabelEditor() - Method in class twaver.network.TNetwork
Gets element label editor.
getElementLabelEditor() - Method in class twaver.tree.TTree
Get installed element label editor.
getElementLabelGenerator() - Method in class twaver.combobox.TComboBox
Gets the elementLabelGenerator of the combobox .
getElementLabelGenerator() - Method in class twaver.list.TList
Gets the element label generator for this list.
getElementLabelGenerator() - Method in class twaver.network.TNetwork
Returns the label generator for this network.
getElementLabelGenerator() - Method in class twaver.tree.TTree
Gets generator for displaying the label of element on TView, for example, the tree node label, the tree node label, etc.
getElementLabelGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Returns the label generator for this network.
getElementLabelGenerator() - Method in class twaver.web.TWebTree
Gets generator for displaying the label of element on the webtree, for example, the tree node label, the tree node label, etc.
getElementLabelInputField() - Method in class twaver.network.TNetwork
Gets the label input field of this network.
getElementLogicalAt(Point2D) - Method in class twaver.network.TNetwork
Gets the first element contains specified point.
getElementLogicalAt(int, int) - Method in class twaver.network.TNetwork
Gets the first element contains specified point.
getElementNetworkLabelGenerator() - Static method in class twaver.TUIManager
Gets the element label generator for network components.
getElementNodeDoubleClickedActionListeners() - Method in class twaver.tree.TTree
Gets all element node double clicked action listeners.
getElementPhysicalAt(Point) - Method in class twaver.network.TNetwork
Gets element located given physical location.
getElementPhysicalAt(int, int) - Method in class twaver.network.TNetwork
Gets element located given physical location.
getElementPreDefineDisplayValueAndRenderer(ElementAttribute, Object) - Method in class twaver.web.TWebPropertySheet
 
getElementPropertyChangeListeners() - Method in class twaver.TDataBox
Returns a list contains all element property change listeners.
getElementPropertyChangeRepaintFilter() - Method in class twaver.network.TNetwork
Gets element property change repaint filter.
getElementPropertyValue(TPropertyDescriptor) - Method in class twaver.table.TPropertySheet
Get element property value by specified property descriptor.
getElements() - Method in class twaver.DataBoxSelectionEvent
Returns the elements that have changed in the selection
getElements() - Method in class twaver.table.TPropertySheet
 
getElementsAt(Rectangle, boolean) - Method in class twaver.network.TNetwork
Gets all visible elements in specified rectangle.
getElementsByAlarm(Alarm) - Method in class twaver.AlarmModel
 
getElementsByType(Class) - Method in class twaver.TDataBox
Returns a list of elements which are assignable from the specified class.
getElementSelectColor(Element) - Method in class twaver.network.TNetwork
Gets the given element's selection highlight color.
getElementSelectColor(Element) - Method in class twaver.web.svg.network.TSVGNetwork
 
getElementSelectColorGenerator() - Method in class twaver.network.TNetwork
Returns the element selected color generator for this network.
getElementSelectColorGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Returns the element selected color generator for this network.
getElementsLogicalAt(Point, boolean) - Method in class twaver.network.TNetwork
Gets all elements located at the given logical point.
getElementsLogicalAt(Point) - Method in class twaver.network.TNetwork
 
getElementsLogicalAt(int, int, boolean) - Method in class twaver.network.TNetwork
Gets all elements located at the given logical point.
getElementsLogicalAt(int, int) - Method in class twaver.network.TNetwork
 
getElementsLogicalAt(TNetwork, int, int, boolean) - Static method in class twaver.TWaverUtil
 
getElementsLogicalAt(TNetwork, int, int) - Static method in class twaver.TWaverUtil
 
getElementsPhysicalAt(Point) - Method in class twaver.network.TNetwork
Gets all elements located at given physical point.
getElementsPhysicalAt(int, int) - Method in class twaver.network.TNetwork
Gets all elements located at given physical location.
getElementStateOutlineColorGenerator() - Method in class twaver.network.TNetwork
Returns the element state outline color generator for this network.
getElementStateOutlineColorGenerator() - Method in class twaver.tree.TTree
Returns the element state outline color generator for this tree.
getElementStateOutlineColorGenerator() - Static method in class twaver.TUIManager
Gets the default element state outline color generator.
getElementStateOutlineColorGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Returns the element state outline color generator for this network.
getElementStateOutlineColorGenerator() - Method in class twaver.web.TWebTree
Returns the element state outline color generator for this tree.
getElementSubNetwork(Element) - Static method in class twaver.TWaverUtil
Gets the subnetwork the element located.
getElementSVGUI(Element) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
getElementSVGUI(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Gets svgui by the given element
getElementToolTipTextGenerator() - Method in class twaver.combobox.TComboBox
Gets the elementToolTipTextGenerator of the combobox.
getElementToolTipTextGenerator() - Method in class twaver.list.TList
Gets the element tooltip text generator for this list.
getElementToolTipTextGenerator() - Method in class twaver.network.TNetwork
Returns the tooltip text generator for this network.
getElementToolTipTextGenerator() - Method in class twaver.tree.TTree
Get element tooltip text generator.
getElementToolTipTextGenerator() - Static method in class twaver.TUIManager
Gets the default element tooltip text generator.
getElementToolTipTextGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Returns the tooltip text generator for this network.
getElementTreeIcon() - Method in class twaver.AbstractElement
Gets the icon url of this element which is used to paint on the tree component.
getElementTreeIcon() - Method in interface twaver.Element
Gets the icon url of this element which is used to paint on the tree component.
getElementTreeLabelGenerator() - Static method in class twaver.TUIManager
Gets the default element label generator for tree components.
getElementUI(Element) - Method in class twaver.network.NetworkElementRenderer
Get specified element's UI object.
getElementUI(Element) - Method in class twaver.network.TNetwork
Gets UI instance for the given element.
getElementUI() - Method in class twaver.network.ui.AbstractAttachment
Obtains the element ui class.
getElementUI() - Method in class twaver.network.ui.AbstractBorderUI
 
getElementUI() - Method in interface twaver.network.ui.Attachment
 
getElementUI() - Method in interface twaver.network.ui.BorderUI
Get which element ui object this border ui painting for.
getEndAngle() - Method in class twaver.chart.DialChart
Gets the value of the end angle of this chart.
getEndAngle() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the value of the end angle of this chart.
getEndIndex() - Method in class twaver.chart.LineChart
Gets the index of the end.
getEndIndex() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getEndX() - Method in class twaver.chart.LineChart
Gets the end xcoordinate of the chart.
getEndX() - Method in class twaver.web.svg.chart.SVGLineChart
 
getEnumerable(Class, String) - Static method in class twaver.base.enumerable.EnumerableManager
Get enumerable with the specified enumerableClass and name
getEnumerables(Class) - Static method in class twaver.base.enumerable.EnumerableManager
Get enumerable with the specified enumerableClass
getEnumType(String, Object) - Method in class twaver.EnumTypeManager
Get an enumeration type by given type name and enumeration value.
getEnumTypeName() - Method in class twaver.table.editor.EnumTypeEditor
 
getEnumTypeName() - Method in class twaver.table.renderer.EnumTypeRenderer
 
getEnumTypes(String) - Method in class twaver.EnumTypeManager
Retrieve a registered enumeration type.
getEquipBoundsByIndex(int) - Method in class twaver.Shelf
Gets the child equip bounds with the given equip position index.
getEquipBoundsByIndex(int) - Method in class twaver.Slot
Gets the child equip bounds with the given equip position index.
getEquipCount() - Method in class twaver.Shelf
Gets the equip count which means how many child equipments this shelf can contain.
getEquipCount() - Method in class twaver.Slot
Gets the equip count which means how many child equipments the slot can contain.
getEquipDirection() - Method in class twaver.Shelf
Gets the equip direction for this shelf.
getEquipDirection() - Method in class twaver.Slot
Gets the equip direction for this slot.
getEquipIndex() - Method in class twaver.Shelf
Gets the equip index which is the position index where this shelf contains in its parent.
getEquipIndex() - Method in class twaver.Slot
Gets the equip index which is the position index where this slot contains in its parent.
getEvents() - Method in class twaver.UndoRedoManager
Gets a list contains all change events.
getExpandButton() - Method in class twaver.table.TPropertySheetPane
Get "expand all categories" button on the toolbar.
getExpandedIcon() - Method in class twaver.table.TPropertySheet
Gets the category expanded icon.
getExpandedIcon() - Method in class twaver.tree.TTree
Gets the element node's expanded icon.
getExpandedIcon() - Static method in class twaver.TUIManager
Gets the default expanded icon for tree components.
getExpandPane() - Method in class twaver.swing.FullScreenSupport
 
getExportValuesInterceptor() - Static method in class twaver.TWaverUtil
Gets the ExportValuesInterceptor object.
getExtend() - Method in class twaver.network.ui.LinkUI
 
getExtension(File) - Method in class twaver.swing.FileChooserFilter
Return the extension portion of the file's name .
getExtension(File) - Static method in class twaver.table.editor.ImageFileFilter
 
getExtraIndentButton() - Method in class twaver.table.TPropertySheetPane
Get "use extra indent" button on the toolbar.
getFactorMapper() - Method in class twaver.network.Magnifier
 
getFillColor() - Method in class twaver.ElementAttribute
Gets the fill color of this property.
getFillColor() - Method in class twaver.network.OverviewPane
Get overview background fill color.
getFillColor() - Method in class twaver.network.ui.AbstractBorderUI
 
getFillColor() - Method in class twaver.network.ui.AlarmAttachment
Get fill color.
getFillMode() - Method in class twaver.network.OverviewPane
Get overview fill mode when overview window is resized.
getFillObject(SVGContext, Color) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets svgelement's fillobject.
getFillOpacity() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getFirstRowIndex() - Method in class twaver.table.AbstractPageTableModel
Gets the first row index.
getFixedValueCount() - Method in class twaver.chart.LineChart
 
getFlexionStruct() - Method in class twaver.network.ui.LinkUI
 
getFlexionStruct(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getFloat(String) - Static method in class twaver.TUIManager
Gets a default float value by a property key name.
getFloatInsets(String) - Static method in class twaver.TUIManager
Gets a default float insets value by a property key name.
getFlowingColor() - Method in class twaver.network.ui.LinkUI
Get the flowing color.
getFlowingWidth() - Method in class twaver.network.ui.LinkUI
Get the flowing dash width.
getFollowerPadding() - Method in class twaver.Grid
Get the inner gap when this follower attached on a parent grid element.
getFollowerPaddingBottom() - Method in class twaver.Grid
Get the inner gap in bottom side when this follower attached on a parent grid element.
getFollowerPaddingLeft() - Method in class twaver.Grid
Get the inner gap in left side when this follower attached on a parent grid element.
getFollowerPaddingRight() - Method in class twaver.Grid
Get the inner gap in right side when this follower attached on a parent grid element.
getFollowerPaddingTop() - Method in class twaver.Grid
Get the inner gap in top side when this follower attached on a parent grid element.
getFont() - Method in class twaver.chart.LabelStruct
 
getFont() - Method in class twaver.network.ui.LabelAttachment
Return specified element label paint font.
getFont() - Method in class twaver.swing.TPopupMenu
 
getFont() - Method in class twaver.table.editor.FontChooser
Get the currently selected font.
getFont(String) - Static method in class twaver.TUIManager
Gets a default font value by a property key name.
getFont(int) - Static method in class twaver.TWaverUtil
Gets TWaver default text font by given font style.
getFont(int, float) - Static method in class twaver.TWaverUtil
Gets TWaver default text font by given font style and font size.
getFontStyle() - Method in class twaver.ElementAttribute
Gets the for font, that is the font style of this property.
getForceSize() - Method in class twaver.SpringLayouter
Gets the force size of spring layout parameter which will affect the balance distance between elements.
getForeColor() - Method in class twaver.ElementAttribute
Gets the for color, that is, the text color, of this property.
getForeground() - Method in class twaver.EnumType
Gets the foreground for this enum type.
getForegroundColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getFormat() - Method in class twaver.chart.AbstractChart
Gets the number format of the chart panel, the number format is used to format the value text.
getFormat(Element) - Method in class twaver.chart.AbstractChart
Gets the number format of a specified Element object.
getFormat() - Method in class twaver.chart.Item
Gets the number format of the item.
getFormat() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the number format of the chart panel, the number format is used to format the value text.
getFormat(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the number format of a specified Element object.
getFormatedText(Element, double) - Method in class twaver.chart.AbstractChart
Gets the format text of the value by the number format of a specified Element object.
getFormatedText(Element, double, int) - Method in class twaver.chart.AbstractChart
Gets the format text of the value by the number format of a specified Element object.
getFormatedText(Element, double) - Method in class twaver.chart.LineChart
 
getFormatedText(Element, double) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the format text of the value by the number format of a specified Element object.
getFormatedText(Element, double, int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the format text of the value by the number format of a specified Element object.
getFormatedXScaleText(double) - Method in class twaver.chart.AbstractXYScaleChart
 
getFormatedXScaleText(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
getFormatedYScaleText(double) - Method in class twaver.chart.AbstractScaleChart
Gets the formated scale text along y-axis
getFormatedYScaleText(double) - Method in class twaver.chart.AbstractXYScaleChart
 
getFormatedYScaleText(double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the formated scale text along y-axis
getFormatedYScaleText(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
getFrom() - Method in class twaver.DataBoxEvent
 
getFrom() - Method in class twaver.Link
Return the from node.
getFromAgent() - Method in class twaver.Link
Get the agent of from node.
getFromAgentBounds() - Method in class twaver.network.ui.LinkUI
 
getFromAgentLinks() - Method in class twaver.Node
Get all from agent links.
getFromAnchorPoint(int, int) - Method in class twaver.network.ui.LinkUI
 
getFromArrow() - Method in class twaver.network.ui.LinkUI
 
getFromBounds(SVGContext, Node) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getFromInflexion() - Method in class twaver.network.ui.LinkUI
 
getFromInflexion(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getFromLinks() - Method in class twaver.Node
Get all links that start from this node
getFromLocation() - Method in class twaver.Segment
Get the start location of this segment.
getFromNode() - Method in class twaver.Segment
Get the from node of this segment.
getFromPoint() - Method in class twaver.network.ui.LinkUI
Get the link from point.
getFromPoint() - Method in class twaver.Segment
Get the start point of this segment.
getFromPoint(Link) - Method in class twaver.web.svg.network.SVGContext
Gets the point of the from point from the cache map
getFromPosition() - Method in class twaver.network.ui.LinkUI
 
getFromXOffset() - Method in class twaver.network.ui.LinkUI
 
getFromYOffset() - Method in class twaver.network.ui.LinkUI
 
getGeoCoordinate() - Method in class twaver.AbstractElement
 
getGeoCoordinate() - Method in interface twaver.Element
 
getGifIconFinder() - Method in class twaver.TDataBox
Internal use only.
getGifImageFinder() - Method in class twaver.TDataBox
Internal use only.
getGradientColor(Element) - Method in class twaver.chart.AbstractChart
Gets the gradient color.
getGradientColor() - Method in class twaver.chart.AbstractChart
Gets the gradient color.
getGradientColor() - Method in class twaver.network.background.ColorBackground
Gets the the gradient color.
getGradientColor() - Method in class twaver.network.background.ImageBackground
Gets the the gradient color.
getGradientColor(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the gradient color.
getGradientColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the gradient color.
getGradientFactory() - Method in class twaver.network.background.ColorBackground
Gets the gradient factory.
getGradientFactory() - Method in class twaver.network.background.ImageBackground
Gets the gradient factory.
getGradientID(SVGContext, int, Color, Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the gradient ID of the element.
getGradientID(SVGContext, int, Color, Color) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the gradient ID of the element.
getGradientID(SVGContext, int, Color, Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getGradientID(int, Color, Color) - Static method in class twaver.web.WebUtil
Gets the Gradient's ID by the type,gradient's color,and fill color
getGradientID(SVGContext, int, Color, Color) - Static method in class twaver.web.WebUtil
 
getGradientSVGCache() - Static method in class twaver.web.WebUtil
Gets gradientSVGCache instance.
getGrid() - Method in class twaver.network.ui.GridUI
 
getGrid() - Method in class twaver.web.svg.network.ui.GridSVGUI
 
getGridColor() - Method in class twaver.table.TPropertySheet
Get grid color of this property sheet.
getGridContent(Grid) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
getGroup() - Method in class twaver.network.ui.GroupUI
 
getGroup() - Method in class twaver.table.TAlarmOverview
Gets the button group.
getGroupAngle() - Method in class twaver.Group
Get group for the parallelogram angle.
getGroupChamferEdge() - Method in class twaver.Group
 
getGroupChildBoundsGenerator() - Method in class twaver.network.TNetwork
Returns the group child bounds generator for this network.
getGroupChildrenOutcrop() - Method in class twaver.Group
Gets the height value for the all contained children outcrop of the group.
getGroupDeep() - Method in class twaver.Group
Get the 3d deep value when 3d enabled.
getGroupFillColor() - Method in class twaver.Group
Gets the fill color of the group.
getGroupGradientColor() - Method in class twaver.Group
Gets the group gradient color.
getGroupGradientFactory() - Method in class twaver.Group
Gets the group gradient factory
getGroupHandlerCloseIcon() - Method in class twaver.Group
Gets the closed icon url for the group handler.
getGroupHandlerEmptyIcon() - Method in class twaver.Group
Gets the empty icon url for the group handler.
getGroupHandlerExpandIcon() - Method in class twaver.Group
Gets the expanded icon url for the group handler.
getGroupHandlerPosition() - Method in class twaver.Group
Gets the group handler's position where the group handler appears on the element.
getGroupHandlerXOffset() - Method in class twaver.Group
Gets the group handler location horizontal offset.
getGroupHandlerYOffset() - Method in class twaver.Group
Gets the group handler location vertical offset.
getGroupInsets() - Method in class twaver.Group
Gets the group insets
getGroupInsets() - Method in class twaver.network.ui.GroupUI
 
getGroupOutlineColor() - Method in class twaver.Group
Gets the outline color of this group.
getGroupOutlineStroke() - Method in class twaver.Group
Gets the outline stroke type of this group.
getGroupShape(Group) - Method in class twaver.web.svg.network.SVGContext
Gets the shape of the group from the cache map
getGroupType() - Method in class twaver.Group
Gets the type of this group.
getHandLegth(Element) - Method in class twaver.chart.DialChart
Gets the length of the element.
getHandLegth(Element) - Method in class twaver.web.svg.chart.SVGDialChart
Gets the length of the element.
getHandlers() - Method in class twaver.network.InteractionMode
Get the mode input handlers.
getHandStyle(Element) - Method in class twaver.chart.DialChart
Gets the hand style of the element.
getHandStyle(Element) - Method in class twaver.web.svg.chart.SVGDialChart
Gets the hand style of the element.
getHeight() - Method in class twaver.BaseElement
Gets the current height of this element.
getHeight() - Method in class twaver.BTSAntenna
Gets the current height of this element.
getHeight() - Method in class twaver.Dummy
Dummy is no height.
getHeight() - Method in interface twaver.Element
Gets the current height of this element.
getHeight() - Method in class twaver.Group
Gets the current height of this element.
getHeight() - Method in class twaver.Link
Return 0.
getHeight() - Method in class twaver.network.ui.ComponentAttachment
 
getHeight() - Method in class twaver.PolySubNetwork
Gets the current height of this element.
getHeight() - Method in class twaver.ResizableNode
Gets the current height of this element.
getHeight() - Method in class twaver.RotatableNode
 
getHeight() - Method in class twaver.ShapeNode
Gets the current height of this element.
getHeight() - Method in class twaver.swing.RotatableLabel
 
getHeight() - Method in class twaver.Text
Gets the current height of this element.
getHeight() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getHGap() - Method in class twaver.swing.TableLayout
Gets the horizontal gap between colunns.
getHighestAcknowledgedAlarmSeverity() - Method in class twaver.AlarmState
Gets the highest acknowledged alarm severity
getHighestNativeAlarmSeverity() - Method in class twaver.AlarmState
Get the highest native alarm severity.
getHighestNewAlarmSeverity() - Method in class twaver.AlarmState
Get the highest new alarm severity
getHighestOverallAlarmSeverity() - Method in class twaver.AlarmState
Get the highest overall alarm severity.
getHighlightBackground() - Method in class twaver.chart.AbstractChart
Gets the color of the highlight background when the label of the legendPane is selected
getHighlightForeground() - Method in class twaver.chart.AbstractChart
Gets the color of the highlight foreground when the label of the legendPane is selected
getHollowPercent() - Method in class twaver.chart.PieChart
Gets the percent of hollow.
getHollowPercent() - Method in class twaver.web.svg.chart.SVGPieChart
Gets the percent of hollow.
getHost() - Method in class twaver.DataBoxEvent
 
getHost() - Method in class twaver.Follower
Gets the host node of this follower.
getHotspot() - Method in class twaver.BTSAntenna
Returns the host point of this antenna.
getHotspot() - Method in class twaver.network.ui.BaseElementUI
Get the hotspot location.
getHotspot() - Method in class twaver.network.ui.BTSAntennaUI
 
getHotspot() - Method in interface twaver.network.ui.ElementUI
Get the hotspot location.
getHotspot() - Method in class twaver.network.ui.GroupUI
 
getHotspot() - Method in class twaver.network.ui.LinkUI
Get the link hotspot.
getHotspot() - Method in class twaver.network.ui.PolySubNetworkUI
 
getHotspot(SVGContext) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
Gets the hotspot point of the svgui.
getHotspot(SVGContext) - Method in class twaver.web.svg.network.ui.BTSAntennaSVGUI
Gets the hotspot point of the svgui.
getHotspot(SVGContext) - Method in interface twaver.web.svg.network.ui.ElementSVGUI
Gets the hotspot point of the svgui.
getHotspot(SVGContext) - Method in class twaver.web.svg.network.ui.GroupSVGUI
 
getHotspot(SVGContext) - Method in class twaver.web.svg.network.ui.InterceptedLinkSVGUI
Deprecated.
 
getHotspot(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
Gets the hotspot point of the svgui.
getI18nGenerator() - Static method in class twaver.TWaverUtil
Get i18n string generator for TWaver.
getIcon() - Method in class twaver.AbstractElement
Gets this element's icon.
getIcon(Element) - Method in class twaver.combobox.TComboBoxRenderer
 
getIcon() - Method in interface twaver.Element
Gets this element's icon.
getIcon() - Method in class twaver.ElementAttribute
Gets icon object of this property.
getIcon() - Method in class twaver.EnumType
Gets the enumeration icon
getIcon(Element) - Method in class twaver.list.TListCellRenderer
Gets the icon of the given element.
getIcon() - Method in class twaver.network.ui.IconAttachment
Get the attachment icon.
getIcon() - Method in class twaver.table.TTableColumn
Gets the icon for this column.
getIcon(String) - Static method in class twaver.TUIManager
Gets a default icon value by a property key name.
getIcon(Class) - Static method in class twaver.TUIManager
Gets element icon via element class type.
getIcon(String) - Static method in class twaver.TWaverUtil
Gets an Icon object from TWaver image cache by a url.
getIconHeight() - Method in class twaver.chart.AbstractChart
Gets the height of the icon that displays on the legend pane.
getIconHeight() - Method in class twaver.tree.TTree
Gets the icon height.
getIconHeight() - Method in class twaver.tree.TTreeCellIcon
Gets the icon height
getIconkeys() - Static method in class twaver.TUIManager
Gets keys of all registered element icons.
getIconURL() - Method in class twaver.AbstractElement
Gets this element icon's url, tree component will use the icon to render the element on the tree node.
getIconURL() - Method in interface twaver.Element
Gets this element icon's url, tree component will use the icon to render the element on the tree node.
getIconURL() - Method in class twaver.network.ui.IconAttachment
 
getIconUrl(Class) - Static method in class twaver.TUIManager
Gets element icon url by an element class type.
getIconWidth() - Method in class twaver.chart.AbstractChart
Gets the width of the icon that displays on the legend pane.
getIconWidth() - Method in class twaver.tree.TTree
Gets the icon width.
getIconWidth() - Method in class twaver.tree.TTreeCellIcon
Gets the icon width
getID() - Method in class twaver.AbstractElement
Gets element identifier.
getID() - Method in class twaver.DataBoxContext
Gets the id object.
getID() - Method in interface twaver.Element
Gets element identifier.
getID() - Method in class twaver.Layer
Gets the id of this layer.
getID() - Method in class twaver.TDataBox
Gets the id of this data box.
getIdentifier(Object) - Method in interface twaver.IdentifierFactory
Create an identifier with the specified object
getIdentifier(Object) - Static method in class twaver.TWaverUtil
Create an ID for given object by TWaver ID factory.
getIdentifierFactory() - Static method in class twaver.TWaverUtil
Get the element ID generator.
getImage() - Method in class twaver.AbstractElement
Gets this element's image.
getImage() - Method in interface twaver.Element
Gets this element's image.
getImage() - Method in class twaver.network.background.ImageBackground
Get the network bitmap of the background.
getImage(Class) - Static method in class twaver.TUIManager
Gets element image via element class type.
getImage(String) - Static method in class twaver.TWaverUtil
The same to getImageIcon method.
getImageBase64(String, ImageKey) - Static method in class twaver.web.WebUtil
Gets Base64 String of Image by image id and imagekey
getImageFilePath() - Method in class twaver.web.svg.network.SVGContext
Gets the image file path string
getImageIcon(String) - Static method in class twaver.TWaverUtil
Gets an image icon from TWaver image cache by an given url.
getImageIcon(String, boolean) - Static method in class twaver.TWaverUtil
Gets an image icon from TWaver image cache by an given url.
getImageIcon(String, Color) - Static method in class twaver.TWaverUtil
Gets the dyed ImageIcon object by a given url and color.
getImageID(String, Color) - Method in class twaver.web.svg.network.SVGContext
Gets the image ID by the url and the colors from cache map
getImageID(ImageKey) - Static method in class twaver.web.WebUtil
Gets image's id by image's key
getImageIDs(String) - Static method in class twaver.web.WebUtil
 
getImageKeys() - Static method in class twaver.TUIManager
Gets keys of all registered element images.
getImages() - Method in class twaver.DataBoxContext
 
getImages() - Method in class twaver.DataBoxOutputSetting
 
getImageShape() - Method in class twaver.network.ui.NodeUI
 
getImageShape(String) - Static method in class twaver.TWaverUtil
Get the url specified image's opaque edge shape.
getImageURL() - Method in class twaver.AbstractElement
Gets this element image's url, normally the image is displayed in network canvas.
getImageURL() - Method in interface twaver.Element
Gets this element image's url, normally the image is displayed in network canvas.
getImageURL() - Method in class twaver.network.background.ImageBackground
Get the image URL string of the background.
getImageURL() - Method in class twaver.network.background.TextureBackground
 
getImageUrl(Class) - Static method in class twaver.TUIManager
Gets element image url by an element class type.
getImageUrl() - Method in class twaver.web.svg.network.ui.NodeSVGUI
 
getImageURLPrefix() - Method in class twaver.web.svg.network.SVGContext
Gets the image url's prefix
getIndex() - Method in class twaver.chart.ShapeStruct
 
getIndex() - Method in class twaver.MouseActionEvent
Gets the index value.
getInflexionBounds(Element, Point) - Method in class twaver.chart.LineChart
 
getInflexionBounds(Element, Point) - Method in class twaver.chart.RadarChart
Gets the bounds of the inflexion of the element.
getInflexionBounds(Element, Point) - Method in class twaver.web.svg.chart.SVGLineChart
 
getInflexionBounds(Element, Point) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the bounds of the inflexion of the element.
getInflexionShape(int, Rectangle) - Method in class twaver.chart.RadarChart
Gets the shape of the inflexion .
getInflexionShape(int, Rectangle) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the shape of the inflexion .
getInflexionSize(Element, Point) - Method in class twaver.chart.RadarChart
Gets the size of the inflexion.
getInflexionSize(Element, Point) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the size of the inflexion.
getInflexionStyle() - Method in class twaver.chart.BubbleChart
Gets the style of the inflexion.
getInflexionStyle(Element) - Method in class twaver.chart.LineChart
Gets the inflexion style of a specified Element, if the element has inflexion style in it's client property, the client property will be return, else the inflexion style of this chart will be return.
getInflexionStyle() - Method in class twaver.chart.LineChart
Gets the inflexion style.
getInflexionStyle(Element) - Method in class twaver.chart.RadarChart
Gets the style of the inflexion.
getInflexionStyle() - Method in class twaver.chart.RadarChart
Gets the inflexion style.
getInflexionStyle() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the style of the inflexion.
getInflexionStyle(Element) - Method in class twaver.web.svg.chart.SVGLineChart
Gets the inflexion style of a specified Element, if the element has inflexion style in it's client property, the client property will be return, else the inflexion style of this chart will be return.
getInflexionStyle() - Method in class twaver.web.svg.chart.SVGLineChart
 
getInflexionStyle(Element) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the style of the inflexion.
getInflexionStyle() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the inflexion style.
getInformation() - Static method in class twaver.TWaverUtil
 
getInputStream(String) - Static method in class twaver.TWaverUtil
Create an input stream object by given url.
getInputStream(String, boolean) - Static method in class twaver.TWaverUtil
Create an input stream object by given url.
getInsets(Insets) - Method in class twaver.swing.RotatableLabel
 
getInsets() - Method in class twaver.swing.RotatableLabel
 
getInsets() - Method in class twaver.swing.TPopupMenu
 
getInsets(String) - Static method in class twaver.TUIManager
Gets a default insets value by a property key name.
getInstance() - Static method in class twaver.animate.AnimateManager
 
getInstance() - Static method in class twaver.EnumTypeManager
Use this method to get the single instance of enumeration manager.
getInstance() - Static method in class twaver.TaskScheduler
Gets default TaskScheduler instance
getInt(String) - Static method in class twaver.TUIManager
Gets a default int value by a property key name.
getInteractionMode() - Method in class twaver.network.TNetwork
Gets current network interaction mode.
getInterceptor() - Method in class twaver.UndoRedoManager
Gets the UndoRedoInterceptor instance.
getInterceptX() - Method in class twaver.StraightLine
获取与x轴的截距
getInterceptY() - Method in class twaver.StraightLine
获取于y轴的截距(斜率存在的情况下)
getIntersection() - Method in class twaver.TwoStraightOpt
获取交点
相交
getInterval() - Method in class twaver.swing.TExpandPane
 
getInterval() - Method in interface twaver.Task
Return the interval of the task should be repeated in MSEL.
getInterval() - Method in class twaver.TaskAdapter
Return the interval of the task should be repeated in MSEL.
getInvalidEntry() - Method in class twaver.swing.TableLayout
Determines whether or not there are any components with invalid constraints.
getInvalidMessage() - Method in class twaver.table.editor.AbstractCellEditor
 
getInvalidTitle() - Method in class twaver.table.editor.AbstractCellEditor
 
getItemByIndex(int) - Method in class twaver.chart.AbstractChart
Returns the item at the specified position in the published elements list.
getItemCount() - Method in class twaver.chart.AbstractChart
Gets the count of published elements.
getItems() - Method in class twaver.chart.AbstractChart
Gets all published elements.
getJavaClass() - Method in class twaver.ElementAttribute
Gets the property java class type.
getJavaClass() - Method in class twaver.table.TTableColumn
Get class type for the column bound property.
getJavaClass() - Method in class twaver.web.table.TWebTableColumn
Get class type for the column bound property.
getJavascriptRenderer(String, Object) - Method in class twaver.web.TWebPropertySheet
 
getKey(Alarm) - Method in class twaver.AlarmModelQuickFinder
Gets bind property's value of the given alarm.
getKey(Element) - Method in class twaver.DataBoxQuickFinder
Gets bind property's value of the given element.
getKey() - Method in class twaver.ElementAttribute
Gets the key of this element attribute.
getLabel(Object) - Method in class twaver.tree.TTree
Get label value for this tree node.
getLabelAttachment() - Method in class twaver.network.ui.AbstractElementUI
Get the label attachment.
getLabelAttachment() - Method in interface twaver.network.ui.ElementUI
 
getLabelBackground() - Method in class twaver.AbstractElement
Gets the background color of the label attachment of this element.
getLabelBackground() - Method in interface twaver.Element
Gets the background color of the label attachment of this element.
getLabelBorderColor() - Method in class twaver.AbstractElement
Gets the border color of the label attachment of this element.
getLabelBorderColor() - Method in interface twaver.Element
Gets the border color of the label attachment of this element.
getLabelBorderStroke() - Method in class twaver.AbstractElement
Gets the border stroke of the label attachment of this element.
getLabelBorderStroke() - Method in interface twaver.Element
Gets the border stroke of the label attachment of this element.
getLabelColor() - Method in class twaver.AbstractElement
Gets the color of the label attachment of this element.
getLabelColor() - Method in interface twaver.Element
Gets the color of the label attachment of this element.
getLabelContent() - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
getLabelFont() - Method in class twaver.AbstractElement
Gets the font of the label attachment of this element.
getLabelFont() - Method in interface twaver.Element
Gets the font of the label attachment of this element.
getLabelHighlightBackground() - Method in class twaver.AbstractElement
Gets the highlight color of the background of the label attachment of this element when this element is selected.
getLabelHighlightBackground() - Method in interface twaver.Element
Gets the highlight color of the background of the label attachment of this element when this element is selected.
getLabelHighlightForeground() - Method in class twaver.AbstractElement
Gets the highlight color of the foreground of the label attachment of this element when this element is selected.
getLabelHighlightForeground() - Method in interface twaver.Element
Gets the highlight color of the foreground of the label attachment of this element when this element is selected.
getLabelIcon() - Method in class twaver.AbstractElement
Gets the icon url of the label attachment of this element.
getLabelIcon() - Method in interface twaver.Element
Gets the icon url of the label attachment of this element.
getLabelMaxLength() - Method in class twaver.AbstractElement
Gets the maximal length of the label attachment of this element.
getLabelMaxLength() - Method in interface twaver.Element
Gets the maximal length of the label attachment of this element.
getLabelOrientation() - Method in class twaver.AbstractElement
Gets the orientation of the label attachment of this element.
getLabelOrientation() - Method in interface twaver.Element
Gets the orientation of the label attachment of this element.
getLabelPosition() - Method in class twaver.AbstractElement
Gets the position of the label attachment of this element.
getLabelPosition() - Method in interface twaver.Element
Gets the position of the label attachment of this element.
getLabelRenderer(int) - Static method in class twaver.swing.RotatableLabel
 
getLabelTextPosition(double) - Method in class twaver.chart.PieChart
Gets the position of the text of the label.
getLabelTextPosition(double) - Method in class twaver.web.svg.chart.SVGPieChart
Gets the position of the text of the label.
getLabelUnderlineColor() - Method in class twaver.AbstractElement
Gets the color of the underline of the label attachment of this element.
getLabelUnderlineColor() - Method in interface twaver.Element
Gets the color of the underline of the label attachment of this element.
getLabelUnderlineStroke() - Method in class twaver.AbstractElement
Gets the stroke of the underline of the label attachment of this element.
getLabelUnderlineStroke() - Method in interface twaver.Element
Gets the stroke of the underline of the label attachment of this element.
getLabelXGap() - Method in class twaver.AbstractElement
Gets the horizontal gap of the label attachment of this element.
getLabelXGap() - Method in interface twaver.Element
Gets the horizontal gap of the label attachment of this element.
getLabelXOffset() - Method in class twaver.AbstractElement
Gets the horizontal offset of the label attachment of this element.
getLabelXOffset() - Method in interface twaver.Element
Gets the horizontal offset of the label attachment of this element.
getLabelYGap() - Method in class twaver.AbstractElement
Gets the vertical gap of the label attachment of this element.
getLabelYGap() - Method in interface twaver.Element
Gets the vertical gap of the label attachment of this element.
getLabelYOffset() - Method in class twaver.AbstractElement
Gets the vertical offset of the label attachment of this element.
getLabelYOffset() - Method in interface twaver.Element
Gets the vertical offset of the label attachment of this element.
getLastChangedTime() - Method in class twaver.Alarm
Date of the last modification of alarm attribute values.
getLastRowIndex() - Method in class twaver.table.AbstractPageTableModel
Gets the last row index.
getLastSelectedElement() - Method in class twaver.network.TNetwork
Gets the last selected element on network, if exist.
getLastSelectedElement() - Method in class twaver.table.TPropertySheet
Gets the last selected element.
getLastSelectedElement() - Method in class twaver.TDataBox
Gets the last selected element.
getLastSelectedElement() - Method in class twaver.web.TWebPropertySheet
Gets the last selected element.
getLatitude() - Method in class twaver.GeoCoordinate
Gets the latitude
getLayerByID(Object) - Method in class twaver.LayerModel
 
getLayerByIndex(int) - Method in class twaver.LayerModel
Gets a layer by the specified layer index from this model.
getLayeredPane() - Method in class twaver.network.TNetwork
Gets the internal layered pane of network.
getLayerID() - Method in class twaver.AbstractElement
Gets the layer id of the element belongs to.
getLayerID() - Method in interface twaver.Element
Gets the layer id of the element belongs to.
getLayerModel() - Method in class twaver.TDataBox
Gets the layer model of this data box.
getLayers() - Method in class twaver.LayerModel
Gets all layers in this model.
getLayers() - Method in class twaver.TDataBox
Gets layer container which contains all elements.
getLayoutAlignmentX(Container) - Method in class twaver.swing.TableLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class twaver.swing.TableLayout
Returns the alignment along the y axis.
getLayoutRect() - Method in class twaver.network.CloudLayouter
 
getLazyLoader() - Method in class twaver.tree.TTree
Get tree node lazy loader.
getLeft() - Method in class twaver.FloatInsets
Gets the inset from the left.
getLegendElements() - Method in class twaver.chart.AbstractChart
 
getLegendElements() - Method in class twaver.chart.PieChart
 
getLegendFont() - Method in class twaver.chart.AbstractChart
Gets the font of the legnd pane.
getLegendFont() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the font of the legend.
getLegendLabel(Element) - Method in class twaver.chart.AbstractChart
Gets the label of a specified Element object, which is shown in the legendPane.
getLegendLabel(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the label of a specified Element object, which is shown in the legendPane.
getLegendLayout() - Method in class twaver.chart.AbstractChart
Gets the legendLayout of the legendPane.
getLegendOrientation() - Method in class twaver.chart.AbstractChart
Gets the orientation of the item label in the legendPane.
getLegendPane() - Method in class twaver.chart.AbstractChart
Gets the legend pane of this chart, the legendPane is the panel which show the text and icon of elements .
getLegendPosition() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the position of the legend.
getLegendSize() - Method in class twaver.web.svg.chart.AbstractSVGChart
Deprecated.
As of TWaver version 3.6 replaced by this.legendFont.getSize()
getLength(Shape) - Static method in class twaver.TWaverUtil
Gets the length of the shape.
getLimit() - Method in class twaver.AlarmModel
 
getLimit() - Method in class twaver.UndoRedoManager
Gets the max limit count for store undo/redo records.
getLimitBounds() - Method in class twaver.SpringLayouter
Gets the limit bounds for this spring layouter to limit the elements doing layout inside the specified bounds area.
getLine1() - Method in class twaver.TwoStraightOpt
 
getLine2() - Method in class twaver.TwoStraightOpt
 
getLineColor(Element, Bubble, Bubble) - Method in class twaver.chart.BubbleChart
Gets the color of the line.
getLineColor() - Method in class twaver.Segment
Get line color of this segment.
getLineColor(Element, Bubble, Bubble) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the color of the line.
getLineToolTip(Element, int) - Method in class twaver.chart.LineChart
Gets the tool tip of the line.
getLineType() - Method in class twaver.chart.BubbleChart
Gets the type of the line.
getLineType() - Method in class twaver.chart.LineChart
Gets the type of the line.
getLineType() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the type of the line.
getLineType() - Method in class twaver.web.svg.chart.SVGLineChart
Gets the type of the line.
getLink() - Method in class twaver.network.ui.LinkUI
Get the link object.
getLinkBlinkingColor() - Method in class twaver.Link
Gets the color when the link is blinking.
getLinkBundleAgentGenerator() - Method in class twaver.TDataBox
Gets default link bundle agent generator for this data box.
getLinkBundleAgentGenerator() - Static method in class twaver.TUIManager
Gets default link bundle agent generator.
getLinkBundleFilter() - Method in class twaver.TDataBox
Gets the link bundle filter for this data box.
getLinkBundleFilter() - Static method in class twaver.TUIManager
Gets the default link bundle filter for data box.
getLinkBundleID() - Method in class twaver.Link
Gets the link bundle id.
getLinkBundleIndex() - Method in class twaver.Link
Gets the bundle index when the link is bundled with other links.
getLinkBundleSize() - Method in class twaver.Link
Gets the total number of the link bundle this link located in.
getLinkClass() - Method in class twaver.network.inputhandler.CreateLinkInputHandler
 
getLinkColor() - Method in class twaver.Link
Gets the color of the link.
getLinkColor() - Method in class twaver.network.ui.LinkUI
Get the link color.
getLinkCornerType() - Method in class twaver.Link
Gets the link corner type.
getLinkCornerXRadius() - Method in class twaver.Link
Gets the link corner xradius.
getLinkCornerYRadius() - Method in class twaver.Link
Gets the link corner yradius.
getLinkExtend() - Method in class twaver.Link
Gets the extend of the link.
getLinkFlowingColor() - Method in class twaver.Link
Gets the color when the link is flowing.
getLinkFlowingWidth() - Method in class twaver.Link
Gets the flowing width of the link.
getLinkFromArrowColor() - Method in class twaver.Link
Gets the color of the link's from arrow.
getLinkFromArrowOutlineColor() - Method in class twaver.Link
Gets the outline color of the link's from arrow.
getLinkFromArrowStyle() - Method in class twaver.Link
Gets the link from arrow style.
getLinkFromArrowXOffset() - Method in class twaver.Link
Gets the link from arrow location a horizontal offset.
getLinkFromArrowYOffset() - Method in class twaver.Link
Gets the link from arrow location a vertical offset.
getLinkFromPosition() - Method in class twaver.Link
Gets the position where the link from appear on the element.
getLinkFromXOffset() - Method in class twaver.Link
Gets the link from location a horizontal offset.
getLinkFromYOffset() - Method in class twaver.Link
Gets the link from location a vertical offset.
getLinkHandlerPosition() - Method in class twaver.Link
Gets the position where the link handler appear on the element.
getLinkHandlerXOffset() - Method in class twaver.Link
Gets the link handler location a horizontal offset.
getLinkHandlerYOffset() - Method in class twaver.Link
Gets the link handler location a vertical offset.
getLinkLayouter() - Method in class twaver.network.TNetwork
Gets the link layouter object of this network.
getLinkOrthogonalDirection() - Method in class twaver.Link
Get the bend direction of the orthogonal path.
getLinkOutlineColor() - Method in class twaver.Link
Gets the outline color of the link.
getLinkOutlineWidth() - Method in class twaver.Link
Gets the outline width of the link.
getLinkPath(LinkUI) - Method in class twaver.network.layout.DefaultLinkLayouter
 
getLinkPath(LinkUI) - Method in class twaver.network.layout.FlexionLinkLayouter
Retrieve the link path.
getLinkPath(LinkUI) - Method in interface twaver.network.layout.LinkLayouter
Get specified link path.
getLinkPath(Link) - Method in class twaver.web.svg.network.SVGContext
Gets the generalpath of the link from the cache map
getLinkProportion() - Method in class twaver.Link
Gets the proportion of the link.
getLinkRepulsionFactor() - Method in class twaver.SpringLayouter
Gets the link repulsion factor for this spring layouter which will affect the balance distance between links.
getLinkSplitValue() - Method in class twaver.Link
Gets the split value of the link.
getLinkStyle() - Method in class twaver.Link
Gets the link style.
getLinkStyleFactory(String) - Static method in class twaver.TUIManager
Gets the LinkStyleFactory by link style type.
getLinkToArrowColor() - Method in class twaver.Link
Gets the color of the link's to arrow.
getLinkToArrowOutlineColor() - Method in class twaver.Link
Gets the outline color of the link's to arrow.
getLinkToArrowStyle() - Method in class twaver.Link
Gets the link to arrow style.
getLinkToArrowXOffset() - Method in class twaver.Link
Gets the link to arrow location a horizontal offset.
getLinkToArrowYOffset() - Method in class twaver.Link
Gets the link to arrow location a vertical offset.
getLinkToPosition() - Method in class twaver.Link
Gets the position where the link to appear on the element.
getLinkToXOffset() - Method in class twaver.Link
Gets the link to location a horizontal offset.
getLinkToYOffset() - Method in class twaver.Link
Gets the link to location a vertical offset.
getLinkType() - Method in class twaver.Link
Gets the type of this link.
getLinkWidth() - Method in class twaver.Link
Gets the width of the link.
getLinkWidth() - Method in class twaver.network.ui.LinkUI
Get the link width.
getList() - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
getList(String) - Static method in class twaver.TUIManager
Gets a default list value by a property key name.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class twaver.combobox.TComboBoxRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class twaver.list.TListCellRenderer
 
getLoadedTreeNodeByElement(Element) - Method in class twaver.tree.TTree
Get loaded tree node by given element.
getLocale() - Static method in class twaver.TWaverUtil
Gets the current TWaver locale setting.
getLocation() - Method in class twaver.BaseElement
Gets this element's current location.
getLocation() - Method in class twaver.BTSAntenna
Gets this element's current location.
getLocation() - Method in class twaver.Dummy
Dummy is no location.
getLocation() - Method in interface twaver.Element
Gets this element's current location.
getLocation() - Method in class twaver.Group
Gets this element's current location.
getLocation() - Method in class twaver.Link
Return null.
getLocation() - Method in class twaver.network.ui.AlarmAttachment
Get the attachment's location.
getLocation() - Method in interface twaver.network.ui.Attachment
return this attachment object location for this element.
getLocation() - Method in class twaver.network.ui.ComponentAttachment
 
getLocation() - Method in class twaver.network.ui.GroupHandlerAttachment
Get the attachement paint location for specified element.
getLocation() - Method in class twaver.network.ui.IconAttachment
 
getLocation() - Method in class twaver.network.ui.LabelAttachment
Get the attachement paint location for specified element.
getLogicalBounds(Rectangle) - Method in class twaver.network.TNetwork
Gets logical rectangle by given physical rectangle.
getLogicalCenterPoint() - Method in class twaver.network.TNetwork
Gets logical center point for current network canvas.
getLogicalPoint(Point) - Method in class twaver.network.TNetwork
Gets logical point by given phsical point.
getLogicalSize() - Method in class twaver.network.TNetwork
Gets network logical size.
getLongitude() - Method in class twaver.GeoCoordinate
Gets the longitude.
getLoopLinks() - Method in class twaver.Node
Gets all loop links whose from node and to node both point to this same node.
getLowerLimit() - Method in class twaver.chart.AbstractChart
Gets the lower limit of the chart panel, the lowerLimit is the minimal scale of the y-axis
getLowerLimit() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the lower limit of the chart panel, the lowerLimit is the minimal scale of the y-axis
getMagnifier() - Method in class twaver.network.TNetwork
Gets the magnifier of this network .
getMagnifierMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the magnifier mode.
getMainPanel() - Method in class twaver.table.editor.ActionTableCellEditor
 
getMap(String) - Static method in class twaver.TUIManager
Gets a default map value by a property key name.
getMarkerPosition(Element) - Method in class twaver.chart.PercentChart
 
getMarkerPosition() - Method in class twaver.chart.PercentChart
Gets the marker position.
getMarkerPosition(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
 
getMarkerPosition() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the marker position.
getMarkers() - Method in class twaver.chart.AbstractScaleChart
Gets the list of the markers.
getMarkers() - Method in class twaver.chart.AbstractXYScaleChart
Gets the list of the markers.
getMarkers() - Method in class twaver.chart.DialChart
Gets the markers of this chart.
getMarkers() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the markers of this chart.
getMarkerSize(Marker, int, int) - Method in class twaver.chart.PercentChart
Gets the size of the marker.
getMarkerSize(Marker, int, int) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the size of the marker.
getMarkerStartPosition() - Method in class twaver.chart.PercentChart
Gets the start position of the marker.
getMarkerStartPosition() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the start position of the marker.
getMax(Element) - Method in class twaver.chart.AbstractChart
Gets the maximal of a specified Element object.
getMax(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the maximal of a specified Element object.
getMaximumSize() - Method in class twaver.swing.RotatableLabel
 
getMaxPackHeight() - Method in class twaver.ElementAttribute
Gets the maximal cell height for packing table rows.
getMaxPackHeight() - Method in class twaver.table.TTableColumn
Gets the maximal cell height for packing table rows.
getMaxPackWidth() - Method in class twaver.ElementAttribute
Gets the maximum with value for packing.
getMaxPackWidth() - Method in class twaver.table.TTableColumn
Gets the maximum with value for packing.
getMaxValue() - Method in class twaver.chart.DialChart
Gets the maximal value of this chart.
getMaxValue() - Method in class twaver.chart.RadarAxis
 
getMaxValue() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the maximal value of this chart.
getMaxWidth() - Method in class twaver.ElementAttribute
Gets the max column width of this property.
getMaxZoom() - Method in class twaver.chart.AbstractChart
Gets the maximal zoom scale of the chartPane
getMaxZoom() - Method in class twaver.network.zoom.PhysicalZoomer
 
getMaxZoom() - Method in interface twaver.network.zoom.Zoomer
 
getMessageArc() - Method in class twaver.AbstractElement
Gets the arc of the message attachment of this element.
getMessageArc() - Method in interface twaver.Element
Gets the arc of the message attachment of this element.
getMessageAttachmentSVG(Element) - Method in class twaver.web.svg.network.SVGContext
 
getMessageBackground() - Method in class twaver.AbstractElement
Gets the background color of the message attachment of this element.
getMessageBackground() - Method in interface twaver.Element
Gets the background color of the message attachment of this element.
getMessageBorderColor() - Method in class twaver.AbstractElement
Gets the border color of the message attachment of this element.
getMessageBorderColor() - Method in interface twaver.Element
Gets the border color of the message attachment of this element.
getMessageBorderStroke() - Method in class twaver.AbstractElement
Gets the border stroke of the message attachment of this element.
getMessageBorderStroke() - Method in interface twaver.Element
Gets the border stroke of the message attachment of this element.
getMessageComponent() - Method in class twaver.AbstractElement
Gets the component type of the message attachment of this element.
getMessageComponent() - Method in interface twaver.Element
Gets the component type of the message attachment of this element.
getMessageContent() - Method in class twaver.AbstractElement
Gets the content of the message attachment of this element.
getMessageContent() - Method in interface twaver.Element
Gets the content of the message attachment of this element.
getMessageContent() - Method in class twaver.network.ui.MessageAttachment
 
getMessageContent(Element) - Method in class twaver.web.svg.network.TSVGNetwork
 
getMessageContentGenerator() - Method in class twaver.network.TNetwork
Gets the message content generator for this network.
getMessageContentGenerator() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the message content generator for this network.
getMessageDirection() - Method in class twaver.AbstractElement
Gets the direction of the message attachment of this element.
getMessageDirection() - Method in interface twaver.Element
Gets the direction of the message attachment of this element.
getMessageFont() - Method in class twaver.AbstractElement
Gets the font of the message attachment of this element.
getMessageFont() - Method in interface twaver.Element
Gets the font of the message attachment of this element.
getMessageForeground() - Method in class twaver.AbstractElement
Gets the foreground color of the message attachment of this element.
getMessageForeground() - Method in interface twaver.Element
Gets the foreground color of the message attachment of this element.
getMessageGradientColor() - Method in class twaver.AbstractElement
 
getMessageGradientFactory() - Method in class twaver.AbstractElement
 
getMessageHeight() - Method in class twaver.AbstractElement
Gets the height of the message attachment of this element.
getMessageHeight() - Method in interface twaver.Element
Gets the height of the message attachment of this element.
getMessageMinimizedIcon() - Method in class twaver.AbstractElement
Gets the icon url of the message attachment of this element when the message attachment is minimized.
getMessageMinimizedIcon() - Method in interface twaver.Element
Gets the icon url of the message attachment of this element when the message attachment is minimized.
getMessagePosition() - Method in class twaver.AbstractElement
Gets the position of the message attachment of this element.
getMessagePosition() - Method in interface twaver.Element
Gets the position of the message attachment of this element.
getMessageShadowColor() - Method in class twaver.AbstractElement
Gets the shadow color of the message attachment of this element.
getMessageShadowColor() - Method in interface twaver.Element
Gets the shadow color of the message attachment of this element.
getMessageStyle() - Method in class twaver.AbstractElement
Gets the style of the message attachment of this element.
getMessageStyle() - Method in interface twaver.Element
Gets the style of the message attachment of this element.
getMessageTail() - Method in class twaver.AbstractElement
Gets the tail length of the message attachment of this element.
getMessageTail() - Method in interface twaver.Element
Gets the tail length of the message attachment of this element.
getMessageWidth() - Method in class twaver.AbstractElement
Gets the width of the message attachment of this element.
getMessageWidth() - Method in interface twaver.Element
Gets the width of the message attachment of this element.
getMessageXGap() - Method in class twaver.AbstractElement
Gets the horizontal gap of the message attachment of this element.
getMessageXGap() - Method in interface twaver.Element
Gets the horizontal gap of the message attachment of this element.
getMessageXOffset() - Method in class twaver.AbstractElement
Gets the horizontal offset of the message attachment of this element.
getMessageXOffset() - Method in interface twaver.Element
Gets the horizontal offset of the message attachment of this element.
getMessageYGap() - Method in class twaver.AbstractElement
Gets the vertical gap of the message attachment of this element.
getMessageYGap() - Method in interface twaver.Element
Gets the vertical gap of the message attachment of this element.
getMessageYOffset() - Method in class twaver.AbstractElement
Gets the vertical offset of the message attachment of this element.
getMessageYOffset() - Method in interface twaver.Element
Gets the vertical offset of the message attachment of this element.
getMin(Element) - Method in class twaver.chart.AbstractChart
Gets the minimal value of a specified Element object.
getMin(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the minimal value of a specified Element object.
getMinBackgroundSize() - Method in class twaver.web.svg.network.SVGContext
Gets the minimum background's size
getMinimizedIcon() - Method in class twaver.network.ui.ComponentAttachment
 
getMinimizedIconURL() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getMinimumSize() - Method in class twaver.swing.RotatableLabel
 
getMinInterval() - Method in class twaver.TaskScheduler
Get the minimum interval of this task scheduler in millisecond.
getMinLayoutXOffset() - Method in class twaver.network.TNetwork
 
getMinLayoutYOffset() - Method in class twaver.network.TNetwork
 
getMinPackHeight() - Method in class twaver.ElementAttribute
Gets the minimal cell height for packing table rows.
getMinPackHeight() - Method in class twaver.table.TTableColumn
Gets the minimal cell height for packing table rows.
getMinPackWidth() - Method in class twaver.ElementAttribute
Gets the minimum with value for packing.
getMinPackWidth() - Method in class twaver.table.TTableColumn
Gets the minimum with value for packing.
getMinValue() - Method in class twaver.chart.DialChart
Gets the minimal value of this chart.
getMinValue() - Method in class twaver.chart.RadarAxis
 
getMinValue() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the minimal value of this chart.
getMinWidth() - Method in class twaver.ElementAttribute
Gets the minimum column width of this property.
getMinZoom() - Method in class twaver.chart.AbstractChart
Gets the minimal zoom scale of the chartPane
getMinZoom() - Method in class twaver.network.zoom.PhysicalZoomer
 
getMinZoom() - Method in interface twaver.network.zoom.Zoomer
 
getMode() - Method in class twaver.table.TPropertySheet
Get property sheet displaying mode, the mode value is used to tells the property sheet show properties with categories, or show properties no categories.
getMode() - Method in class twaver.web.TWebPropertySheet
Get property websheet displaying mode, the mode value is used to tells the property sheet show properties with categories, or show properties no categories.
getMouseCurrentPoint() - Method in class twaver.network.inputhandler.RectangleInputHandler
 
getMouseEvent() - Method in class twaver.MouseActionEvent
Get the mouse event.
getMouseEvent() - Method in class twaver.network.InteractionEvent
Get mouse event.
getMouseEvent() - Method in class twaver.table.PropertySheetEvent
Gets the mouse event.
getMousePoint() - Method in class twaver.MouseActionEvent
Get the mouse point.
getMousePressedPoint() - Method in class twaver.network.inputhandler.RectangleInputHandler
 
getMovableFilter() - Method in class twaver.SpringLayouter
Gets the movable filter for this spring layouter, the movable filter makes some elements fix in original location when doing layout.
getMovableFilters() - Method in class twaver.network.TNetwork
Gets all movable filters of this network.
getMovableFilters() - Method in class twaver.web.svg.network.TSVGNetwork
Gets all movable filters of this network.
getMoveSpeed() - Method in class twaver.network.CloudLayouter
 
getName() - Method in class twaver.AbstractElement
Gets element name.
getName() - Method in class twaver.AlarmSeverity
Get the name of this alarm severity.
getName() - Method in class twaver.base.enumerable.AbstractEnumerable
Get the enumerable name
getName() - Method in class twaver.base.enumerable.DefaultEnumerable
Get the enumerable name
getName() - Method in interface twaver.base.enumerable.Enumerable
Get the name of this enumeration.
getName() - Method in class twaver.DataBoxContext
Gets the name string.
getName() - Method in interface twaver.Element
Gets element name.
getName() - Method in class twaver.ElementAttribute
Gets the property name.
getName() - Method in class twaver.Layer
Gets the name of this layer.
getName() - Method in class twaver.network.ui.AbstractAttachment
 
getName() - Method in interface twaver.network.ui.Attachment
Gets the name of this attachment.
getName() - Method in class twaver.network.ui.ComponentAttachment
 
getName() - Method in class twaver.network.ui.IconAttachment
 
getName() - Method in class twaver.table.Category
Get category name
getName() - Method in class twaver.table.TTableColumn
Get column name.
getName() - Method in class twaver.TDataBox
Gets the name for this databox.
getName() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getName() - Method in class twaver.web.table.TWebTableColumn
Get column name.
getNetwork() - Method in class twaver.animate.AnimateSubNetwork
 
getNetwork() - Method in class twaver.network.CloudLayouter
 
getNetwork() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
Return the network be listened.
getNetwork() - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
getNetwork() - Method in class twaver.network.inputhandler.InteractionInputHandler
Return the network be listened.
getNetwork() - Method in class twaver.network.inputhandler.PopupMenuInputHandler
Return the network be listened.
getNetwork() - Method in class twaver.network.inputhandler.RectangleInputHandler
 
getNetwork() - Method in class twaver.network.inputhandler.SelectionInputHandler
Return the network be listened.
getNetwork() - Method in class twaver.network.NetworkElementRenderer
Get the network component this renderer belong to.
getNetwork() - Method in class twaver.network.NetworkPrinter
get the network component.
getNetwork() - Method in class twaver.network.OverviewPane
Get displayed network component for this overview.
getNetwork() - Method in class twaver.network.toolbar.BaseNetworkButton
 
getNetwork() - Method in class twaver.network.toolbar.BaseNetworkToggleButton
 
getNetwork() - Method in class twaver.network.ui.AbstractElementUI
Obtains the network component this UI displayed on.
getNetwork() - Method in interface twaver.network.ui.ElementUI
Get which network component this ui painting for.
getNetwork() - Method in class twaver.network.zoom.PhysicalZoomer
Get the network component this zoomer working for.
getNetwork() - Method in interface twaver.network.zoom.Zoomer
Get the zooming network component.
getNetwork() - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
getNetwork() - Method in interface twaver.web.svg.network.ui.ElementSVGUI
Get which network component this ui painting for.
getNetwork() - Method in interface twaver.web.svg.network.ui.SVGAttachment
 
getNetwork() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getNetworkBackground() - Method in class twaver.network.TNetwork
Gets the network background object.
getNetworkBackground() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the network background object.
getNetworkViewPortSize(SVGContext) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
getNetworkViewPortSize(SVGContext) - Method in class twaver.web.svg.network.TSVGNetwork
 
getNewAlarmCount() - Method in class twaver.AlarmState
Returns the number of all new alarms, all alarm severities included.
getNewAlarmCount(AlarmSeverity) - Method in class twaver.AlarmState
Returns the total number of all new alarms of the given severity.
getNewAlarmCount() - Method in class twaver.AlarmStateStatistics
Gets the new alarm count of elements in connected data box.
getNewAlarmCount(AlarmSeverity) - Method in class twaver.AlarmStateStatistics
Get new alarm count for specified alarm severity.
getNewBounds(Cursor, Point) - Method in class twaver.network.ui.EditableBorderUI
Get the new bounds when user dragging mouse to the specified point with this cursor.
getNewValue() - Method in class twaver.table.TTableModelEvent
Get new cell value for cell update
getNextCustomDefinitionID() - Static method in class twaver.web.WebUtil
Gets the next custom definition id for svg path element.
getNextOID() - Method in class twaver.table.TTableModel
Create the next OID object.
getNickName() - Method in class twaver.AlarmSeverity
Get the nickname of this alarm severity.
getNode() - Method in class twaver.network.ui.NodeUI
Get the node element.
getNodeRepulsionFactor() - Method in class twaver.SpringLayouter
Gets the node repulsion factor for this spring layouter which will affect the balance distance between nodes.
getNonClearedRandomSeverity() - Static method in class twaver.AlarmSeverity
Get a random alarm severity, not include AlarmSeverity.CLEARED.
getNumberFormat(String) - Static method in class twaver.TUIManager
Gets a default number format value by a property key name.
getNumColumn() - Method in class twaver.swing.TableLayout
Gets the number of columns in this layout.
getNumRow() - Method in class twaver.swing.TableLayout
Gets the number of rows in this layout.
getOIDColumn() - Method in class twaver.table.TTable
Gets the internal OID column.
getOIDColumn() - Method in class twaver.table.TTableModel
Get internal OID column.
getOldValue() - Method in class twaver.table.TTableModelEvent
Get old cell value for cell update
getOrderSegments() - Method in class twaver.PolyLine
Get the segments orderly, that is, the segments ordered from first branch to last branch.
getOrientation() - Method in class twaver.chart.LabelStruct
 
getOrientation() - Method in class twaver.swing.RotatableLabel
 
getOrthogonalPoint() - Method in class twaver.network.ui.LinkUI
 
getOutcrop() - Method in class twaver.network.ui.GroupUI
 
getOuterBounds(Node) - Method in class twaver.network.layout.FlexionLinkLayouter
Get the outer bounds of the specified node.
getOutGNodeID() - Method in class twaver.web.svg.network.SVGContext
 
getOutlineColor() - Method in class twaver.chart.PercentChart
Gets the color of the outline.
getOutlineColor() - Method in class twaver.network.ui.AlarmAttachment
 
getOutlineColor() - Method in class twaver.network.ui.LinkUI
Get the color of link outline.
getOutlineColor() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the color of the outline.
getOutlineWidth() - Method in class twaver.network.ui.LinkUI
Get the outline width.
getOutputStream() - Method in class twaver.DataBoxOutputSetting
Gets the output stream for output xml data.
getOverlappingEntry() - Method in class twaver.swing.TableLayout
Gets a list of overlapping components and their constraints.
getOverviewPane() - Method in class twaver.network.Overview
Get the parent panel of overview.
getPadding() - Method in class twaver.Grid
 
getPageFormat() - Method in class twaver.network.NetworkPrinter
Get the page format.
getPageIndex(Element) - Method in class twaver.table.TElementTable
Gets the page index of the specified element.
getPageIndex(Vector) - Method in class twaver.table.TTableModel
Get which published page it located for a raw table row.
getPageRowSize() - Method in class twaver.table.AbstractPageTableModel
Get row size of each page.
getPageRowSize() - Method in interface twaver.table.TablePaging
Get row size of each page.
getPageTotalCount() - Method in class twaver.table.AbstractPageTableModel
Return how many pages you have totally.
getPageTotalCount() - Method in interface twaver.table.TablePaging
Return how many pages you have totally.
getPaintAttachmentFilter() - Method in class twaver.network.OverviewPane
 
getPaintAttachmentFilter() - Method in class twaver.network.TNetwork
 
getPaintBodyColor(Color) - Method in class twaver.network.ui.AbstractElementUI
 
getPaintBodyColor(Color) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the print body color of the element by the natural body color.
getPaintElementIterator() - Method in class twaver.network.TNetwork
Internal use only
getPaintSelectionStateFilter() - Method in class twaver.chart.BarChart
 
getPaintSelectionStateFilter() - Method in class twaver.network.TNetwork
Gets the paint selection state filter for this network.
getPaintSelectionStateFilter() - Method in class twaver.tree.TTree
Get selection state paint filter.
getPaintState() - Method in class twaver.network.TNetwork
 
getPanelBackground() - Static method in class twaver.TUIManager
Gets the default background color for JPanel components.
getPanMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the pan mode.
getParallelLinkGap() - Method in class twaver.network.TNetwork
Gets the parallel link gap.
getParallelLinkGap() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the parallel link gap.
getParallelLinkOffset() - Method in class twaver.network.TNetwork
Gets the parallel link offset
getParallelLinkOffset() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the parallel link offset
getParam(Object) - Method in class twaver.ElementAttribute
Gets additional parameter by specified key.
getParams() - Method in class twaver.ElementAttribute
Gets the additional parameters of this properties.
getParent() - Method in class twaver.AbstractElement
Gets element parent.
getParent() - Method in class twaver.DataBoxEvent
get parent element of the event related element.
getParent() - Method in interface twaver.Element
Gets element parent.
getPasteOffset() - Static method in class twaver.TWaverUtil
Gets the offset for every pasted element.
getPath() - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
getPath() - Method in class twaver.network.ui.LinkUI
Get the link ui's backbone path.
getPath() - Method in class twaver.network.ui.PolyLineUI
 
getPath() - Method in class twaver.network.ui.ShapeLinkUI
 
getPath() - Method in class twaver.network.ui.WireUI
 
getPath() - Method in class twaver.ShapeNode
 
getPercentColor(Element) - Method in class twaver.chart.PercentChart
Gets the color of an explicit element.
getPercentColor(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the color of an explicit element.
getPercentFormatedText(Element, double, int, double) - Method in class twaver.chart.BarChart
 
getPercentFormatedText(Element, double, int, double) - Method in class twaver.web.svg.chart.SVGBarChart
 
getPercentGap() - Method in class twaver.chart.PercentChart
Gets the gap of the percent chart.
getPercentGap() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the gap of the percent chart.
getPercentLabel(Element) - Method in class twaver.chart.PercentChart
Gets the label text of an explicit element.
getPercentLabel(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the label text of an explicit element.
getPercentLabelColor() - Method in class twaver.chart.PercentChart
Gets the label color of the percent chart.
getPercentLabelColor() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the label color of the percent chart.
getPercentLabelFont() - Method in class twaver.chart.PercentChart
Gets the label font of the percent chart.
getPercentLabelFont() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the label font of the percent chart.
getPercentType() - Method in class twaver.chart.PercentChart
Gets the type of the percent chart.
getPercentType() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the type of the percent chart.
getPhysicalBounds(Rectangle) - Method in class twaver.network.TNetwork
Gets physical rectangle by given logical rectangle.
getPhysicalCenterPoint() - Method in class twaver.network.TNetwork
Gets physical center point for current network canvas.
getPhysicalPoint(Point) - Method in class twaver.network.TNetwork
Gets physical point by given logical point.
getPieButton() - Method in class twaver.table.TAlarmOverview
Gets the pie button.
getPieChart() - Method in class twaver.table.TAlarmOverview
Gets the pie chart.
getPieChart() - Method in class twaver.web.svg.TSVGAlarmOverview
 
getPillarWidth() - Method in class twaver.chart.BarChart
Gets the width of the pillar.
getPixelFilter() - Static method in class twaver.TWaverUtil
 
getPoint(int) - Method in class twaver.ShapeLink
Gets the control point at the specified position index.
getPoint(int) - Method in class twaver.ShapeNode
Gets the control point at the specified index.
getPoint1() - Method in class twaver.IntersectionPoint
 
getPoint2() - Method in class twaver.IntersectionPoint
 
getPoint3() - Method in class twaver.IntersectionPoint
 
getPointIndex(Point) - Method in class twaver.network.ui.ShapeLinkBorderUI
 
getPointIndex(Point2D) - Method in class twaver.network.ui.ShapeNodeBorderUI
 
getPointPosition(Point2D) - Method in class twaver.StraightLine
点与线段关系
getPoints() - Method in class twaver.ShapeLink
Get all control points
getPoints() - Method in class twaver.ShapeNode
Get all control points
getPolyLine() - Method in class twaver.Branch
Gets the PolyLine object of this branch.
getPolyLine() - Method in class twaver.Segment
Get the parent poly line object of this segment.
getPolyOutlineColor() - Method in class twaver.PolySubNetwork
Gets the outline color of this poly subnetwork.
getPolyOutlineWidth() - Method in class twaver.PolySubNetwork
Gets the outline width of this poly subnetwork.
getPolySubNetwork() - Method in class twaver.network.ui.PolySubNetworkUI
 
getPopupMenu() - Method in class twaver.network.OverviewPane
Overrides to pop up custom menu
getPopupMenu(DataBoxSelectionModel, Point) - Method in interface twaver.PopupMenuFactory
Get a JPopupMenu which associated with given selection elements.
getPopupMenu() - Method in class twaver.swing.TDropDownSelector
 
getPopupMenu(TTable, MouseEvent) - Method in interface twaver.table.TTablePopupMenuFactory
Create popup menu for this TWaver table when a right click mouse event occur.
getPopupMenuFactory() - Method in class twaver.network.TNetwork
Gets this network popup menu factory.
getPopupMenuFactory() - Method in class twaver.tree.TTree
Get popup menu factory for tree.
getPopupMenuGenerator() - Method in class twaver.chart.AbstractChart
Get popup menu generator of the chart panel.
getPopupMenuGenerator() - Method in class twaver.list.TList
Get popup menu generator for list.
getPopupMenuGenerator() - Method in class twaver.network.TNetwork
Gets popup menu generator for network canvas.
getPopupMenuGenerator() - Method in class twaver.table.TElementTable
Gets the popup menu generator for this table.
getPopupMenuGenerator() - Method in class twaver.tree.TTree
Get popup menu generator for tree.
getPopupMenuGenerator(String) - Static method in class twaver.TUIManager
Gets a default popup menu factory value by a property key name.
getPosition() - Method in class twaver.chart.LabelStruct
 
getPosition() - Method in class twaver.network.ui.ComponentAttachment
 
getPosition() - Method in class twaver.network.ui.IconAttachment
 
getPosition() - Method in class twaver.UndoRedoManager
Gets the current position of undo/redo records.
getPosition() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getPower() - Method in class twaver.BTSAntenna
Gets the power value that will determine this size of this antenna in network canvas.
getPredefinedClientPropertyKeys() - Static method in class twaver.TUIManager
Returns all keys for defined client property defaults.
getPredefinedJavabeanNames() - Static method in class twaver.TUIManager
Returns a Iterator for all predefined javabean name.
getPredefinedProperties() - Static method in class twaver.Alarm
Returns an iterator over the all predefined properties.
getPreferredSize() - Method in class twaver.swing.RotatableLabel
 
getPrinter() - Method in class twaver.network.TNetwork
Gets network printer.
getProbableCause() - Method in class twaver.Alarm
The probable cause of the alarm.
getPropagateSeverity() - Method in class twaver.AlarmState
Gets the propagate alarm severity.
getPropertyChangeEvent() - Method in class twaver.table.PropertySheetEvent
Gets the property change event.
getPropertyChangeSupport() - Method in class twaver.AbstractElement
Gets the PropertyChangeSupport object which manage all property change listeners registered on this element.
getPropertyChangeSupport() - Method in class twaver.Alarm
Get property change support object.
getPropertyChangeSupport() - Method in class twaver.AlarmStateStatistics
 
getPropertyChangeSupport() - Method in class twaver.Branch
Get the PropertyChangeSupport object of this branch.
getPropertyChangeSupport() - Method in interface twaver.Element
Gets the PropertyChangeSupport object which manage all property change listeners registered on this element.
getPropertyChangeSupport() - Method in class twaver.Layer
Get property change support object.
getPropertyChangeSupport() - Method in class twaver.Segment
Get the JavaBean support object.
getPropertyChangeSupport() - Method in class twaver.TDataBox
Gets the PropertyChangeSupport instance comes with this databox.
getPropertyDescriptor() - Method in class twaver.table.TTableColumn
Gets the TPropertyDescriptor object connected with this column.
getPropertyDescriptor() - Method in class twaver.web.table.TWebTableColumn
Gets the TPropertyDescriptor object connected with this column.
getPropertyDescriptorByPropertyName(String) - Method in class twaver.table.TPropertySheet
Get property descriptor by property name.
getPropertyDescriptorByRowIndex(int) - Method in class twaver.table.TPropertySheet
Get property descriptor by property sheet row index.
getPropertyDescriptorsByCategoryName(String) - Method in class twaver.table.TPropertySheet
Gets a list contains all TPropertyDescriptor objects by the category name.
getPropertyDisplayName(List, TPropertyDescriptor) - Method in class twaver.table.TPropertySheet
Rewrite this method to customize property display name.
getPropertyDistinctLevel() - Method in class twaver.table.TPropertySheet
Gets the property distinct level.
getPropertyDistinctLevel() - Method in class twaver.web.TWebPropertySheet
Gets the property distinct level.
getPropertyName() - Method in class twaver.AbstractPropertyPropagator
Return the property name that the propagator is interested
getPropertyName() - Method in interface twaver.PropertyPropagator
Return the property name that the propagator is interested,
getPropertyName(PropertyChangeEvent) - Static method in class twaver.TWaverUtil
Digs out property name from the given property change event.
getPropertyNameRenderer() - Method in class twaver.table.TPropertySheet
Get table cell renderer for property name column.
getPropertySheet() - Method in class twaver.table.TPropertySheetPane
Get property sheet of this panel.
getPropertySheetModel() - Method in class twaver.table.TPropertySheet
Get property sheet model.
getPropertySortingComparator() - Method in class twaver.table.TPropertySheet
Gets the comparator used for sorting properties.
getPropertySortingComparator() - Method in class twaver.web.TWebPropertySheet
Gets the comparator used for sorting properties.
getPropertyValue(TPropertyDescriptor) - Method in class twaver.AbstractElement
Gets the value of the given property of this element.
getPropertyValue(Element) - Method in class twaver.animate.AnimateCenterLocation
 
getPropertyValue(Element) - Method in class twaver.animate.AnimateLocation
 
getPropertyValue(Element) - Method in class twaver.animate.AnimateProperty
 
getPropertyValue(Element) - Method in class twaver.animate.AnimateResize
 
getPropertyValue(TPropertyDescriptor) - Method in interface twaver.Element
Gets the value of the given property of this element.
getProportion() - Method in class twaver.network.ui.LinkUI
 
getProposedRepairAction() - Method in class twaver.Alarm
The proposed repair actions.
getPublishedAlarms() - Method in class twaver.table.TAlarmTable
Gets all published alarms.
getPublishedColumn(int) - Method in class twaver.table.TTableModel
Get published column by column index.
getPublishedColumn() - Method in class twaver.table.TTableModel
Get all published columns.
getPublishedData() - Method in class twaver.table.TTableModel
Get the published table data.
getPublishedData() - Method in class twaver.web.table.TWebTable
 
getPublishedData(int) - Method in class twaver.web.table.TWebTable
 
getPublishedElements() - Method in class twaver.chart.AbstractChart
Gets the published element list
getPublishedElements() - Method in class twaver.table.TElementTable
Gets all published elements.
getRadarFillColor() - Method in class twaver.chart.RadarChart
Gets the fill color of the radar.
getRadarFillColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the fill color of the radar.
getRadarFillGradientColor() - Method in class twaver.chart.RadarChart
Gets the gradient fill color of the radar.
getRadarFillGradientColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the gradient fill color of the radar.
getRadarFillGradientFactory() - Method in class twaver.chart.RadarChart
Gets the gradient factory of the fill color.
getRadarFillGradientFactory() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the gradient factory of the fill color.
getRaisedTime() - Method in class twaver.Alarm
Date when the alarm was raised.
getRandomAlphaColor() - Static method in class twaver.TWaverUtil
Create random color with a random alpha value
getRandomBool() - Static method in class twaver.TWaverUtil
Get a random boolean value.
getRandomBoolean() - Static method in class twaver.TWaverUtil
Create a random Boolean object
getRandomColor() - Static method in class twaver.TWaverUtil
Create a random color.
getRandomDouble() - Static method in class twaver.TWaverUtil
Create a random double number.
getRandomElement() - Method in class twaver.TDataBox
Gets a random element from this box.
getRandomFloat() - Static method in class twaver.TWaverUtil
Get a random float number.
getRandomGaussian() - Static method in class twaver.TWaverUtil
Get random gaussion
getRandomInt(int) - Static method in class twaver.TWaverUtil
Create a random integer number.
getRandomLong() - Static method in class twaver.TWaverUtil
Get a random long number.
getRandomNonClearedSeverity() - Static method in class twaver.TWaverUtil
Get a random alarm severity, not include AlarmSeverity.CLEARED.
getRandomPoint(int) - Static method in class twaver.TWaverUtil
 
getRandomSeverity() - Static method in class twaver.AlarmSeverity
Generate a random alarm severity.
getRandomSeverity() - Static method in class twaver.TWaverUtil
Generate a random alarm severity.
getRawColumn() - Method in class twaver.table.TTableModel
Get all raw columns.
getRawColumnIndexByName(String) - Method in class twaver.table.TTableModel
Get raw column index by column name.
getRawData() - Method in class twaver.table.TTableModel
Get the table raw data.
getReadMethod() - Method in class twaver.ElementAttribute
Gets the read method name which used to read the property value.
getReadMethod() - Method in class twaver.table.TTableColumn
Get read method used to get the bound property's value
getReadMethod() - Method in interface twaver.TPropertyDescriptor
Get read method for the bound property.
getReadMethod() - Method in class twaver.web.table.TWebTableColumn
Get read method used to get the bound property's value
getRectangle() - Method in class twaver.chart.Pillar
 
getRectangle(Point, Point) - Static method in class twaver.TWaverUtil
Get a rectangle between p1 and p2
getRectangle(List) - Static method in class twaver.TWaverUtil
Gets a rectangle object that contains all points in the specified list.
getRectStringBuffer(SVGContext, String, Rectangle, Object, Object, Object, float) - Static method in class twaver.web.WebUtil
 
getRegisteredToolbarNames() - Static method in class twaver.network.NetworkToolBarFactory
Get an iterator for all registered toolbar names.
getReloadOnDataBoxChanged() - Method in class twaver.network.CloudLayouter
 
getRenderAlpha() - Method in class twaver.AbstractElement
Gets the render alpha value of this element.
getRenderAlpha() - Method in interface twaver.Element
Gets the render alpha value of this element.
getRenderAlpha() - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the renderer alpha of the element.
getRenderColor() - Method in class twaver.AbstractElement
Gets the render color of this element.
getRenderColor() - Method in interface twaver.Element
Gets the render color of this element.
getRenderer() - Method in class twaver.ElementAttribute
Gets the table cell renderer for this property.
getRenderer() - Method in class twaver.list.TList
Gets the cell renderer of this list.
getRenderer() - Method in class twaver.network.TNetwork
Gets the element renderer of this network.
getRenderer() - Method in class twaver.network.ui.LabelAttachment
 
getRenderer() - Method in class twaver.swing.TDropDownSelector
 
getRenderer() - Method in class twaver.table.editor.ActionTableCellEditor
 
getRenderer() - Method in class twaver.table.TTableColumn
Get column cell renderer.
getRendererClass() - Method in class twaver.ElementAttribute
Gets the class name of this property renderer.
getResizableFilter() - Method in class twaver.network.TNetwork
Gets the resizable filter of this network.
getResizableFilter() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the resizable filter of this network.
getResizingColumn() - Method in class twaver.table.ResizableTable
Gets the resizing column.
getResourceAgent() - Static method in class twaver.TWaverUtil
Gets resource agent class.
getResourceAgentURL() - Static method in class twaver.TWaverUtil
Get the url for resource agent
getRestHeight() - Method in class twaver.Grid
 
getRestoreButton() - Method in class twaver.swing.FullScreenSupport
 
getRestWidth() - Method in class twaver.Grid
 
getReturnValue() - Method in interface twaver.ElementReturnCallbackHandler
Gets the return value.
getRight() - Method in class twaver.chart.Pillar
 
getRight() - Method in class twaver.FloatInsets
Gets the inset from the right.
getRightColor() - Method in class twaver.chart.Pillar
 
getRingBorderColor() - Method in class twaver.chart.DialChart
Gets the ring border color of this chart.
getRingBorderColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the ring border color of this chart.
getRingBound() - Method in class twaver.chart.DialChart
Gets the ring bound.
getRingBound() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the ring bound.
getRingColor() - Method in class twaver.chart.DialChart
Gets the color of the ring of this chart.
getRingColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the color of the ring of this chart.
getRingFillColor() - Method in class twaver.chart.DialChart
Gets the fill color of this chart panel.
getRingFillColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the fill color of this chart panel.
getRingGradientColor() - Method in class twaver.chart.DialChart
Gets the gradient color of the ring.
getRingGradientColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the gradient color of the ring.
getRingGradientFactory() - Method in class twaver.chart.DialChart
Gets the gradient factory of the ring.
getRingGradientFactory() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the gradient factory of the ring.
getRingMajorColor() - Method in class twaver.chart.RadarChart
Gets the major ring color.
getRingMajorColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the major ring color.
getRingMajorStroke() - Method in class twaver.chart.RadarChart
Gets the major ring stroke.
getRingMajorStroke() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the major ring stroke.
getRingMinColor() - Method in class twaver.chart.RadarChart
Gets the color of the minimum ring.
getRingMinColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the color of the minimum ring.
getRingMinStroke() - Method in class twaver.chart.RadarChart
Gets the stroke of the minimum ring.
getRingMinStroke() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the stroke of the minimum ring.
getRingStroke() - Method in class twaver.chart.DialChart
Gets the stroke of the ring of this chart.
getRingStroke() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the stroke of the ring of this chart.
getRingStyle() - Method in class twaver.chart.RadarChart
Gets the style of the ring.
getRingStyle() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the style of the ring.
getRootElements() - Method in class twaver.TDataBox
Gets all elements whose parent is null.
getRootElementsReverse() - Method in class twaver.TDataBox
Gets all elements whose parent is null.
getRootNode() - Method in class twaver.tree.TTree
Get tree root node.
getRotatableShape() - Method in class twaver.RotatableNode
 
getRow() - Method in class twaver.swing.TableLayout
Gets the height of a single row in this layout.
getRow(int) - Method in class twaver.swing.TableLayout
Gets the sizes of a row in this layout.
getRow() - Method in class twaver.table.editor.ActionTableCellEditor
 
getRowCount() - Method in class twaver.Grid
 
getRowCount() - Method in class twaver.table.TTableModel
Gets current page row count
getRowData() - Method in class twaver.table.TTableModelEvent
Get event relevant table row data.
getRowData(TWebTableColumn[], Object) - Method in class twaver.web.table.TWebAlarmStatTable
 
getRowData(TWebTableColumn[], Object) - Method in class twaver.web.table.TWebTable
 
getRowDataByAlarmID(Object) - Method in class twaver.table.TAlarmTable
Get table row data via specified alarm id.
getRowDataByElement(Element) - Method in class twaver.table.TElementTable
Gets the row data by specified element.
getRowDataByElementID(Object) - Method in class twaver.table.TElementTable
Get table row data by element id.
getRowDataByRowIndex(int) - Method in class twaver.table.TTable
Gets row data of the specified row.
getRowDatasByAlarms(Collection) - Method in class twaver.table.TAlarmTable
Gets row data collection by alarm collection.
getRowDatasByElements(Collection) - Method in class twaver.table.TElementTable
Gets row data collection by element collection.
getRowIndex() - Method in class twaver.Grid
 
getRowIndex() - Method in class twaver.table.PropertySheetEvent
Gets the row index.
getRowIndex(Element) - Method in class twaver.table.TElementTable
Gets the row index of the specified element.
getRowIndex(Vector) - Method in class twaver.table.TTableModel
Get table row index via row data from the whole published data.
getRowIndexAtPage(Element) - Method in class twaver.table.TElementTable
Gets the row index at page by specified element.
getRowIndexAtPage(Vector) - Method in class twaver.table.TTableModel
Get table row index via row data from current page.
getRowIndexByElement(Element) - Method in class twaver.combobox.TComboBox
Gets the row of the specified element.
getRowIndexByElement(Element) - Method in class twaver.list.TList
Gets the row index of the specified element.
getRowIndexByElementAttribute(ElementAttribute) - Method in class twaver.table.TPropertySheet
 
getRowIndexByKey(String) - Method in class twaver.table.TPropertySheet
 
getRowPercents() - Method in class twaver.Grid
 
getRowRectangle(Grid, int) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
getRowSpan() - Method in class twaver.Grid
 
getScaleColor() - Method in class twaver.chart.DialChart
Gets the color of the scale of this chart.
getScaleColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the color of the scale of this chart.
getScaleLength() - Method in class twaver.chart.DialChart
Gets the length of the scale of the chart.
getScaleLength() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the length of the scale of the chart.
getScaleMajorCount() - Method in class twaver.chart.DialChart
Gets the major count of the scale of this chart.
getScaleMajorCount() - Method in class twaver.chart.RadarChart
Gets the count of the major scale.
getScaleMajorCount() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the major count of the scale of this chart.
getScaleMajorCount() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the count of the major scale.
getScaleMajorTextColor() - Method in class twaver.chart.RadarChart
Gets the text color of the major scale.
getScaleMajorTextColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the text color of the major scale.
getScaleMajorTextFont() - Method in class twaver.chart.RadarChart
Gets the text font of the major scale.
getScaleMajorTextFont() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the text font of the major scale.
getScaleMaxValue() - Method in class twaver.chart.RadarChart
Gets the maximal value of the scale.
getScaleMaxValue() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the maximal value of the scale.
getScaleMinCount() - Method in class twaver.chart.RadarChart
Gets the count of the minimum scale.
getScaleMinCount() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the count of the minimum scale.
getScaleMinorCount() - Method in class twaver.chart.DialChart
Gets the minor scale number of this chart.
getScaleMinorCount() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the minor scale number of this chart.
getScaleMinValue() - Method in class twaver.chart.RadarChart
Gets the minimum value of the scale.
getScaleMinValue() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the minimum value of the scale.
getScaleStroke() - Method in class twaver.chart.DialChart
Gets the stroke of the scale of this chart.
getScaleStroke() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the stroke of the scale of this chart.
getScaleStyle() - Method in class twaver.chart.DialChart
Gets the scale style of this chart.
getScaleStyle() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the scale style of this chart.
getScaleTextColor() - Method in class twaver.chart.DialChart
Gets the color of the scale text.
getScaleTextColor() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the color of the scale text.
getScaleTextFont() - Method in class twaver.chart.DialChart
Gets the font of the scale text of this chart.
getScaleTextFont() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the font of the scale text of this chart.
getScaleValueText(int, double, int) - Method in class twaver.chart.DialChart
Gets the scale value text
getScaleValueText(Object, int) - Method in class twaver.chart.RadarChart
Gets the scale value text.
getScaleValueText(int, double, int) - Method in class twaver.web.svg.chart.SVGDialChart
Gets the scale value text
getScaleValueText(Object, int) - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the scale value text.
getScrollableTracksViewportHeight() - Method in class twaver.table.TTable
If there are no rows in JTable, the height of the JTable is zero.
getScrollableTracksViewportWidth() - Method in class twaver.table.TTable
If there are no rows in JTable, the width of the JTable is zero.
getSearchField() - Method in class twaver.table.TPropertySheetPane
Get the search field component.
getSegmentCount() - Method in class twaver.chart.PercentChart
Gets the count of the segment.
getSegmentCount() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the count of the segment.
getSegmentLogicalAt(int, int) - Method in class twaver.network.ui.PolyLineUI
 
getSegmentPhysicalAt(int, int) - Method in class twaver.network.ui.PolyLineUI
 
getSegments() - Method in class twaver.Branch
Get all segments of this branch.
getSegments() - Method in class twaver.PolyLine
Get all segments of this polyline.
getSegments() - Method in class twaver.ShapeNode
Gets a list contains all segments.
getSegmentSectionProrate() - Method in class twaver.chart.PercentChart
Gets the prorate of the section in segment.
getSegmentSectionProrate() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the prorate of the section in segment.
getSelectableFilters() - Method in class twaver.chart.AbstractChart
Gets all selectable filters that added to this chart.
getSelectableFilters() - Method in class twaver.network.TNetwork
Gets all selectable filters that added to this network.
getSelectableFilters() - Method in class twaver.web.svg.network.TSVGNetwork
Gets all selectable filters that added to this network.
getSelectedColor() - Method in class twaver.chart.AbstractChart
Gets the color of selected element that is used to paint a selected border.
getSelectedColor(Element) - Method in class twaver.chart.AbstractChart
Gets the color of the specified Element object when it is selected.
getSelectedColor(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the color of the specified Element object when it is selected.
getSelectedElementLogicalAt(int, int) - Method in class twaver.network.TNetwork
Gets the first selected element at the logical position.
getSelectedElementPhysicalAt(Point) - Method in class twaver.network.TNetwork
Gets the first selected element at the given location.
getSelectedElementPhysicalAt(int, int) - Method in class twaver.network.TNetwork
Gets the first selected element at the given location.
getSelectedLineColor(Element, Bubble, Bubble) - Method in class twaver.chart.BubbleChart
Gets the color of the selected line.
getSelectedLineColor(Element, Bubble, Bubble) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the color of the selected line.
getSelectedOffset() - Method in class twaver.chart.AbstractChart
Gets the offset which is used to show selected chart item.
getSelectedOffset() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the offset which is used to show selected chart item.
getSelectedRows() - Method in class twaver.table.TTableModel
Get all selected table rows in a list.
getSelectedStroke(Element) - Method in class twaver.chart.AbstractChart
Gets the stroke of the specified Element object when the element is selected.
getSelectedStroke() - Method in class twaver.chart.AbstractChart
Gets the stroke text which is used to show selected chart item.
getSelectedStroke(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the stroke of the specified Element object when the element is selected.
getSelection() - Method in class twaver.table.TPropertySheet
Gets a iterator over all selected elements.
getSelection() - Method in class twaver.web.TWebPropertySheet
Gets a iterator over all selected elements.
getSelectionBounds() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
Gets current select bounds.
getSelectionBounds() - Method in class twaver.network.inputhandler.EagerMoveInputHandler
 
getSelectionBounds() - Method in class twaver.network.inputhandler.LazyMoveInputHandler
Gets current select bounds.
getSelectionChangedInterceptor() - Method in interface twaver.DataBoxSelectionModel
 
getSelectionMode() - Method in class twaver.network.TNetwork
Gets network selection mode.
getSelectionModel() - Method in class twaver.network.TNetwork
Gets network connected databox selection model.
getSelectionModel() - Method in class twaver.TDataBox
Gets the bound selection model object of this databox.
getSelector() - Method in class twaver.swing.TDropDownSelector
 
getSelectorSize() - Method in class twaver.swing.TDropDownSelector
 
getSeletableAttachementsArea() - Method in class twaver.network.ui.AbstractElementUI
Get all selectable attachments' area.
getSendToBottomFilter() - Method in class twaver.table.TElementTable
 
getSendToTopFilter() - Method in class twaver.network.TNetwork
Gets send-to-top filter on the network.
getSendToTopFilter() - Method in class twaver.table.TElementTable
 
getSeverityComparator() - Static method in class twaver.AlarmSeverity
Get the alarm severity comparator object
getSeverityList() - Method in class twaver.AlarmStateStatistics
Gets a list contains all alarm severities that are interested.
getShadowColor() - Method in class twaver.chart.PieChart
Gets the shadow color of this chart
getShadowColor() - Method in class twaver.network.ui.AlarmAttachment
Get shadow color.
getShadowColor() - Method in class twaver.network.ui.ComponentAttachment
 
getShadowColor() - Method in class twaver.web.svg.chart.SVGPieChart
Gets the shadow color of this chart
getShadowColor() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getShadowOffset() - Method in class twaver.chart.AbstractChart
Gets the offset of the shadow, the shadow is painted along x-axis and y-axis.
getShadowOffset() - Method in class twaver.network.ui.AlarmAttachment
Get shadow offset.
getShadowOffset() - Method in class twaver.network.ui.ComponentAttachment
 
getShadowOffset() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the offset of the shadow, the shadow is painted along x-axis and y-axis.
getShadowOffset() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getShadowShape() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getShape() - Method in class twaver.chart.Marker
Gets the shape style of the marker.
getShape() - Method in class twaver.Group
getShape() - Method in class twaver.network.Magnifier
 
getShape() - Method in class twaver.network.ui.AbstractAttachment
 
getShape() - Method in class twaver.network.ui.AlarmAttachment
Get the attachment's outline shape.
getShape() - Method in interface twaver.network.ui.Attachment
Get the shape of this attachment.
getShape() - Method in class twaver.network.ui.ComponentAttachment
 
getShape() - Method in class twaver.network.ui.DefaultBorderUI
 
getShape() - Method in class twaver.network.ui.GroupUI
 
getShape() - Method in class twaver.network.ui.LabelAttachment
 
getShape() - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
getShape() - Method in class twaver.network.ui.LinkUI
Get the link shape.
getShape() - Method in class twaver.network.ui.PolyLineUI
Overrides to avoid slowing down when create Area instance
getShape() - Method in class twaver.network.ui.ShapeNodeBorderUI
 
getShape() - Method in class twaver.PolySubNetwork
Get the the transformed shape for this subnetwork.
getShape() - Method in class twaver.ShapeNode
Get the cached shape for this node.
getShape(String) - Static method in class twaver.TUIManager
Gets a default shape value by a property key name.
getShape() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getShapeBounds(Element, Point2D.Double, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the bounds of the inflexion
getShapeBounds(Element, Point2D.Double, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the bounds of the inflexion
getShapeBubbleVisible(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets whether the bubble shape is visible.
getShapeBubbleVisible(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the bubble shape is visible.
getShapeColor(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the color of the shape.
getShapeColor(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the color of the shape.
getShapeFactory() - Method in class twaver.network.ui.BaseElementUI
 
getShapeFillGradientColor() - Method in class twaver.chart.RadarChart
Gets the gradient color of the shape.
getShapeFillGradientColor() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets the gradient color of the shape.
getShapeImage() - Method in class twaver.network.ui.ShapeImageUI
 
getShapeLineVisible(Element) - Method in class twaver.chart.BubbleChart
Gets whether the line is visible.
getShapeLineVisible(Element) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the line is visible.
getShapeLinkType() - Method in class twaver.ShapeLink
Gets the type of this shape link.
getShapeMapper() - Method in class twaver.network.Magnifier
 
getShapeNode() - Method in class twaver.network.ui.ShapeNodeUI
 
getShapeNodeFromArrowColor() - Method in class twaver.ShapeNode
Gets the color of the shapeNode's from arrow.
getShapeNodeFromArrowOutlineColor() - Method in class twaver.ShapeNode
Gets the outline color of the shapeNode's from arrow.
getShapeNodeFromArrowStyle() - Method in class twaver.ShapeNode
Gets the shapeNode from arrow style.
getShapeNodeFromArrowXOffset() - Method in class twaver.ShapeNode
Gets the shapeNode from arrow location a horizontal offset.
getShapeNodeFromArrowYOffset() - Method in class twaver.ShapeNode
Gets the shapeNode from arrow location a vertical offset.
getShapeNodeJointPoint() - Method in class twaver.ShapeNode
Gets the joint point type.
getShapeNodeToArrowColor() - Method in class twaver.ShapeNode
Gets the color of the shapeNode's to arrow.
getShapeNodeToArrowOutlineColor() - Method in class twaver.ShapeNode
Gets the outline color of the shapeNode's to arrow.
getShapeNodeToArrowStyle() - Method in class twaver.ShapeNode
Gets the shapeNode to arrow style.
getShapeNodeToArrowXOffset() - Method in class twaver.ShapeNode
Gets the shapeNode to arrow location a horizontal offset.
getShapeNodeToArrowYOffset() - Method in class twaver.ShapeNode
Gets the shapeNode to arrow location a vertical offset.
getShapeNodeType() - Method in class twaver.ShapeNode
Gets the type of this shape node.
getShapeSize(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the size of the shape bounds of the inflexion or bubble.
getShapeSize(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the size of the shape bounds of the inflexion or bubble.
getShapeStructAt(Point) - Method in class twaver.chart.AbstractChart
 
getShapeStyle(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the style of the inflexion.
getShapeStyle(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the style of the bubble.
getShelf() - Method in class twaver.network.ui.ShelfUI
 
getShelfBorder() - Method in class twaver.Shelf
Gets the border size of this shelf.
getShelfInnerBorder() - Method in class twaver.Shelf
Gets the inner border size of this shelf.
getShrinkedComponent() - Method in class twaver.network.ui.ComponentAttachment
 
getSimpleToolBar(TNetwork) - Static method in class twaver.network.NetworkToolBarFactory
Get simple toolbar.
getSingleRootVisibleButton() - Method in class twaver.table.TPropertySheetPane
Get "show/hide single root category" button on the toolbar.
getSize() - Method in class twaver.combobox.TComboBox
 
getSize() - Method in interface twaver.Resizable
Get the size of this resizable element.
getSize() - Method in class twaver.ResizableNode
Get the size of this resizable element.
getSize() - Method in class twaver.swing.TComboBox
 
getSize() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getSleep() - Method in class twaver.animate.Animate
 
getSlop() - Method in class twaver.StraightLine
获取直线的斜率
getSlot() - Method in class twaver.network.ui.SlotUI
 
getSlotBorder() - Method in class twaver.Slot
Gets the border size of this slot.
getSlotInnerBorder() - Method in class twaver.Slot
Gets the inner border size of this slot.
getSortButton() - Method in class twaver.table.TPropertySheetPane
Get "sort all properties" button on the toolbar.
getSortColumnList() - Method in class twaver.table.TTable
Get all sorted columns with a list.
getSortColumnList() - Method in class twaver.table.TTableModel
Get all sorted columns with a list.
getSortComparator() - Method in class twaver.chart.AbstractChart
Gets the sort comparator of this chart, the sort comparator determines the display order of elements on this chart.
getSortComparator() - Method in class twaver.combobox.TComboBox
Gets the sortComparator of the combobox.
getSortComparator() - Method in class twaver.ElementAttribute
Gets the comparator of this property.
getSortComparator() - Method in class twaver.list.TList
Get comparator for list items sorting.
getSortComparator() - Method in class twaver.table.TTableColumn
Get column sort comparator.
getSortComparator() - Method in class twaver.tree.TTree
Get comparator for tree nodes sorting.
getSortComparator() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getSortComparator() - Method in class twaver.web.table.TWebTableColumn
Get column sort comparator.
getSortComparator() - Method in class twaver.web.TWebTree
Get comparator for webtree nodes sorting.
getSortMode() - Method in class twaver.table.TTableColumn
Get column sort mode.
getSortMode() - Method in class twaver.web.table.TWebTableColumn
Get column sort mode.
getSortPropertyChangeFilter() - Method in class twaver.tree.TTree
 
getSpanCount() - Method in class twaver.Card
Gets the span count for this card.
getSpanSize(double) - Method in class twaver.chart.PercentChart
Gets the size of the every span.
getSpareColor(Element) - Method in class twaver.chart.PercentChart
Gets the spare color of the element, if the element does not has this attribute, it will return spareColor.
getSpareColor() - Method in class twaver.chart.PercentChart
Gets the color of the spare space.
getSpareColor(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the spare color of the element, if the element does not has this attribute, it will return spareColor.
getSpareColor() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the color of the spare space.
getSpareCoverColor(Element) - Method in class twaver.chart.PercentChart
Gets the spare cover color of the element.
getSpareCoverColor(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the spare cover color of the element.
getSpareFill(Element) - Method in class twaver.chart.PercentChart
Gets whether the spare is filled.
getSpareFill(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets whether the spare is filled.
getSpareGradientColor(Element) - Method in class twaver.chart.PercentChart
Gets the gradient color of the spare.
getSpareGradientColor() - Method in class twaver.chart.PercentChart
Gets the gradient color of the spare.
getSpareGradientColor(Element) - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the gradient color of the spare.
getSpareGradientColor() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the gradient color of the spare.
getSpecificProblem() - Method in class twaver.Alarm
The specific problem.
getSpecificSize() - Method in class twaver.network.background.ImageBackground
 
getSplitValue() - Method in class twaver.network.ui.LinkUI
 
getSpringLayouter() - Method in class twaver.network.TNetwork
Gets the spring layouter object of this network.
getStartAngle() - Method in class twaver.chart.DialChart
Gets the value of the start angle of this chart.
getStartAngle() - Method in class twaver.chart.PieChart
Gets the start angle of this chart
getStartAngle() - Method in class twaver.web.svg.chart.SVGDialChart
Gets the value of the start angle of this chart.
getStartAngle() - Method in class twaver.web.svg.chart.SVGPieChart
Gets the start angle of this chart
getStartIndex() - Method in class twaver.Card
Gets the start index for this card.
getStartIndex() - Method in class twaver.chart.LineChart
Gets the index of the start position.
getStartIndex() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getStartX() - Method in class twaver.chart.LineChart
Gets the start xcoordinate of the chart.
getStartX() - Method in class twaver.web.svg.chart.SVGLineChart
 
getStartX() - Method in class twaver.web.svg.network.SVGContext
 
getStartX() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getStartY() - Method in class twaver.web.svg.network.SVGContext
 
getStartY() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getState() - Method in class twaver.swing.TTristateCheckBox
 
getStateOutlineColor() - Method in class twaver.AbstractElement
Gets the outline color of the state of this element.
getStateOutlineColor() - Method in interface twaver.Element
Gets the outline color of the state of this element.
getStateOutlineColor() - Method in class twaver.network.ui.AbstractElementUI
 
getStateOutlineColor() - Method in interface twaver.network.ui.ElementUI
 
getStateOutlineColor() - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the state outline color of the element.
getStateOutlineInsets() - Method in class twaver.AbstractElement
Gets the insets of the state outline of this element.
getStateOutlineInsets() - Method in interface twaver.Element
Gets the insets of the state outline of this element.
getStateOutlineWidth() - Method in class twaver.AbstractElement
Gets the outline width of the state of this element.
getStateOutlineWidth() - Method in interface twaver.Element
Gets the outline width of the state of this element.
getStepSize() - Method in class twaver.SpringLayouter
Gets the step size of spring layout parameter which will affect the balance time consumed for layout.
getStorke() - Method in class twaver.network.ui.AbstractBorderUI
 
getStorke() - Method in class twaver.network.ui.LinkBorderUI
 
getStraightLinkGap() - Method in class twaver.network.TNetwork
Gets the straight link gap.
getStraightLinkGap() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the straight link gap.
getStraightLinkOffset() - Method in class twaver.network.TNetwork
Gets the straight link offset.
getStraightLinkOffset() - Method in class twaver.web.svg.network.TSVGNetwork
Gets the straight link offset.
getString(String) - Static method in class twaver.TUIManager
Gets a default string value by a property key name.
getString(String) - Static method in class twaver.TWaverUtil
Get a i18n translated string by a i18n key.
getStroke(Element) - Method in class twaver.chart.AbstractChart
Gets the stroke of a specified Element object.
getStroke() - Method in class twaver.chart.AbstractChart
Get the stroke of the chartPane.
getStroke() - Method in class twaver.chart.Marker
Gets the stroke text of the marker.
getStroke() - Method in class twaver.network.ui.LinkUI
Get the link stroke.
getStroke(String) - Static method in class twaver.TUIManager
Gets a default stroke value by a property key name.
getStroke(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the stroke of a specified Element object.
getStroke() - Method in class twaver.web.svg.chart.AbstractSVGChart
Get the stroke of the chartPane.
getStrokeByType(String) - Static method in class twaver.TUIManager
Gets registered stroke object by a type string.
getStrokeTypes() - Static method in class twaver.TUIManager
Retrieve types for all registered stroke objects.
getStyle() - Method in class twaver.network.ui.ComponentAttachment
 
getStyle() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getSubNetwork() - Method in class twaver.animate.AnimateSubNetwork
 
getSubNetwork() - Method in class twaver.network.ui.SubNetworkUI
Get the subnetwork element.
getSvg() - Method in class twaver.web.svg.network.SVGStruct
Gets the svg string from the svg struct
getSVGStruct(Element) - Method in class twaver.web.svg.network.SVGContext
Gets the svgstruct by element from cache map
getSVGUI() - Method in interface twaver.web.svg.network.ui.SVGAttachment
 
getSVGUI() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getSVGUIClassID() - Method in class twaver.BaseElement
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.BTSAntenna
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Card
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Dummy
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in interface twaver.Element
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Grid
 
getSVGUIClassID() - Method in class twaver.Group
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Link
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.LinkSubNetwork
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Node
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.PolyLine
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.PolySubNetwork
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.RoundRect
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.ShapeLink
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.ShapeNode
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.ShapeSubNetwork
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Shelf
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Slot
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.SubNetwork
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGUIClassID() - Method in class twaver.Text
Returns a string that specifies the full qualified name of the ui class that responsible for converting this element to svg content.
getSVGXMLNS() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the svg xml namespace string
getSVGXMLNS() - Method in class twaver.web.svg.network.SVGContext
Gets the svg xml namespace string
getTable() - Method in class twaver.table.editor.ActionTableCellEditor
 
getTable() - Method in class twaver.table.TAlarmOverview
Gets the alram stat table.
getTable() - Method in class twaver.table.TTableModel
Get the bound table.
getTableBodyPopupMenuFactory() - Method in class twaver.table.TTable
Get popup menu factory for this table body.
getTableButton() - Method in class twaver.table.TAlarmOverview
Gets the table button.
getTableCellEditor(Class) - Static method in class twaver.TUIManager
Gets registered table cell editor for given cell value type.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.AbstractCanvasEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.AbstractCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.ActionTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.ButtonEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.EnumTypeEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.LayerIDEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.SpinnerEnumTypeEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.SpinnerNumberEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class twaver.table.editor.StringEditor
 
getTableCellEditorKeys() - Static method in class twaver.TUIManager
Gets all keys of the registered cell editors.
getTableCellRenderer(Class) - Static method in class twaver.TUIManager
Gets registered table cell renderer for given cell value type.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.AcknowledgedRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.AlarmSeverityRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.AlarmStateRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.AlarmTrendIndicationRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.BooleanRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.CategoryRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.ColorRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.ElementIDRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.EnumTypeRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.PropertyNameRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.StringRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class twaver.table.renderer.TextAreaRenderer
 
getTableCellRendererKeys() - Static method in class twaver.TUIManager
Gets all keys of the registered cell renderers.
getTableColumn() - Method in class twaver.table.TTableModelEvent
Get event relevant table column.
getTableHeaderPopupMenuFactory() - Method in class twaver.table.TTable
Get popup menu factory for this table header.
getTableHeadHorizontalAlignment() - Method in class twaver.table.TTable
Returns the alignment of the label's contents along the X axis.
getTableModel() - Method in class twaver.table.TTable
Get connected TWaver table model for this table component.
getTablePane() - Method in class twaver.table.TAlarmOverview
Gets the table pane.
getTag() - Method in class twaver.BaseEquipment
Gets the tag value.
getTag() - Method in interface twaver.Equipment
Gets the tag information of this equipment object.
getTail() - Method in class twaver.network.ui.ComponentAttachment
 
getTail() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getTaskScheduler() - Method in class twaver.animate.AnimateManager
 
getText() - Method in class twaver.chart.Bubble
Gets the text of the bubble.
getText() - Method in class twaver.chart.LabelStruct
 
getText() - Method in class twaver.chart.Marker
Gets the text of the marker.
getText() - Method in class twaver.chart.RadarAxis
 
getText(Element) - Method in class twaver.combobox.TComboBoxRenderer
 
getText(Element) - Method in class twaver.list.TListCellRenderer
Gets the text of the given element.
getText() - Method in class twaver.network.ui.AlarmAttachment
Get text content.
getText(Element) - Method in class twaver.network.ui.LabelAttachment
 
getTextBounds(String, Font) - Static method in class twaver.TWaverUtil
Gets given text's bounds by given font.
getTextColor() - Method in class twaver.chart.Marker
Gets the color of the marker text.
getTextColor() - Method in class twaver.network.ui.AlarmAttachment
Get text color
getTextFont() - Method in class twaver.chart.Marker
Gets the font of marker text.
getTextFont() - Method in class twaver.network.ui.AlarmAttachment
Get text font.
getTextGap() - Method in class twaver.chart.AbstractChart
Gets the gap of the text which is shown in the chartPane, such as scale along y-axis,the text of the point value in graphics panel.
getTextGap() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the gap of the text which is shown in the chartPane, such as scale along y-axis,the text of the point value in graphics panel.
getTextOffset(String, Font, Graphics2D) - Static method in class twaver.TWaverUtil
Gets text offset on a graphics.
getTextSize(String, Font, Graphics2D) - Static method in class twaver.TWaverUtil
Gets a string text dimension on a graphics.
getTextureFactory() - Method in class twaver.AbstractElement
Gets the texture factory of this element.
getTextureFactory() - Method in interface twaver.Element
Gets the texture factory of this element.
getTextureID(String, Color) - Static method in class twaver.web.WebUtil
Gets the texture's ID by the type and the color
getTexturePatternSVGCache() - Static method in class twaver.web.WebUtil
Gets texturePatternSVGCache instance.
getTextureURL() - Method in class twaver.network.background.ImageBackground
 
getThickness() - Method in class twaver.chart.PercentChart
Gets the thickness of the percent chart.
getThickness() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets the thickness of the percent chart.
getTimeLocalString(Date) - Static method in class twaver.TWaverUtil
Gets given time string in local format.
getTimer() - Method in class twaver.network.CloudLayouter
 
getTimerDelay() - Method in class twaver.network.CloudLayouter
 
getTitle() - Method in class twaver.chart.AbstractChart
Gets the title of the chart.
getTitleLabel() - Method in class twaver.chart.AbstractChart
Gets the title label of this chart, the titleLabel is the label which show the title.
getTListSelectionMode() - Method in class twaver.list.TList
Get selection mode for TWaver list component.
getTo() - Method in class twaver.DataBoxEvent
 
getTo() - Method in class twaver.Link
Get the to node for this link.
getToAgent() - Method in class twaver.Link
Get the agent of to node.
getToAgentBounds() - Method in class twaver.network.ui.LinkUI
 
getToAgentLinks() - Method in class twaver.Node
Get all to agent links
getToAnchorPoint(int, int) - Method in class twaver.network.ui.LinkUI
 
getToArrow() - Method in class twaver.network.ui.LinkUI
 
getToBounds(SVGContext, Node) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getToggleButton() - Method in class twaver.swing.TExpandPane
 
getToInflexion() - Method in class twaver.network.ui.LinkUI
 
getToInflexion(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
getToLinks() - Method in class twaver.Node
Get all links that end to this node
getToLocation() - Method in class twaver.Segment
Get the end location of this segment.
getToNode() - Method in class twaver.Segment
Get the end node of this segment.
getToolBar(String, Generator) - Static method in class twaver.network.NetworkToolBarFactory
Get a predefined toolbar by definition name.
getToolBar(String[], TNetwork) - Static method in class twaver.network.NetworkToolBarFactory
Create a toolbar by given button IDs.
getToolBar(String, TNetwork) - Static method in class twaver.network.NetworkToolBarFactory
Get toolbar by toolbar name.
getToolbar() - Method in class twaver.network.TNetwork
Gets network toolbar object.
getToolbar() - Method in class twaver.table.TAlarmOverview
Gets the toolbar for this alarm overview.
getToolbar() - Method in class twaver.table.TPropertySheetPane
Get the internal toolbar.
getToolbarButtonByName(String) - Method in class twaver.network.TNetwork
Gets the button on the toolbar with the given name.
getToolbarButtonIDs(String) - Static method in class twaver.network.NetworkToolBarFactory
Get all button IDs for a registered toolbar.
getToolTipText() - Method in class twaver.AbstractElement
Gets the tool tip string.
getToolTipText(Element) - Method in class twaver.chart.AbstractChart
Gets the tooltip text of a specified Element object.
getToolTipText(Element, double, int) - Method in class twaver.chart.AbstractScaleChart
Makes a tooltip text of a specified Element object with a value and a index position.
getToolTipText(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the tooltip of the bubble.
getToolTipText(Element) - Method in class twaver.chart.DialChart
 
getToolTipText(Element, Double, int) - Method in class twaver.chart.RadarChart
Gets the tooltip of the element.
getToolTipText(Element) - Method in class twaver.combobox.TComboBoxRenderer
 
getToolTipText() - Method in interface twaver.Element
Gets the tool tip string.
getToolTipText(Element) - Method in class twaver.list.TListCellRenderer
Gets the tooltip text of the given element.
getToolTipText(Element) - Method in class twaver.web.svg.chart.SVGDialChart
 
getTop() - Method in class twaver.chart.Pillar
 
getTop() - Method in class twaver.FloatInsets
Gets the inset from the top.
getTopColor() - Method in class twaver.chart.Pillar
 
getToPoint() - Method in class twaver.network.ui.LinkUI
Get the to point.
getToPoint() - Method in class twaver.Segment
Get end point for this segment.
getToPoint(Link) - Method in class twaver.web.svg.network.SVGContext
Gets the point of the to point from the cache map
getToPosition() - Method in class twaver.network.ui.LinkUI
 
getToppestSelectedElement() - Method in interface twaver.DataBoxSelectionModel
Gets all toppest selected elements.
getTotalAlarmCount() - Method in class twaver.AlarmStateStatistics
Gets the total alarm count of elements in connected data box, including new and acknowledged alarm.
getTotalAlarmCount(AlarmSeverity) - Method in class twaver.AlarmStateStatistics
Get alarm total count for specified alarm severity.
getTotalRowCount() - Method in interface twaver.table.TablePaging
Get row total count.
getTotalRowCount() - Method in class twaver.table.TTableModel
Get published row count.
getToXOffset() - Method in class twaver.network.ui.LinkUI
 
getToYOffset() - Method in class twaver.network.ui.LinkUI
 
getTree() - Method in class twaver.table.TTreeTable
Get the internal TWaver tree component.
getTreeColumn() - Method in class twaver.table.TTreeTable
Gets the tree column.
getTreeColumnComparator() - Method in class twaver.table.TTreeTable
Get tree column comparator.
getTreeNodeByElement(Element) - Method in class twaver.tree.TTree
Get tree node by given element.
getTreePathByElement(Element) - Method in class twaver.tree.TTree
Gets element located tree path.
getTrendIndication() - Method in class twaver.Alarm
The trend indication.
getTristate(Element) - Method in class twaver.tree.TTree
Get tristate select value for the given element.
getTTreeSelectionMode() - Method in class twaver.tree.TTree
Get selection mode for TWaver tree component.
getTTreeTableModel() - Method in class twaver.table.TTreeTable
Get model from this tree table.
getType() - Method in class twaver.AlarmModelEvent
Event type which defined in this class above.
getType() - Method in class twaver.AlarmStateChangeEvent
Returns the event type.
getType() - Method in class twaver.DataBoxEvent
Event type which defined in this class above.
getType() - Method in class twaver.DataBoxSelectionEvent
Get event type
getType() - Method in class twaver.network.InteractionEvent
Get event type.
getType() - Method in class twaver.network.ui.AbstractBorderUI
 
getType() - Method in class twaver.table.PropertySheetEvent
Gets the event type.
getType() - Method in class twaver.table.TTableModelEvent
Get event type.
getType() - Method in class twaver.UndoRedoEvent
 
getType() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getType() - Method in class twaver.web.svg.network.TSVGNetwork
 
getType() - Method in class twaver.web.svg.TSVGAlarmOverview
 
getType() - Method in class twaver.web.table.TWebAlarmStatTable
 
getType() - Method in class twaver.web.table.TWebAlarmTable
 
getType() - Method in class twaver.web.TWebElementTable
 
getType() - Method in class twaver.web.TWebPropertySheet
 
getType() - Method in class twaver.web.TWebTree
 
getType() - Method in interface twaver.web.TWebView
 
getUi() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getUIBounds() - Method in class twaver.network.ui.AbstractElementUI
For this abstract element UI, it return a rectangle box encloses the element and it's border.
getUIBounds() - Method in class twaver.network.ui.BaseElementUI
For this abstract element UI, it return a rectangle box encloses the element and it's border.
getUIBounds() - Method in interface twaver.network.ui.ElementUI
Returns an integer Rectangle that completely encloses the Element.
getUIBounds() - Method in class twaver.network.ui.GroupUI
 
getUIBounds() - Method in class twaver.network.ui.LinkUI
Get the ui bounds.
getUIBounds() - Method in class twaver.network.ui.PolyLineUI
 
getUIBounds() - Method in class twaver.network.ui.PolySubNetworkUI
 
getUIBounds() - Method in class twaver.network.ui.RoundRectUI
 
getUIBounds() - Method in class twaver.network.ui.ShapeLinkUI
 
getUIBounds() - Method in class twaver.network.ui.ShapeNodeUI
 
getUIClassID() - Method in class twaver.BaseElement
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.BaseEquipment
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.BTSAntenna
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Card
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Dummy
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in interface twaver.Element
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Grid
 
getUIClassID() - Method in class twaver.Group
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Link
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Node
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.PolyLine
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.PolySubNetwork
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Rack
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.ResizableNode
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.RotatableNode
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.RoundRect
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.ShapeImage
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.ShapeLink
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.ShapeNode
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Shelf
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Slot
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.SubNetwork
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.TerminalPoint
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Text
Returns a string that specifies the fully qualified name of the ui class that renders this element in network canvas.
getUIClassID() - Method in class twaver.Wire
 
getUITable() - Method in class twaver.network.NetworkElementRenderer
 
getUncheckableStyle(Element) - Method in class twaver.list.TList
 
getUncheckableStyle() - Method in class twaver.list.TList
Gets the uncheckable style for this list.
getUncheckableStyle(Element) - Method in class twaver.tree.TTree
 
getUncheckableStyle() - Method in class twaver.tree.TTree
Gets the uncheckable style.
getUndoRedoListeners() - Method in class twaver.UndoRedoManager
Gets a list contains all UndoRedoListener objects.
getUndoRedoManager() - Method in class twaver.TDataBox
Gets the UndoRedoManager object of this data box.
getUnit() - Method in class twaver.chart.AbstractChart
Gets the unit of the value text.
getUnit() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getUpdateDuration() - Method in class twaver.SpringLayouter
Gets the update duration of spring layout parameter which will affect the balance time consumed for layout.
getUpdateInterval() - Method in class twaver.network.OverviewPane
Get overview repaint time interval.
getUpdateLayoutRectOnResized() - Method in class twaver.network.CloudLayouter
 
getUpperLimit() - Method in class twaver.chart.AbstractChart
Gets the upper limit of this chart, the UpperLimit is the maximal scale value for the y-axis.
getUpperLimit() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the upper limit of this chart, the UpperLimit is the maximal scale value for the y-axis.
getUserObject() - Method in class twaver.AbstractElement
User object bounds with this element.
getUserObject() - Method in class twaver.DataBoxEvent
Get the user object.
getUserObject() - Method in interface twaver.Element
User object bounds with this element.
getUserObject() - Method in class twaver.network.InteractionEvent
Get user object for this event.
getUserProperties() - Method in class twaver.AbstractElement
Gets all user properties stored in this element.
getUserProperties() - Method in interface twaver.Element
Gets all user properties stored in this element.
getUserProperty(Object) - Method in class twaver.AbstractElement
Returns the value of the user property with the given key.
getUserProperty(Object) - Method in interface twaver.Element
Returns the value of the user property with the given key.
getUserPropertyKey() - Method in class twaver.ElementAttribute
Gets the user property key.
getValue() - Method in class twaver.AlarmProbableCause
Get the int value for this alarm probable cause.
getValue() - Method in class twaver.AlarmSeverity
Get the severe value of this alarm severity.
getValue(Element) - Method in class twaver.chart.AbstractChart
Gets the value of a specified Element object.
getValue() - Method in class twaver.chart.Bubble
Gets the value of the bubble.
getValue() - Method in class twaver.chart.Item
Gets the value of the item.
getValue() - Method in class twaver.chart.Marker
Gets the value of the marker.
getValue() - Method in class twaver.EnumType
Gets the enumeration value.
getValue() - Method in class twaver.table.editor.ActionTableCellEditor
 
getValue(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the value of a specified Element object.
getValueAt(int, int) - Method in class twaver.table.TTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueList() - Method in class twaver.chart.Item
Gets the value list of the item.
getValues(Element) - Method in class twaver.chart.AbstractChart
Gets the value list of a specified Element object.
getValues(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the value list of a specified Element object.
getValueSpanCount() - Method in class twaver.chart.BubbleChart
Gets the span count of the value.
getValueSpanCount() - Method in class twaver.chart.LineChart
Gets the span count of the value.
getValueSpanCount() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getValueSpanCount() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the span count of the value.
getValueText(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the value text of bubble of the element.
getValueText(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the value text of bubble of the element.
getValueTextColor() - Method in class twaver.chart.AbstractChart
Gets the color of the value text.
getValueTextColor(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the color of the value text,
getValueTextColor() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
getValueTextColor(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the color of the value text,
getValueTextFont() - Method in class twaver.chart.AbstractChart
Gets the font of the value text .
getValueTextFont() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the font of the value text .
getValueTextPosition() - Method in class twaver.chart.AbstractChart
Gets the position of the value text.
getValueTextPosition(Element, Bubble, int) - Method in class twaver.chart.BubbleChart
Gets the position of the value text of the element.
getValueTextPosition(Element, int) - Method in class twaver.chart.LineChart
Gets the position of the value text of the element.
getValueTextPosition() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the position of the value text.
getValueTextPosition(Element, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets the position of the value text of the element.
getValueTextPositionScale() - Method in class twaver.chart.PieChart
 
getValueTextPositionScale() - Method in class twaver.web.svg.chart.SVGPieChart
 
getVersion() - Method in class twaver.DataBoxContext
Gets the version string.
getVersion() - Method in class twaver.TDataBox
Gets the version for this data box.
getVersionString() - Static method in class twaver.TWaverUtil
Gets the string version information of twaver.
getVGap() - Method in class twaver.swing.TableLayout
Gets the vertical gap between rows.
getView() - Method in class twaver.MouseActionEvent
Gets the related TView component.
getViewBorderColor() - Method in class twaver.network.OverviewPane
Return view border color.
getViewMaskColor() - Method in class twaver.network.OverviewPane
Get overview translucent mask color.
getViewPoint() - Method in class twaver.LinkSubNetwork
Get the view point of this subnetwork.
getViewPoint() - Method in class twaver.network.TNetwork
Gets the top level topology's view port.
getViewPoint() - Method in class twaver.ShapeSubNetwork
Get the view point of this subnetwork.
getViewPoint() - Method in class twaver.SubNetwork
Get the view point of this subnetwork.
getViewPoint() - Method in interface twaver.TSubNetwork
Gets the view point of this subnetwork.
getViewport() - Method in class twaver.web.svg.network.MapNetwork
Deprecated.
 
getViewport() - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
getVisibleFilter() - Method in class twaver.AlarmStateStatistics
Gets the visible filter for this alarm statistic.
getVisibleFilter() - Method in class twaver.SpringLayouter
Gets the visible filter for this spring layouter, the visible filter makes some elements will not participate in doing layout.
getVisibleFilter() - Method in class twaver.table.TAlarmOverview
Gets the visible filter for alarm state statistics.
getVisibleFilters() - Method in class twaver.chart.AbstractChart
Gets a list contains all visible filters of the chart.
getVisibleFilters() - Method in class twaver.combobox.TComboBox
Gets the visibleFilters of the combobox.
getVisibleFilters() - Method in class twaver.list.TList
Gets all visible filters of this list.
getVisibleFilters() - Method in class twaver.network.TNetwork
Gets all the visible filters that added to this network.
getVisibleFilters() - Method in class twaver.table.TElementTable
Gets all the visible filters that added to this table.
getVisibleFilters() - Method in class twaver.table.TTreeTable
Gets all the visible filters that added to this table.
getVisibleFilters() - Method in class twaver.tree.TTree
 
getVisibleFilters() - Method in class twaver.web.svg.network.TSVGNetwork
Gets all the visible filters that added to this network.
getVisibleFilters() - Method in class twaver.web.TWebElementTable
Gets all the visible filters that added to this table.
getVisibleFilters() - Method in class twaver.web.TWebTree
 
getWebImageFilePath() - Method in class twaver.web.TWebTree
 
getWebImageUrlPrefix() - Method in class twaver.web.TWebTree
 
getWebPhysicalPath() - Method in class twaver.web.svg.network.SVGContext
 
getWheelZoomIncrement() - Method in class twaver.network.zoom.PhysicalZoomer
Get the mouse wheel zoom increment value.
getWheelZoomIncrement() - Method in interface twaver.network.zoom.Zoomer
Get the mouse wheel zoom increment value.
getWidth() - Method in class twaver.BaseElement
Gets the current width of this element.
getWidth() - Method in class twaver.BTSAntenna
Gets the current width of this element.
getWidth() - Method in class twaver.Dummy
Dummy is no width.
getWidth() - Method in interface twaver.Element
Gets the current width of this element.
getWidth() - Method in class twaver.ElementAttribute
Gets the preferred column width of this property.
getWidth() - Method in class twaver.Group
Gets the current width of this element.
getWidth() - Method in class twaver.Link
Return 0.
getWidth() - Method in class twaver.network.ui.ComponentAttachment
 
getWidth() - Method in class twaver.PolySubNetwork
Gets the current width of this element.
getWidth() - Method in class twaver.ResizableNode
Gets the current width of this element.
getWidth() - Method in class twaver.RotatableNode
 
getWidth() - Method in class twaver.ShapeNode
Gets the current width of this element.
getWidth() - Method in class twaver.swing.RotatableLabel
 
getWidth() - Method in class twaver.Text
Gets the current width of this element.
getWidth() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getWindow() - Method in class twaver.table.editor.ActionTableCellEditor
 
getWindowForComponent(Component) - Static method in class twaver.TWaverUtil
Returns the specified component's window.
getWireRadian() - Method in class twaver.Wire
Gets the radian of the wire.
getWriteMethod() - Method in class twaver.ElementAttribute
Gets the write method name used to set value for this property.
getWriteMethod() - Method in class twaver.table.TTableColumn
Get the write method used to set column bound property value.
getWriteMethod() - Method in interface twaver.TPropertyDescriptor
Get write method for the bound property.
getWriteMethod() - Method in class twaver.web.table.TWebTableColumn
Get the write method used to set column bound property value.
getX() - Method in class twaver.BaseElement
Gets x coordinate of this element.
getX() - Method in class twaver.chart.Bubble
Gets the x value of the bubble.
getX() - Method in class twaver.chart.LabelStruct
 
getX() - Method in class twaver.Dummy
Dummy is no location.
getX() - Method in interface twaver.Element
Gets x coordinate of this element.
getX() - Method in class twaver.Link
Return -1.
getXAxisExtraGap(Graphics2D) - Method in class twaver.chart.AbstractScaleChart
Gets the gap distance from the x-axis
getXAxisExtraGap(Graphics2D) - Method in class twaver.chart.AbstractXYScaleChart
 
getXAxisExtraGap(Graphics2D) - Method in class twaver.chart.BarChart
 
getXAxisExtraGap(Graphics2D) - Method in class twaver.chart.LineChart
Gets the gap distance from the x-axis
getXAxisExtraGap() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the gap distance from the x-axis
getXAxisExtraGap(SVGContext, StringBuffer) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
getXAxisExtraGap() - Method in class twaver.web.svg.chart.SVGBarChart
 
getXAxisExtraGap() - Method in class twaver.web.svg.chart.SVGLineChart
Gets the gap distance from the x-axis
getXAxisFillColor() - Method in class twaver.chart.AbstractScaleChart
Gets the fill color of the x-axis, the fill color is useful only when the shadowOffset>0.
getXAxisFillColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the fill color of the x axis.
getXAxisFillColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXAxisFillColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the fill color of the x axis.
getXAxisOutlineColor() - Method in class twaver.chart.AbstractScaleChart
Gets the outline color of the x-axis, the outline color is useful only when the stroke !=null
getXAxisOutlineColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the outline color of the x axis.
getXAxisOutlineColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXAxisOutlineColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the outline color of the x axis.
getXAxisStartPosition() - Method in class twaver.chart.AbstractXYScaleChart
Gets the start value of the x axis.
getXAxisStartPosition() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the start value of the x axis.
getXAxisStroke() - Method in class twaver.chart.AbstractScaleChart
Gets the stroke of the x-axis.
getXAxisStroke() - Method in class twaver.chart.AbstractXYScaleChart
Gets the stroke of the x axis.
getXAxisStroke() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXAxisStroke() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the stroke of the x axis.
getXAxisText() - Method in class twaver.chart.AbstractScaleChart
Gets the text of the x-axis.
getXAxisText() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text of the x axis.
getXAxisText() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the text of the x axis.
getXAxisText() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text of the x axis.
getXAxisTextColor() - Method in class twaver.chart.AbstractScaleChart
Gets the color of the x-axis text.
getXAxisTextColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text color of the x axis.
getXAxisTextColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the color of the x-axis text.
getXAxisTextColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text color of the x axis.
getXAxisTextFont() - Method in class twaver.chart.AbstractScaleChart
Gets the font of the x-axis text.
getXAxisTextFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text font of the x axis.
getXAxisTextFont() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXAxisTextFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text font of the x axis.
getXAxisUnit() - Method in class twaver.chart.AbstractXYScaleChart
Gets the unit of the x axis.
getXAxisUnit() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the unit of the x axis.
getXAxisUnitColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the color of the x axis unit.
getXAxisUnitColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the color of the x axis unit.
getXAxisUnitFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the font of the x axis unit.
getXAxisUnitFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the font of the x axis unit.
getXAxisValue() - Method in class twaver.chart.AbstractScaleChart
Gets the value of the x-axis.
getXAxisValue() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXAxisVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the x-axis is visible.
getXGap() - Method in class twaver.chart.AbstractChart
Gets the margin space of the chart panel on x coordinate.
getXGap() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the margin space of the chart panel on x coordinate.
getXMLInterceptor() - Static method in class twaver.TWaverUtil
Gets the XMLInterceptor object.
getXOffset() - Method in class twaver.chart.Marker
Gets the offset of the text along x-axis.
getXOffset() - Method in class twaver.network.ui.ComponentAttachment
 
getXOffset() - Method in class twaver.network.ui.IconAttachment
 
getXOffset() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getXScaleActualValueGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the actual value gap of the x scale.
getXScaleActualValueGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the actual value gap of the x scale.
getXScaleHideValueIndex() - Method in class twaver.chart.AbstractXYScaleChart
Gets the hide scale value index in x axis.
getXScaleHideValueIndex() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the hide scale value index in x axis.
getXScaleLineColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the color of the scale line in x axis.
getXScaleLineColor() - Method in class twaver.chart.LineChart
Gets the color of the scale line along the x-axis.
getXScaleLineColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the color of the scale line in x axis.
getXScaleLineColor() - Method in class twaver.web.svg.chart.SVGLineChart
Gets the color of the scale line along the x-axis.
getXScaleLineStroke() - Method in class twaver.chart.AbstractXYScaleChart
Gets the stroke of the scale line in x axis.
getXScaleLineStroke() - Method in class twaver.chart.LineChart
Gets the stroke of the scale line which is along x-axis.
getXScaleLineStroke() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the stroke of the scale line in x axis.
getXScaleLineStroke() - Method in class twaver.web.svg.chart.SVGLineChart
Gets the stroke of the scale line which is along x-axis.
getXScaleMaxValue() - Method in class twaver.chart.AbstractXYScaleChart
Gets the maximal scale value of the x axis.
getXScaleMaxValue() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the maximal scale value of the x axis.
getXScaleMinValue() - Method in class twaver.chart.AbstractXYScaleChart
Gets the minimal scale value of the x axis.
getXScaleMinValue() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the minimal scale value of the x axis.
getXScalePixelGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale pixel gap of the x axis.
getXScalePixelGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale pixel gap of the x axis.
getXScaleText(int) - Method in class twaver.chart.AbstractScaleChart
Returns the scale text at the specified position in this xScaleTextList.
getXScaleText(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Returns the scale text at the specified position in this xScaleTextList.
getXScaleTextColor() - Method in class twaver.chart.AbstractScaleChart
Gets the color of the scale text which is along the x-axis.
getXScaleTextColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text color of the x axis.
getXScaleTextColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the color of the scale text which is along the x-axis.
getXScaleTextColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text color of the x axis.
getXScaleTextFont() - Method in class twaver.chart.AbstractScaleChart
Gets the font of the scale text which is along the x-axis.
getXScaleTextFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text font of the x axis.
getXScaleTextFont() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getXScaleTextFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text font of the x axis.
getXScaleTextFormat() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text format of the x axis.
getXScaleTextFormat() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text format of the x axis.
getXScaleTextFromScaleList(int) - Method in class twaver.chart.AbstractXYScaleChart
 
getXScaleTextFromScaleList(int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
getXScaleTextList() - Method in class twaver.chart.AbstractScaleChart
Gets the list of the scale text which is painted along the x-axis.
getXScaleTextList() - Method in class twaver.chart.AbstractXYScaleChart
Gets the list of the scale text which is painted along the x-axis.
getXScaleTextList() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the list of the scale text which is painted along the x-axis.
getXScaleTextOrientation() - Method in class twaver.chart.AbstractScaleChart
Gets the orientation of the scale text which is along the x-axis.
getXScaleTextOrientation() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text orientation of the scale in x axis.
getXScaleTextOrientation() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the orientation of the scale text which is along the x-axis.
getXScaleTextOrientation() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text orientation of the scale in x axis.
getXScaleTextSpanCount() - Method in class twaver.chart.LineChart
Gets the span count of the scale text along the x-axis.
getXScaleTextSpanCount() - Method in class twaver.web.svg.chart.SVGLineChart
Gets the span count of the scale text along the x-axis.
getXScaleValueGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale value gap of the x axis.
getXScaleValueGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale value gap of the x axis.
getXTranslate() - Method in class twaver.chart.AbstractChart
Gets xTranslate of the chart panel, the xTranslate is the distance which will be translated along the x-axis.
getXZoom() - Method in class twaver.chart.AbstractChart
Gets the zoom value of the chartPane along the x-axis
getY() - Method in class twaver.BaseElement
Gets y coordinate of this element.
getY() - Method in class twaver.chart.Bubble
Gets the y value of the bubble.
getY() - Method in class twaver.chart.LabelStruct
 
getY() - Method in class twaver.Dummy
Dummy is no location.
getY() - Method in interface twaver.Element
Gets y coordinate of this element.
getY() - Method in class twaver.Link
Return -1.
getYAxisFillColor() - Method in class twaver.chart.AbstractScaleChart
Gets the fill color of the y-axis, the fill color is useful only when the shadow>0.
getYAxisFillColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the fill color of the y axis.
getYAxisFillColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisFillColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the fill color of the y axis.
getYAxisOutlineColor() - Method in class twaver.chart.AbstractScaleChart
Gets the outline color of the y-axis,
getYAxisOutlineColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the outline color of the y axis.
getYAxisOutlineColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisOutlineColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the outline color of the y axis.
getYAxisStartPosition() - Method in class twaver.chart.AbstractXYScaleChart
Gets the start value of the y axis.
getYAxisStartPosition() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the start value of the y axis.
getYAxisStroke() - Method in class twaver.chart.AbstractScaleChart
Gets the stroke of the y-axis.
getYAxisStroke() - Method in class twaver.chart.AbstractXYScaleChart
Gets the stroke of the y axis.
getYAxisStroke() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisStroke() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the stroke of the y axis.
getYAxisText() - Method in class twaver.chart.AbstractScaleChart
Gets the text of the y-axis.
getYAxisText() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text of the y axis.
getYAxisText() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisText() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text of the y axis.
getYAxisTextColor() - Method in class twaver.chart.AbstractScaleChart
Gets the color of the y-axis text.
getYAxisTextColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text color of the y axis.
getYAxisTextColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisTextColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text color of the y axis.
getYAxisTextFont() - Method in class twaver.chart.AbstractScaleChart
Gets the font of the y-axis text.
getYAxisTextFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the text font of the y axis.
getYAxisTextFont() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisTextFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the text font of the y axis.
getYAxisTextGap() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisTextOrientation() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYAxisUnit() - Method in class twaver.chart.AbstractXYScaleChart
Gets the unit of the y axis.
getYAxisUnit() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the unit of the y axis.
getYAxisUnitColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the color of the y axis unit.
getYAxisUnitColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the color of the y axis unit.
getYAxisUnitFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the font of the y axis unit.
getYAxisUnitFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the font of the y axis unit.
getYAxisVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the y-axis should be visible.
getYByX(float) - Method in class twaver.StraightLine
 
getYGap() - Method in class twaver.chart.AbstractChart
Gets the margin space of the chart panel on y coordinate.
getYGap() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets the margin space of the chart panel on y coordinate.
getYOffset() - Method in class twaver.chart.Marker
Gets the offset of the text along y-axis.
getYOffset() - Method in class twaver.network.ui.ComponentAttachment
 
getYOffset() - Method in class twaver.network.ui.IconAttachment
 
getYOffset() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
getYScaleActualValueGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the actual value gap of the y scale.
getYScaleActualValueGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the actual value gap of the y scale.
getYScaleHideValueIndex() - Method in class twaver.chart.AbstractXYScaleChart
Gets the hide scale value index in y axis.
getYScaleHideValueIndex() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the hide scale value index in y axis.
getYScaleLineColor() - Method in class twaver.chart.AbstractScaleChart
Gets the color of the lines which is in a parallel with x-axis.
getYScaleLineColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the color of the scale line in y axis.
getYScaleLineColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScaleLineColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the color of the scale line in y axis.
getYScaleLineStroke() - Method in class twaver.chart.AbstractScaleChart
Gets the stroke of the scale line which is in a parallel with x-axis.
getYScaleLineStroke() - Method in class twaver.chart.AbstractXYScaleChart
Gets the stroke of the scale line in y axis.
getYScaleLineStroke() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScaleLineStroke() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the stroke of the scale line in y axis.
getYScaleMaxValue() - Method in class twaver.chart.AbstractXYScaleChart
Gets the maximal value for the y scale.
getYScaleMaxValue() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the maximal value for the y scale.
getYScaleMinValue() - Method in class twaver.chart.AbstractXYScaleChart
Gets the minimal value of the y scale.
getYScaleMinValue() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the minimal value of the y scale.
getYScalePixelGap() - Method in class twaver.chart.AbstractScaleChart
Gets the scale pixel gap along y-axis.
getYScalePixelGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale pixel gap of the y axis.
getYScalePixelGap() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScalePixelGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale pixel gap of the y axis.
getYScaleTextColor() - Method in class twaver.chart.AbstractScaleChart
Gets the color of the scale text which is along y-axis.
getYScaleTextColor() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text color of the y axis.
getYScaleTextColor() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Gets the color of the scale text which is along y-axis.
getYScaleTextColor() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text color of the y axis.
getYScaleTextFont() - Method in class twaver.chart.AbstractScaleChart
Gets the font of the scale text which is along y-axis.
getYScaleTextFont() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text font of the y axis.
getYScaleTextFont() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScaleTextFont() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text font of the y axis.
getYScaleTextFormat() - Method in class twaver.chart.AbstractScaleChart
Gets the number format of the scale text which is along y-axis.
getYScaleTextFormat() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale text format of the y axis.
getYScaleTextFormat() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScaleTextFormat() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale text format of the y axis.
getYScaleValueGap() - Method in class twaver.chart.AbstractScaleChart
Gets the gap of the scale value which is along the y-axis.
getYScaleValueGap() - Method in class twaver.chart.AbstractXYScaleChart
Gets the scale value gap of the y axis.
getYScaleValueGap() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
getYScaleValueGap() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets the scale value gap of the y axis.
getYTranslate() - Method in class twaver.chart.AbstractChart
Gets yTranslate of the chart panel, the yTranslate is the distance which will be translated along the y-axis.
getYZoom() - Method in class twaver.chart.AbstractChart
Gets the zoom value of the chartPane along the y-axis
getZoom() - Method in class twaver.network.TNetwork
Gets current network canvas zoom factor.
getZoom() - Method in class twaver.network.zoom.PhysicalZoomer
Get zoom value for this zoomer.
getZoom() - Method in interface twaver.network.zoom.Zoomer
Get the zoom factor.
getZoom() - Method in class twaver.RotatableNode
 
getZoomer() - Method in class twaver.network.TNetwork
Gets the network zoomer.
getZoomFactor() - Method in class twaver.network.Magnifier
 
getZoomIncrement() - Method in class twaver.chart.AbstractChart
Gets the zoom increment of the chartPane
getZoomIncrement() - Method in class twaver.network.zoom.PhysicalZoomer
get the zoom increment value.
getZoomIncrement() - Method in interface twaver.network.zoom.Zoomer
get the zoom increment value.
getZoomToRectMode(TNetwork) - Static method in class twaver.network.InteractionModeFactory
Get the zoom to rectangle mode.
GIF - Static variable in class twaver.table.editor.ImageFileFilter
 
GIF_PREFIX - Static variable in class twaver.TWaverConst
gif prefix
gradient - Variable in class twaver.chart.AbstractChart
 
gradient - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
GRADIENT_EXTEND_ANTIDIAGONAL - Static variable in class twaver.TWaverConst
define extend gradient at antidiagonal
GRADIENT_EXTEND_DIAGONAL - Static variable in class twaver.TWaverConst
define extend gradient at diagonal
GRADIENT_EXTEND_E - Static variable in class twaver.TWaverConst
define extend gradient at east
GRADIENT_EXTEND_HORIZONTAL - Static variable in class twaver.TWaverConst
define extend gradient at horizontal
GRADIENT_EXTEND_N - Static variable in class twaver.TWaverConst
define extend gradient at north
GRADIENT_EXTEND_S - Static variable in class twaver.TWaverConst
define extend gradient at south
GRADIENT_EXTEND_VERTICAL - Static variable in class twaver.TWaverConst
define extend gradient at vertical
GRADIENT_EXTEND_W - Static variable in class twaver.TWaverConst
define extend gradient at west
GRADIENT_LINE_E - Static variable in class twaver.TWaverConst
define linear gradient from east
GRADIENT_LINE_N - Static variable in class twaver.TWaverConst
define linear gradient from north
GRADIENT_LINE_NE - Static variable in class twaver.TWaverConst
define linear gradient from north east
GRADIENT_LINE_NW - Static variable in class twaver.TWaverConst
define linear gradient from north west
GRADIENT_LINE_S - Static variable in class twaver.TWaverConst
define linear gradient from south
GRADIENT_LINE_SE - Static variable in class twaver.TWaverConst
define linear gradient from south east
GRADIENT_LINE_SW - Static variable in class twaver.TWaverConst
define linear gradient from south west
GRADIENT_LINE_W - Static variable in class twaver.TWaverConst
define linear gradient from west
GRADIENT_RADIAL_C - Static variable in class twaver.TWaverConst
define radial gradient from center
GRADIENT_RADIAL_E - Static variable in class twaver.TWaverConst
define radial gradient from east
GRADIENT_RADIAL_N - Static variable in class twaver.TWaverConst
define radial gradient from north
GRADIENT_RADIAL_NE - Static variable in class twaver.TWaverConst
define radial gradient from north east
GRADIENT_RADIAL_NW - Static variable in class twaver.TWaverConst
define radial gradient from north west
GRADIENT_RADIAL_S - Static variable in class twaver.TWaverConst
define radial gradient from south
GRADIENT_RADIAL_SE - Static variable in class twaver.TWaverConst
define radial gradient from south east
GRADIENT_RADIAL_SW - Static variable in class twaver.TWaverConst
define radial gradient from south west
GRADIENT_RADIAL_W - Static variable in class twaver.TWaverConst
define radial gradient from west
gradientColor - Variable in class twaver.chart.AbstractChart
 
gradientColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
gradientFactory - Variable in class twaver.network.ui.BaseElementUI
 
gray(int) - Method in class twaver.RGBPixelFilter
 
Grid - Class in twaver
 
Grid() - Constructor for class twaver.Grid
Create an equipment shelf object
Grid(Object) - Constructor for class twaver.Grid
Create an equipment shelf object by given id.
GridSVGUI - Class in twaver.web.svg.network.ui
 
GridSVGUI(TSVGNetwork, Grid) - Constructor for class twaver.web.svg.network.ui.GridSVGUI
Create a shelf svg ui with the given network and the shelf.
GridUI - Class in twaver.network.ui
 
GridUI(TNetwork, Grid) - Constructor for class twaver.network.ui.GridUI
Constructs shelf ui by given network and shelf.
Group - Class in twaver
Group element is a node which can contain other elements.
Group() - Constructor for class twaver.Group
Creates a group instance.
Group(Object) - Constructor for class twaver.Group
Constructs a group instance by specified id.
GROUP_TYPE_ELLIPSE - Static variable in class twaver.TWaverConst
ellipse group type
GROUP_TYPE_OCTAGON - Static variable in class twaver.TWaverConst
octagon group type
GROUP_TYPE_PARALLELOGRAM - Static variable in class twaver.TWaverConst
parallelogram group type
GROUP_TYPE_RECTANGLE - Static variable in class twaver.TWaverConst
rectangle group type
GROUP_TYPE_ROUND - Static variable in class twaver.TWaverConst
round group type
GROUP_TYPE_ROUND_RECTANGLE - Static variable in class twaver.TWaverConst
round rectangle group type
GROUPEXPAND - Static variable in class twaver.UndoRedoEvent
 
GroupHandlerAttachment - Class in twaver.network.ui
This attachment used to paint group handler icon.
GroupHandlerAttachment(GroupUI) - Constructor for class twaver.network.ui.GroupHandlerAttachment
Constructs attachment by given group ui.
GroupSVGUI - Class in twaver.web.svg.network.ui
 
GroupSVGUI(TSVGNetwork, Group) - Constructor for class twaver.web.svg.network.ui.GroupSVGUI
Create a group svg ui with the given network and the group
groupType - Variable in class twaver.Group
 
GroupUI - Class in twaver.network.ui
This UI delegate defined to paint Group object.
GroupUI(TNetwork, Group) - Constructor for class twaver.network.ui.GroupUI
Construct group ui by given network and group.

H

hAlign - Variable in class twaver.swing.TableLayoutConstraints
Horizontal justification if component occupies just one cell
handle(String, Throwable) - Method in interface twaver.ErrorHandler
This method is called when a error has been caught.
handleDataBoxChange(DataBoxEvent) - Method in class twaver.network.CloudLayouter
 
handleDrop(DropTargetDropEvent, String) - Method in class twaver.network.TNetwork
 
handleElementPropertyChange(PropertyChangeEvent) - Method in class twaver.network.TNetwork
 
handleError(String, Throwable) - Static method in class twaver.TWaverUtil
This method is called when a error has been caught.
handleMouseMove(MouseEvent) - Method in class twaver.network.CloudLayouter
 
handleMouseOver(MouseEvent) - Method in class twaver.network.CloudLayouter
 
handleNetworkPropertyChange(PropertyChangeEvent) - Method in class twaver.network.CloudLayouter
 
handleNetworkZoomChange(double, double) - Method in class twaver.network.CloudLayouter
 
handleNodePropertyChange(PropertyChangeEvent) - Method in class twaver.PolyLine
 
handlerable(String, Element, Object, Object) - Method in class twaver.DefaultUndoRedoInterceptor
 
handleResize(ComponentEvent) - Method in class twaver.network.CloudLayouter
 
handleRollOut(MouseEvent) - Method in class twaver.network.CloudLayouter
 
hasAgentLinks() - Method in class twaver.Node
Tells whether this node has agent links.
hasDraggableSelectedElement() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
hasFocus - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
hashCode() - Method in class twaver.Alarm
hashCode() - Method in class twaver.AlarmSeverity
 
hashCode() - Method in class twaver.base.enumerable.AbstractEnumerable
 
hashCode() - Method in class twaver.base.enumerable.DefaultEnumerable
 
hashCode() - Method in class twaver.EnumType
 
hashCode() - Method in class twaver.FloatInsets
 
hashCode() - Method in class twaver.table.Category
hasLessSevereNewAlarms() - Method in class twaver.AlarmState
Tells whether has non-highest severe new alarms.
hasViewBorder() - Method in class twaver.network.OverviewPane
Whether overview has view border.
hasViewMask() - Method in class twaver.network.OverviewPane
Whether overview has a translucent color mask
HEATING_OR_VENTILATION_OR_COOLING_SYSTEM_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Heating or ventilation or cooling system problem'.
hGap - Variable in class twaver.swing.TableLayout
Horizontal gap between columns
hiberarchyChanged(Element) - Method in class twaver.DataBoxSequenceAdapter
Called if the element hiberarchy in the data box changed.
hiberarchyChanged(Element) - Method in interface twaver.DataBoxSequenceListener
Called if the element hiberarchy in the databox changed.
hideSelector() - Method in class twaver.swing.TDropDownSelector
 
HIGH - Static variable in class twaver.network.DraggingSpeed
the high dragging speed
HIGH_HUMIDITY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'High humidity'.
HIGH_TEMPERATURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'High temperature'.
HIGH_WIND - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'High wind'.
highlightable - Variable in class twaver.network.ui.LabelAttachment
 
highlightBackground - Variable in class twaver.chart.AbstractChart
 
highlightBackground - Variable in class twaver.network.ui.LabelAttachment
 
highlightForeground - Variable in class twaver.chart.AbstractChart
 
highlightForeground - Variable in class twaver.network.ui.LabelAttachment
 
hollow - Variable in class twaver.network.ui.LinkUI
 
HORIZONTAL - Static variable in class twaver.base.Direction
Horizontal direction.
host - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
hostProcess(MouseEvent, boolean) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
hostPropertyChange(PropertyChangeEvent) - Method in class twaver.Card
This method will be called when the host's any property is changed, so user can override this method to do something like adjust this follower's bounds according to some specific properties.
hostPropertyChange(PropertyChangeEvent) - Method in class twaver.Follower
This method will be called when the host's any property is changed, so user can override this method to do something like adjust this follower's bounds according to some specific properties.
hostPropertyChange(PropertyChangeEvent) - Method in class twaver.Grid
 
hostPropertyChange(PropertyChangeEvent) - Method in class twaver.Shelf
This method will be called when the host's any property is changed, so user can override this method to do something like adjust this follower's bounds according to some specific properties.
hostPropertyChange(PropertyChangeEvent) - Method in class twaver.Slot
 
HSBPixelFilter - Class in twaver
 
HSBPixelFilter() - Constructor for class twaver.HSBPixelFilter
 
HSBtoRGB(float, float, float) - Static method in class twaver.HSBPixelFilter
 
HTML_AND - Static variable in class twaver.web.svg.TWaverWebConst
 
HTML_DOUBLE - Static variable in class twaver.web.svg.TWaverWebConst
 
HTML_LEFT - Static variable in class twaver.web.svg.TWaverWebConst
 
HTML_R - Static variable in class twaver.web.svg.TWaverWebConst
 
HTML_RIGHT - Static variable in class twaver.web.svg.TWaverWebConst
 
HTML_SINGLE - Static variable in class twaver.web.svg.TWaverWebConst
 
htmlEscape(String) - Static method in class twaver.web.WebUtil
Turn special characters into HTML character references.
HTMLTextEditor - Class in twaver.table.editor
This is an editor for editing element display name.
HTMLTextEditor() - Constructor for class twaver.table.editor.HTMLTextEditor
 
HTMLTextEditorUI - Class in twaver.table.editor
 
HTMLTextEditorUI(Frame, String) - Constructor for class twaver.table.editor.HTMLTextEditorUI
 
HTMLTextEditorUI(Dialog, String) - Constructor for class twaver.table.editor.HTMLTextEditorUI
 
HUMIDITY_UNACCEPTABLE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Humidity unacceptable'.

I

I18N_KEY_PREFIX - Static variable in class twaver.TWaverConst
i18n key prefix
ICE_BUILD_UP - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Ice build up'.
icon - Variable in class twaver.network.ui.IconAttachment
 
icon - Variable in class twaver.network.ui.LabelAttachment
 
icon - Static variable in class twaver.table.renderer.AbstractCanvasRenderer
 
IconAttachment - Class in twaver.network.ui
The icon attachment can display a small icon on element, and it can be auto-layouted by the layouter.
IconAttachment(String, ElementUI) - Constructor for class twaver.network.ui.IconAttachment
Constructs attachment by given element ui and icon.
IconAttachment(String, ElementUI, String) - Constructor for class twaver.network.ui.IconAttachment
Constructs attachment by given element ui and icon.
IconAttachment(String, ElementUI, Icon) - Constructor for class twaver.network.ui.IconAttachment
Constructs attachment by given element ui and icon.
IconAttachment(String, ElementUI, String, int, int, int) - Constructor for class twaver.network.ui.IconAttachment
Constructs attachment by given element ui and icon.
IconAttachment(String, ElementUI, Icon, int, int, int) - Constructor for class twaver.network.ui.IconAttachment
Constructs attachment by given element ui and icon.
IconAttachmentHolder - Class in twaver.network.ui
This class hold many predefined icon attachments.
IconAttachmentHolder() - Constructor for class twaver.network.ui.IconAttachmentHolder
 
iconHeight - Variable in class twaver.chart.AbstractChart
 
IconRenderer - Class in twaver.table.renderer
This is a renderer is used to render Icon object.
IconRenderer() - Constructor for class twaver.table.renderer.IconRenderer
 
IconRenderer(String) - Constructor for class twaver.table.renderer.IconRenderer
 
iconUrl - Variable in class twaver.AbstractElement
 
iconURL - Variable in class twaver.network.ui.IconAttachment
 
IconURLRenderer - Class in twaver.table.renderer
This is a renderer is used to render icon url.
IconURLRenderer() - Constructor for class twaver.table.renderer.IconURLRenderer
 
IconURLRenderer(String) - Constructor for class twaver.table.renderer.IconURLRenderer
 
iconWidth - Variable in class twaver.chart.AbstractChart
 
id - Variable in class twaver.AbstractElement
 
ID_PREFIX_DEFINITION - Static variable in class twaver.web.WebUtil
 
ID_PREFIX_GRADIENT - Static variable in class twaver.web.WebUtil
 
ID_PREFIX_IMAGE - Static variable in class twaver.web.WebUtil
 
ID_PREFIX_TEXTURE - Static variable in class twaver.web.WebUtil
 
IdentifierFactory - Interface in twaver
This interface defines an element identifier generator.
IMAGE_BOLT - Static variable in class twaver.network.ui.CardUI
 
IMAGE_FORMAT - Static variable in class twaver.web.WebUtil
 
IMAGE_RENDERING - Static variable in class twaver.web.svg.TWaverWebConst
 
IMAGE_RENDERING_OPTIMIZESPEED - Static variable in class twaver.web.svg.TWaverWebConst
 
ImageBackground - Class in twaver.network.background
This class defines a bitmap background for network component.
ImageBackground() - Constructor for class twaver.network.background.ImageBackground
 
ImageBackground(String) - Constructor for class twaver.network.background.ImageBackground
Constructs a bitmap background with given image URL string.
ImageBackground(String, boolean) - Constructor for class twaver.network.background.ImageBackground
Constructs a bitmap background with given image URL string, and specify whether the image is resizable when network zoom factor is changed.
ImageBackground(Image, boolean) - Constructor for class twaver.network.background.ImageBackground
Constructs a bitmap background with given image object, and specify whether the image is resizable when network zoom factor is changed.
ImageBackground(Image) - Constructor for class twaver.network.background.ImageBackground
Input your image as the background image.
ImageFileFilter - Class in twaver.table.editor
This image filter pick all image file types for file image chooser use.
ImageFileFilter() - Constructor for class twaver.table.editor.ImageFileFilter
 
ImageFilePreview - Class in twaver.table.editor
This is a component used to display a thumbnail for the selected image file in image file chooser.
ImageFilePreview(JFileChooser) - Constructor for class twaver.table.editor.ImageFilePreview
 
ImageRenderer - Static variable in class twaver.web.TWebPropertySheet
 
imageUrl - Variable in class twaver.AbstractElement
 
imageURL - Variable in class twaver.network.background.TextureBackground
 
ImageURLEditor - Class in twaver.table.editor
This is an editor for editing image url string value.
ImageURLEditor() - Constructor for class twaver.table.editor.ImageURLEditor
 
ImageURLEditor(String) - Constructor for class twaver.table.editor.ImageURLEditor
 
increaseAcknowledgedAlarm(AlarmSeverity, int) - Method in class twaver.AlarmState
Increase acknowledged alarm count for given severity.
increaseNewAlarm(AlarmSeverity, int) - Method in class twaver.AlarmState
Increase new alarm count for given severity.
INDETERMINATE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Indeterminate'.
INDETERMINATE - Static variable in class twaver.AlarmSeverity
 
INDEX_COMPARATOR - Static variable in class twaver.table.Category
The predefined comparator for comparing index.
indexChanged(Element) - Method in class twaver.DataBoxSequenceAdapter
Called if the element index in the data box changed.
indexChanged(Element) - Method in interface twaver.DataBoxSequenceListener
Called if the element index in the databox changed.
indexOf(Element) - Method in class twaver.TDataBox
Return the sequence index of the given element in this data box.
indexOfLayer(Layer) - Method in class twaver.LayerModel
Gets the index of the given layer object in this layer model.
INFLEXION_STYLE_CIRCLE - Static variable in class twaver.TWaverConst
 
INFLEXION_STYLE_DIAMOND - Static variable in class twaver.TWaverConst
 
INFLEXION_STYLE_RECTANGLE - Static variable in class twaver.TWaverConst
 
INFLEXION_STYLE_TRIANGLE - Static variable in class twaver.TWaverConst
 
init() - Method in class twaver.chart.BarChart
Initializes the bar chart.
init() - Method in class twaver.chart.LineChart
Initializes the line chart.
init() - Method in class twaver.chart.PercentChart
initializes the percent chart.
init() - Method in class twaver.network.inputhandler.CreatePointsInputHandler
Initialize the input handler here.
init() - Method in class twaver.network.inputhandler.DefaultInputHandler
Initialize the input handler here.
init() - Method in class twaver.network.inputhandler.InputAdapter
 
init() - Method in interface twaver.network.inputhandler.InputHandler
Initialize the input handler here.
init() - Method in class twaver.network.inputhandler.MagnifierInputHandler
Initialize this handler.
init() - Method in class twaver.network.inputhandler.RectangleInputHandler
 
init() - Method in class twaver.network.inputhandler.ResizeInputHandler
 
init() - Method in class twaver.network.inputhandler.SelectionInputHandler
 
init() - Method in class twaver.network.inputhandler.WheelZoomInputHandler
Initialize the input handler here.
init() - Method in class twaver.network.InteractionMode
Initialize this interaction mode.
init() - Method in class twaver.PolySubNetwork
 
init(double[], double[]) - Method in class twaver.swing.TableLayout
Initializes the TableLayout for all constructors.
init(PropertySheetModel) - Method in class twaver.table.TPropertySheet
init property sheet
init() - Method in class twaver.tree.TTree
Initialize tree component
init(Locale, Class) - Static method in class twaver.TWaverUtil
Initialize TWaver with given locale and resource agent.
init() - Method in class twaver.web.svg.chart.SVGBarChart
Initializes the bar chart.
init() - Method in class twaver.web.svg.chart.SVGLineChart
Initializes the line chart.
init() - Method in class twaver.web.svg.chart.SVGPercentChart
initializes the percent chart.
initColumnIndexMap() - Method in class twaver.table.TTableModel
initialize column index map
initDnD() - Method in class twaver.network.TNetwork
 
initDnD() - Method in class twaver.tree.TTree
 
initInputHandler() - Method in class twaver.table.ResizableTable
Installs input hander for this table.
initInputHandler() - Method in class twaver.table.TPropertySheet
init input handlers.
initInputHandler() - Method in class twaver.table.TTable
Initialize table input handler
initToolBar() - Method in class twaver.network.LayerManagerPane
 
initToolBar() - Method in class twaver.table.TPropertySheetPane
User can override this method to customize toolbar.
initTransientProperty() - Method in class twaver.web.svg.network.SVGContext
 
initTransientProperty() - Method in class twaver.web.svg.network.TSVGNetwork
 
INPUT_DEVICE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Input device error'.
INPUT_OUTPUT_DEVICE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Input/output device error'.
INPUT_PARAMETER_OUT_OF_RANGE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Input parameter out of range'.
InputAdapter - Class in twaver.network.inputhandler
An abstract adapter class for receiving input events.
InputAdapter() - Constructor for class twaver.network.inputhandler.InputAdapter
 
InputHandler - Interface in twaver.network.inputhandler
Define a input event listener include both mouse and keyboard input event.
insertColumn(int, double) - Method in class twaver.swing.TableLayout
Inserts a column in this layout.
insertCr(int, int, double) - Method in class twaver.swing.TableLayout
Inserts a cr for the methods insertRow or insertColumn.
insertPoint(int, Point2D) - Method in class twaver.ShapeLink
Insert control point into the specified index
insertPoint(int, Point2D) - Method in class twaver.ShapeNode
Insert control point into the specified index
insertRow(int, double) - Method in class twaver.swing.TableLayout
Inserts a row in this layout.
insertRow(int, Vector) - Method in class twaver.table.TTableModel
Inserts a row at row in the model.
insertSegment(int, Segment) - Method in class twaver.PolyLine
Insert a segment into the polyline at the specified position.
insertSVGHeadBefore(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
InsetsEditor - Class in twaver.table.editor
 
InsetsEditor() - Constructor for class twaver.table.editor.InsetsEditor
 
InsetsEditor(String) - Constructor for class twaver.table.editor.InsetsEditor
 
InsetsRenderer - Class in twaver.table.renderer
 
InsetsRenderer() - Constructor for class twaver.table.renderer.InsetsRenderer
 
InsetsRenderer(String) - Constructor for class twaver.table.renderer.InsetsRenderer
 
installAttachments() - Method in class twaver.network.ui.AbstractElementUI
install the default attachments for this UI.
installAttachments() - Method in class twaver.network.ui.LinkUI
 
installAttachments() - Method in class twaver.network.ui.PolyLineUI
 
INTEGER0 - Static variable in class twaver.TWaverConst
 
INTEGER1 - Static variable in class twaver.TWaverConst
 
INTEGER2 - Static variable in class twaver.TWaverConst
 
INTEGER3 - Static variable in class twaver.TWaverConst
 
INTEGER4 - Static variable in class twaver.TWaverConst
 
INTEGER5 - Static variable in class twaver.TWaverConst
 
IntegerEditor - Class in twaver.table.editor
This is an editor for editing integer value.
IntegerEditor() - Constructor for class twaver.table.editor.IntegerEditor
 
IntegerEditor(String) - Constructor for class twaver.table.editor.IntegerEditor
 
INTEGRITY_VIOLATION - Static variable in class twaver.AlarmType
Integrity Violation alarm.
InteractionEvent - Class in twaver.network
This class is used to describe the basic interaction with network
InteractionEvent(Object, int) - Constructor for class twaver.network.InteractionEvent
Create an interaction event.
InteractionEvent(Object, int, MouseEvent) - Constructor for class twaver.network.InteractionEvent
Create an interaction event.
InteractionEvent(Object, DropTargetDropEvent) - Constructor for class twaver.network.InteractionEvent
 
InteractionEvent(Object, int, Object, MouseEvent) - Constructor for class twaver.network.InteractionEvent
Create an interaction event.
InteractionInputHandler - Class in twaver.network.inputhandler
This is a implementation of InputEventListener that uses to handle all input action of a network component.
InteractionInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.InteractionInputHandler
Constructs a instance that is initialized with given network.
InteractionListener - Interface in twaver.network
The interface for an object that can listen to interaction events.
InteractionMode - Class in twaver.network
This class defines the network interaction mode.
InteractionMode(InputHandler[]) - Constructor for class twaver.network.InteractionMode
Constructs the interaction mode by given inputhandlers.
InteractionModeFactory - Class in twaver.network
This factory class provides the most common interaction modes for using.
InteractionModeFactory() - Constructor for class twaver.network.InteractionModeFactory
 
interactionPerformed(InteractionEvent) - Method in interface twaver.network.InteractionListener
The method of a registered listener that will be called when an interaction takes place.
InterceptedLinkSVGUI - Class in twaver.web.svg.network.ui
Deprecated.
As of TWaver version 3.6
InterceptedLinkSVGUI(MapNetwork, Link) - Constructor for class twaver.web.svg.network.ui.InterceptedLinkSVGUI
Deprecated.
 
Interceptor - Interface in twaver
The root class from which all twaver's interceptors shall be derived.
interested(Alarm) - Method in class twaver.AlarmModelQuickFinder
Determines whether or not this finder has interest on this specified alarm.
interested(Element) - Method in class twaver.DataBoxQuickFinder
Determines whether or not this finder has interest on this specified element.
interested(Element) - Method in class twaver.table.TElementTable
Check whether given element is an interested class type for this element table.
interested() - Method in interface twaver.Task
Task scheduler will call this method to check whether should invoke run method body.
interested() - Method in class twaver.TaskAdapter
Task scheduler will call this method to check whether should invoke run method body.
interested(Element) - Method in class twaver.web.TWebElementTable
Check whether given element is an interested class type for this element table.
INTERSECT_SELECTION - Static variable in class twaver.network.TNetwork
Intersect selection mode.
intersectionList - Variable in class twaver.network.ui.WireUI
 
IntersectionPoint - Class in twaver
Created by macpro3 on 05/01/2017.
IntersectionPoint(Point2D) - Constructor for class twaver.IntersectionPoint
 
intersects(Point) - Method in class twaver.chart.ShapeStruct
 
interval - Variable in class twaver.TaskAdapter
 
INVALID_MESSAGE_RECEIVED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Invalid message received'.
INVALID_MSU_RECEIVED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Invalid MSU received'.
INVALID_PARAMETER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Invalid parameter'.
INVALID_POINTER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Invalid pointer'.
INVALID_URL - Static variable in interface twaver.ResourceLocateInterceptor
This is used to indicate invalid url.
invalidate() - Method in class twaver.network.ui.AlarmAttachment
 
invalidate() - Method in class twaver.network.ui.ComponentAttachment
 
invalidateAllElementBounds() - Method in class twaver.network.TNetwork
Invalidates all element's cached bounds value.
invalidateAllLinkShape() - Method in class twaver.network.TNetwork
 
invalidateAntennaShape() - Method in class twaver.BTSAntenna
Invalidates the shape of this antenna.
invalidateCachedImage() - Method in class twaver.ShapeImage
 
invalidateElementBounds(Element) - Method in class twaver.network.TNetwork
Invalidates the specified element cached bounds value.
invalidateGroupShape() - Method in class twaver.Group
Call this method to invalidate group shape.
invalidateLayout(Container) - Method in class twaver.swing.TableLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateRelatedLinkShapes() - Method in class twaver.network.ui.LinkUI
 
invalidateShape() - Method in class twaver.network.ui.GroupUI
 
invalidateShape() - Method in class twaver.network.ui.LinkUI
Invalidate this link's path.
invalidateShape() - Method in class twaver.network.ui.PolyLineUI
 
is3D() - Method in class twaver.chart.PieChart
 
is3d - Variable in class twaver.network.ui.LinkUI
 
is3D() - Method in class twaver.network.ui.LinkUI
 
is3D() - Method in class twaver.web.svg.chart.SVGPieChart
 
isAcked() - Method in class twaver.Alarm
The acknowledged state of the alarm.
isAdjusting() - Method in interface twaver.DataBoxSelectionModel
Returns true if current box selection value is undergoing a series of changes.
isAdjusting() - Method in class twaver.Group
 
isAdjusting - Variable in class twaver.ShapeNode
 
isAdjusting - Variable in class twaver.table.TPageNavigator
 
isAdjusting - Variable in class twaver.table.TTableModel
 
isAdjustToBottom() - Method in class twaver.AbstractElement
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAdjustToBottom() - Method in class twaver.Card
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAdjustToBottom() - Method in interface twaver.Element
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAdjustToBottom() - Method in class twaver.Group
 
isAdjustToBottom() - Method in class twaver.PolyLine
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAdjustToBottom() - Method in class twaver.PolySubNetwork
 
isAdjustToBottom() - Method in class twaver.Rack
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAdjustToBottom() - Method in class twaver.Shelf
When returns true, if this element has children, this element is always adjusted to the bottom of its children in network canvas.
isAlarmAttachmentBlinkable(Element) - Method in class twaver.web.svg.network.DefaultSVGBlinkingRule
 
isAlarmAttachmentBlinkable(Element) - Method in interface twaver.web.svg.network.SVGBlinkingRule
 
isAlarmBalloonShownOnTop() - Method in class twaver.AbstractElement
Determines whether the alarm balloon of this element is shown on top.
isAlarmBalloonShownOnTop() - Method in interface twaver.Element
Determines whether the alarm balloon of this element is shown on top.
isAlarmBalloonTextBlinkable() - Method in class twaver.AbstractElement
Determines whether the text of the alarm balloon is blinkable.
isAlarmBalloonTextBlinkable() - Method in interface twaver.Element
Determines whether the text of the alarm balloon is blinkable.
isAlarmBalloonVisible() - Method in class twaver.AbstractElement
Determines whether the alarm balloon of this element is visible.
isAlarmBalloonVisible() - Method in interface twaver.Element
Determines whether the alarm balloon of this element is visible.
isAlarmBalloonVisible() - Method in class twaver.network.TNetwork
Determines whether the alarm balloon attachment is visible on network canvas.
isAlarmBalloonVisible() - Method in class twaver.web.svg.network.TSVGNetwork
Determines whether the alarm balloon attachment is visible on network canvas.
isAlarmExists(Object) - Method in class twaver.AlarmModel
Tells whether the alarm with given id is exists in the alarm model.
isAnimateComponentAttachment() - Method in class twaver.network.TNetwork
Checks whether enable animate effect on component attachment
isAnimateElementDelete() - Method in class twaver.network.TNetwork
Checks whether enable animate effect when element is deleted.
isAnimateElementMove() - Method in class twaver.network.TNetwork
Checks whether enable animate effect when element is moved.
isAnimateElementResize() - Method in class twaver.network.TNetwork
Checks whether enable animate effect when element is resized.
isAnimateSubnetworkEnter() - Method in class twaver.network.TNetwork
Checks whether enable animate effect when enter subnetwork.
isAntialias() - Method in class twaver.chart.AbstractChart
Determines whether the chartPane use antialias model, the antialias flag is used to set the graphics renderinghint of the charPane
isAntialias() - Method in class twaver.network.ui.AbstractBorderUI
 
isAppearable(Element) - Method in class twaver.chart.PieChart
 
isAppearable(Element) - Method in class twaver.web.svg.chart.SVGPieChart
 
isApplyBackgroundThroughSubNetwork() - Method in class twaver.network.TNetwork
Determines whether this network's background is applied to all subnetworks that have no assigned background.
isApplyBackgroundThroughSubNetwork() - Method in class twaver.web.svg.network.TSVGNetwork
Determines whether this network's background is applied to all subnetworks that have no assigned background.
isAreaFill(Element) - Method in class twaver.chart.RadarChart
 
isAreaFill() - Method in class twaver.chart.RadarChart
Gets whether the area is filled.
isAreaFill(Element) - Method in class twaver.web.svg.chart.SVGRadarChart
 
isAreaFill() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the area is filled.
isAreaGradient() - Method in class twaver.chart.LineChart
Determines whether to draw gradient area.
isAreaSelectable() - Method in class twaver.chart.BubbleChart
Gets whether the area can be selected when the line type is TWaverConst.LINE_TYPE_AREA.
isAreaSelectable() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the area can be selected when the line type is TWaverConst.LINE_TYPE_AREA.
isAtCenter(Element, double, double, double, double) - Method in class twaver.network.CloudLayouter
 
isAutoAdjustDirection() - Method in class twaver.network.ui.ComponentAttachment
 
isAutoAdjustDirection() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isAutoRemoveAlarmWhenCleared() - Method in class twaver.AlarmModel
 
isAutoRemoveAlarmWhenElementIsRemoved() - Method in class twaver.AlarmModel
 
isAutoSyncSelectionFromDataBoxToView() - Method in class twaver.list.TList
Determines whether synchronize selection from data box to this list automatically.
isAutoSyncSelectionFromDataBoxToView() - Method in class twaver.table.TElementTable
Determines whether to synchronize selection from data box to this table automatically.
isAutoSyncSelectionFromDataBoxToView() - Method in class twaver.tree.TTree
Determines whether synchronize selection from data box to this tree automatically.
isAutoSyncSelectionFromViewToDataBox() - Method in class twaver.list.TList
Determines whether synchronize selection from this list to data box automatically.
isAutoSyncSelectionFromViewToDataBox() - Method in class twaver.table.TElementTable
Determines whether to synchronize selection from this table to data box automatically.
isAutoSyncSelectionFromViewToDataBox() - Method in class twaver.tree.TTree
Determines whether synchronize selection from this tree to data box automatically.
isAxisInflexionVisible() - Method in class twaver.chart.RadarChart
Gets whether the inflexion of the axis is visible.
isAxisInflexionVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the inflexion of the axis is visible.
isAxisTextTooltipVisible() - Method in class twaver.chart.RadarChart
Gets whether the tooltip of the axis is visible in axis line.
isAxisTextVisible() - Method in class twaver.chart.RadarAxis
 
isAxisTextVisible() - Method in class twaver.chart.RadarChart
Gets whether the text of the axis is visible.
isAxisTextVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the text of the axis is visible.
isAxisVisible() - Method in class twaver.chart.RadarChart
Gets whether the axis is visible.
isAxisVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the axis is visible.
isBackgroundGradient() - Method in class twaver.chart.AbstractChart
Determines whether to draw gradient background.
isBackgroundGradient() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
isBackgroundVisible() - Method in class twaver.chart.AbstractChart
Determines whether the background is visible.
isBackgroundVisible() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
isBallGradient() - Method in class twaver.chart.DialChart
Gets whether the ball is gradient.
isBallGradient() - Method in class twaver.web.svg.chart.SVGDialChart
Gets whether the ball is gradient.
isBatching() - Method in class twaver.AlarmModel
 
isBatching() - Method in interface twaver.Batchable
Checks whether Batchable instance is in batch phase.
isBatching() - Method in class twaver.TDataBox
Checks whether this data box is in batch phase.
isBlank() - Method in class twaver.swing.TTristateCheckBox
 
isBlinking(Segment) - Method in class twaver.PolyLine
Tells whether the given segment of this polyline is blinking.
isBodyBlinking(Element) - Method in class twaver.BlinkingRule
Determines whether the given element need to blink its body.
isBodyDark() - Method in class twaver.network.ui.AbstractElementUI
 
isBodyDark() - Method in interface twaver.network.ui.ElementUI
 
isBodyFill() - Method in class twaver.BaseElement
Whether body is fill.
isBodyFill() - Method in class twaver.network.ui.BaseElementUI
Whether this element's body is filled.
isBodyGradient() - Method in class twaver.network.ui.ComponentAttachment
 
isBodyGradient() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isBodyRaised() - Method in class twaver.BaseElement
Gets whether need to paint raised body.
isBodyVisible() - Method in class twaver.network.ui.ComponentAttachment
 
isBodyVisible() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isBorderFill() - Method in class twaver.AbstractElement
Determines whether the border of this element is filled with border color.
isBorderFill() - Method in interface twaver.Element
Determines whether the border of this element is filled with border color.
isBorderUnderneath() - Method in class twaver.AbstractElement
Determines whether the border is underneath this element.
isBorderUnderneath() - Method in interface twaver.Element
Determines whether the border is underneath this element.
isBorderVisible() - Method in class twaver.AbstractElement
Determines whether the border of this element is visible.
isBorderVisible() - Method in interface twaver.Element
Determines whether the border of this element is visible.
isBorderVisible() - Method in class twaver.network.ui.ComponentAttachment
 
isBorderVisible() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isBorderXormode() - Method in class twaver.AbstractElement
Determines whether the border is drawn with XOR mode.
isBorderXormode() - Method in interface twaver.Element
Determines whether the border is drawn with XOR mode.
isBTSAntennaArrowShow() - Method in class twaver.BTSAntenna
 
isBTSAntennaOutlineShow() - Method in class twaver.BTSAntenna
 
isBubbleGradient() - Method in class twaver.chart.BubbleChart
Gets whether the bubble is gradient.
isBubbleGradient() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the bubble is gradient.
isBundleAgent() - Method in class twaver.Link
Checks whether this link is bundle agent.
isBundleAgent() - Method in class twaver.network.ui.LinkUI
Whether this link ui is the bundle agent.
isBundleAgent() - Method in class twaver.network.ui.PolyLineUI
 
isBundledHidden() - Method in class twaver.network.ui.PolyLineUI
 
isBundledLinksExpand(Node, Node) - Static method in class twaver.TWaverUtil
 
isBundleExpand() - Method in class twaver.network.ui.LinkUI
Determine whether this this bundle is expanded.
isBundleExpand() - Method in class twaver.network.ui.PolyLineUI
 
isBusinessProperty() - Method in class twaver.ElementAttribute
Gets the value of the property businessProperty.
isCacheImageBase64() - Static method in class twaver.web.WebUtil
Whether cache image by base64.
isCanceled() - Method in class twaver.table.editor.HTMLTextEditorUI
 
isCardBoltBottom() - Method in class twaver.Card
Checks whether display the bottom bolt for this card.
isCardBoltLeft() - Method in class twaver.Card
Checks whether display the left bolt for this card.
isCardBoltRight() - Method in class twaver.Card
Checks whether display the right bolt for this card.
isCardBoltTop() - Method in class twaver.Card
Checks whether display the top bolt for this card.
isCategoryFontBold() - Method in class twaver.table.TPropertySheet
Determines whether the category font of this sheet is bold.
isCategoryFontBold() - Method in class twaver.web.TWebPropertySheet
Determines whether the category font of this websheet is bold.
isCellEditable(EventObject) - Method in class twaver.table.editor.ActionTableCellEditor
Returns true if anEvent is not a MouseEvent.
isCellEditable(int, int) - Method in class twaver.table.TTableModel
Checks whether or not the cell at columnIndex and rowIndex is editable.
isCenterAlignment() - Method in class twaver.combobox.TComboBox
Checks whether the cell renderer is center alignment.
isCenterAlignment() - Method in class twaver.combobox.TComboBoxRenderer
 
isCenterAlignment() - Method in class twaver.list.TList
Checks whether the cell renderer is center alignment.
isCenterAlignment() - Method in class twaver.list.TListCellRenderer
Checks whether the cell renderer is center alignment.
isCheckable(Element) - Method in interface twaver.CheckableFilter
Returns true is the element is checkable, false not chackable.
isCheckable(Element) - Method in class twaver.list.TList
Return whether the given element is checkable on list.
isCheckable(Element) - Method in class twaver.tree.TTree
Return whether the given element is checkable on tree.
isCheckedWhenNotSpecified() - Method in class twaver.swing.TTristateCheckBox
 
isCheckedWhenNotSpecified() - Method in class twaver.tree.TTree
 
isChildrenSortable(Element) - Method in interface twaver.ChildrenSortableFilter
Determines whether the given parent element's children need to be sorted.
isChildrenSortable(Element) - Method in class twaver.tree.TTree
Checks whether the given parent element's children need to be sorted.
isChildrenSortable(Element) - Method in class twaver.web.TWebTree
 
isClear - Variable in class twaver.table.editor.ActionTableCellEditor
 
isCleared() - Method in class twaver.Alarm
Whether this alarm is cleared.
isClearSelectionOnMarginClicked() - Method in class twaver.chart.AbstractChart
Returns true if clearing selection when chart margin (blank area) is clicked.
isClearSelectionOnMarginClicked() - Method in class twaver.list.TList
Returns true if clearing selection when margin (blank area) is clicked.
isClearSelectionOnMarginClicked() - Method in class twaver.network.TNetwork
If this value is true, click blank area on network will clear all current seleciton; If this value is false, click blank area on network will not clear current selection.
isClearSelectionOnMarginClicked() - Method in class twaver.table.TTable
Checks whether mouse click table margin (blank area) will clear current table selection.
isClearSelectionOnMarginClicked() - Method in class twaver.tree.TTree
Returns true if clearing selection when tree margin (blank area) is clicked.
isClientProperty() - Method in class twaver.ElementAttribute
Gets the value of the property clientProperty.
isClosable() - Method in class twaver.network.ui.ComponentAttachment
 
isClosable() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isClosed(Element) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isColumnAutoResizable() - Method in class twaver.table.ResizableTable
Returns true if the column can be resize automatically.
isColumnResizable() - Method in class twaver.table.ResizableTable
Returns true if the column is resizable, false otherwise.
isConnected(Node, Node) - Static method in class twaver.TWaverUtil
Check whether the two nodes is connected via link.
isConsiderAttachmentOnLayout() - Method in class twaver.network.TNetwork
Determines whether to consider attachment size when doing auto layout.
isConsiderDropDownIcon() - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
isConsiderDropDownIcon() - Method in class twaver.table.renderer.EnumTypeRenderer
 
isConverseIncreaseOrder() - Method in class twaver.table.TAlarmTable
Return true if row data is inserted at the head, else row data is appended to the tail when alarm is added.
isConverseIncreaseOrder() - Method in class twaver.table.TElementTable
Return true if row data is inserted at the head, else row data is appended to the end when element is added.
isConverseIncreaseOrder() - Method in class twaver.web.table.TWebTable
 
isConverseIncreaseOrder() - Method in class twaver.web.TWebElementTable
Return true if row data is inserted at the head, else row data is appended to the end when element is added.
isCustomDraw() - Method in class twaver.BaseElement
Whether use custom draw mode painting.
isCustomDraw() - Method in class twaver.network.ui.BaseElementUI
 
isCustomDraw() - Method in class twaver.network.ui.GroupUI
 
isCustomDrawAntialias() - Method in class twaver.BaseElement
Whether use anti alias mode to paint the custom draw.
isCustomDrawDefaultBorder() - Method in class twaver.BaseElement
Whether use default border (shape's bound rectangle) for the custom draw.
isCustomDrawDefaultBorder() - Method in class twaver.network.ui.BaseElementUI
 
isCustomDrawFill() - Method in class twaver.BaseElement
Whether fill the custom draw shape This method is a wrap for #getClientProperty with key of TWaverConst.PROPERTYNAME_CUSTOM_DRAW_FILL.
isCustomDrawFill3D() - Method in class twaver.BaseElement
Whether fill the custom draw shape 3d This method is a wrap for #getClientProperty with key of TWaverConst.PROPERTYNAME_CUSTOM_DRAW_FILL_3D.
isCustomDrawGradient() - Method in class twaver.BaseElement
Whether use gradient fill for the custom draw.
isCustomDrawOutline() - Method in class twaver.BaseElement
Whether draw outline for the custom draw This method is a wrap for #getClientProperty with key of TWaverConst.PROPERTYNAME_CUSTOM_DRAW_OUTLINE.
isCustomDrawOutline3D() - Method in class twaver.BaseElement
Whether draw outline 3d for the custom draw This method is a wrap for #getClientProperty with key of TWaverConst.PROPERTYNAME_CUSTOM_DRAW_OUTLINE_3D.
isDataBoxLabelEditable() - Method in class twaver.tree.TTree
 
isDataLoaded() - Method in class twaver.LinkSubNetwork
Tells whether data of this subnetwork has been loaded if datasource has been specified.
isDataLoaded() - Method in class twaver.ShapeSubNetwork
Tells whether data of this subnetwork has been loaded if datasource has been specified.
isDataLoaded() - Method in class twaver.SubNetwork
Tells whether data of this subnetwork has been loaded if datasource has been specified.
isDataLoaded() - Method in interface twaver.TSubNetwork
Tells whether data of this subnetwork has been loaded if datasource has been specified.
isDescendantOf(Element) - Method in class twaver.AbstractElement
Determines whether this element is a descendant of given element.
isDescendantOf(Element) - Method in interface twaver.Element
Determines whether this element is a descendant of given element.
isDirty() - Method in class twaver.web.table.TWebTable
 
isDistinctSortableHeader() - Method in class twaver.table.TTable
 
isDnDTarget(Object) - Method in class twaver.tree.TTree
Checks the object is drag-and-drop target object.
isDoubleClickable(Element) - Method in interface twaver.DoubleClickableFilter
Tells whether the given element's default double click action is enabled.
isDoubleClickable(Element) - Method in class twaver.network.TNetwork
Checks whether the given element is double clickable on this network.
isDraggable(int) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
isDraggable(int) - Method in class twaver.network.inputhandler.EagerMoveInputHandler
 
isDraggable(int) - Method in class twaver.network.inputhandler.LazyMoveInputHandler
 
isDrawBorder() - Method in class twaver.network.ui.LabelAttachment
Return whether draw a rectangle bounds label for specified element.
isDrawIconShape() - Method in class twaver.AbstractElement
Determines whether the the icon shape of this element is drawn.
isDrawIconShape() - Method in interface twaver.Element
Determines whether the the icon shape of this element is drawn.
isDrawImageShape() - Method in class twaver.network.ui.NodeUI
 
isDrawImageShape() - Method in class twaver.Node
Gets whether use image shape to draw the image selection border.
isEditable(Element) - Method in interface twaver.EditableFilter
Tells whether something is editable according to the given element.
isEditable() - Method in class twaver.ElementAttribute
Tells TWaver whether this property is editable.
isEditable() - Method in class twaver.table.TElementTable
Returns true if table cell is editable.
isEditable(int) - Method in class twaver.table.TElementTable
Checks whether the specified row is editable.
isEditable() - Method in class twaver.table.TPropertySheet
Check whether the displayed element attributes is editable.
isEditable(int) - Method in class twaver.table.TTable
Checks whether the specified row is editable.
isEditable() - Method in class twaver.table.TTableColumn
Return whether this column cells are editable.
isEditable - Variable in class twaver.table.TTableModel
 
isEditable() - Method in class twaver.table.TTableModel
Whether table is cell editable.
isEditable - Variable in class twaver.web.TWebPropertySheet
 
isEditable() - Method in class twaver.web.TWebPropertySheet
Check whether the displayed element attributes is editable.
isElementBodyBlinkable(Element) - Method in class twaver.web.svg.network.DefaultSVGBlinkingRule
 
isElementBodyBlinkable(Element) - Method in interface twaver.web.svg.network.SVGBlinkingRule
 
isElementBoundsInvalidatable(TNetwork, Element, PropertyChangeEvent) - Method in interface twaver.network.ElementBoundsInvalidatableFilter
Tells whether the given property of the element change affect the element bounds invalidate on the given network component.
isElementDraggable() - Method in class twaver.tree.TTree
Returns true if the tree node is drag-and-drop enabled.
isElementInViewPort(Element) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
isElementToolTipDisplayable() - Method in class twaver.tree.TTree
Check whether enable to display element tooltip text on tree.
isElementTransparentAreaSelectable() - Method in class twaver.network.TNetwork
Whether click the element image transparent area is able to select the element.
isElliptical() - Method in class twaver.network.CloudLayouter
 
isEmpty() - Method in class twaver.AbstractElement
Determines whether this element is empty (no children element).
isEmpty() - Method in class twaver.AlarmModel
 
isEmpty() - Method in class twaver.AlarmState
Tells whether this alarm state object has any alarms.
isEmpty() - Method in interface twaver.DataBoxSelectionModel
Returns true if this model is empty.
isEmpty() - Method in interface twaver.Element
Determines whether this element is empty (no children element).
isEmpty() - Method in class twaver.TDataBox
Checks whether this databox is empty.
isEnable() - Method in class twaver.UndoRedoManager
Checks whether this UndoRedoManager is enabled.
isEnableAdjustIndex() - Method in class twaver.TDataBox
Determines whether this data box is enable to adjust element index.
isEnableAlarmPropagationFromChildren() - Method in class twaver.AbstractElement
Returns true if the children's alarm state can be propagated to this element, false otherwise.
isEnableAlarmPropagationFromChildren() - Method in interface twaver.Element
Returns true if the children's alarm state can be propagated to this element, false otherwise.
isEnableAnimation() - Method in class twaver.network.TNetwork
Determines whether to enable animation on this network canvas.
isEnableAnimation() - Method in class twaver.tree.TTree
Determines whether to enable animation on tree node icon.
isEnableAttachmentDefaultAction() - Method in class twaver.network.TNetwork
Determines whether the default action on attachment should be enable.
isEnableAutoAdjustCanvasSize() - Method in class twaver.network.TNetwork
Returns true if this network canvas needs to to be adjusted automatically when something that affects the canvas view size happened, such as element's location changed, element is removed or added, zoom in or zoom out, etc.
isEnableAutoScroll() - Method in class twaver.network.TNetwork
Checks whether network canvas viewport is automatically scrolled when element(s) is dragging.
isEnableAutoScroll() - Static method in class twaver.TWaverUtil
Check whether auto scroll is enabled now.
isEnableBatch() - Method in class twaver.ElementAttribute
Tells TWaver whether this property is enable batch reading/writing.
isEnableBlinking() - Method in class twaver.network.TNetwork
Sets whether to enable blinking on this network canvas.
isEnableBodyBlinking() - Method in class twaver.BlinkingRule
Checks whether the element body blinking is enable for this rule.
isEnableCategoryInteraction() - Method in class twaver.table.TPropertySheet
Checks whether to enable category interaction(expand/collapse)
isEnableCopyPasteWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable copy and paste elements with keyboard.
isEnableDeleteWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable delete elements with keyboard.
isEnableDoubleClickToReset() - Method in class twaver.chart.AbstractChart
Determines whether the chart panel will be reset or not when the char panel is double clicked.
isEnableDoubleClickToUp() - Method in class twaver.network.TNetwork
If this value is true, then double click network canvas blank area will goto upper subnetwork layer, false will do nothing.
isEnableElementLabelInteract() - Method in class twaver.web.svg.network.SVGContext
 
isEnableElementTooltip() - Method in class twaver.web.svg.network.SVGContext
 
isEnableEnterEmptySubNetwork() - Method in class twaver.network.TNetwork
If this value is true, then empty subnetwork can be drill down, false can not.
isEnableExitFullScreenWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable exit full screen with keyboard.
isEnableIllegalLinkVisible() - Method in class twaver.network.TNetwork
Checks whether the illegal links are visible.
isEnableIllegalLinkVisible() - Method in class twaver.web.svg.network.TSVGNetwork
Checks whether the illegal links are visible.
isEnableInteract() - Method in class twaver.web.svg.network.SVGContext
 
isEnableMouseWheelToZoom() - Method in class twaver.network.TNetwork
Checks whether enable scrolling mouse wheel to zoom in/out.
isEnableOutlineBlinking() - Method in class twaver.BlinkingRule
Checks whether the element outline blinking is enable for this rule.
isEnablePropagationFromChildren() - Method in class twaver.AlarmState
Returns true if the children's alarm state can propagate to the related element of this alarm state.
isEnableRightClickEvent() - Method in class twaver.list.TList
 
isEnableRightClickEvent() - Method in class twaver.network.TNetwork
 
isEnableRightClickEvent() - Method in class twaver.table.TTable
 
isEnableRightClickEvent() - Method in class twaver.tree.TTree
 
isEnableSelectAllWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable select all elements with keyboard.
isEnableSwitchFullScreenWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable switch full screen with keyboard.
isEnableToolTipText() - Method in class twaver.chart.AbstractChart
Determines whether the tooltip text is visible.
isEnableTristateCheckBox() - Method in class twaver.tree.TTree
Check whether this tree component is enable tristate checkbox.
isEnableTristateSorting() - Method in class twaver.table.TTable
Checks whether to enable tristate sorting for table column.
isEnableUndoRedoWithKeyboard() - Method in class twaver.network.TNetwork
Determines Whether network enable undo and redo elements with keyboard.
isEnableXTranslate() - Method in class twaver.chart.AbstractChart
Determines whether the chartPane can be translated along the x-axis.
isEnableXZoom() - Method in class twaver.chart.AbstractChart
Determines whether the chartPane can be zoomed along the x-axis.
isEnableYTranslate() - Method in class twaver.chart.AbstractChart
Determines whether the chartPane can be translated along the y-axis.
isEnableYZoom() - Method in class twaver.chart.AbstractChart
Determines whether the chart panel can be zoomed along the y-axis.
isEnableZoomAndPan() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
isEnableZoomAndPan() - Method in class twaver.web.svg.network.TSVGNetwork
 
isEnsureVisibleOnSelected() - Method in class twaver.list.TList
Check whether element will be ensure visible when element is selected.
isEnsureVisibleOnSelected() - Method in class twaver.network.TNetwork
Returns true if need to ensure element visible when selected.
isEnsureVisibleOnSelected() - Method in class twaver.table.TElementTable
Check whether element will be ensure visible when element is selected.
isEnsureVisibleOnSelected() - Method in class twaver.tree.TTree
Return the flag that used to determine whether scroll viewport to make element visible on the tree when the element is selected.
isEqual(PageFormat, PageFormat) - Method in class twaver.network.NetworkPrinter
Tests, whether the given two page format objects are equal.
isEscapeText() - Method in class twaver.web.svg.network.SVGContext
 
isEscapeValue() - Method in class twaver.web.table.TWebTable
 
isExist() - Method in class twaver.BaseEquipment
Checks whether this equipment is exist.
isExist() - Method in interface twaver.Equipment
Tells whether this equipment object is 'exist' on chassis.
isExpand() - Method in class twaver.Group
Whether this group now is expanded.
isExpand() - Method in class twaver.swing.FullScreenSupport
 
isExpand() - Method in class twaver.table.Category
Check whether this category should be expanded when displayed in a property sheet component.
isExpanded() - Method in class twaver.swing.TExpandPane
 
isExpanded(Element) - Method in class twaver.tree.TTree
Gets whether if the treenode of the specified element is expanded.
isExpanded(ElementNode) - Method in class twaver.tree.TTree
Gets whether if the element node is expanded.
isExpandGroupAfterLayout() - Method in class twaver.network.TNetwork
Determines whether to expand group after doing layout.
isExplored() - Method in class twaver.tree.AbstractTTreeNode
Check whether this tree node has been explored.
isExt() - Method in class twaver.web.TWebTreeTable
 
isExtensionListInDescription() - Method in class twaver.swing.FileChooserFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isExtraWidthAssignable() - Method in class twaver.ElementAttribute
Checks whether to be assigned extra with after packing.
isExtraWidthAssignable() - Method in class twaver.table.TTableColumn
Checks whether to be assigned extra with after packing.
isFill() - Method in class twaver.network.ui.AbstractBorderUI
 
isFillIndent() - Method in class twaver.table.TPropertySheet
Checks whether to fill indent.
isFireTreeNodeChangedWhenSelectionChanged() - Method in class twaver.tree.TTree
 
isFlowing() - Method in class twaver.network.ui.LinkUI
Determine whether this link is paint as flowing animating effect.
isFlowingConverse - Variable in class twaver.network.ui.LinkUI
 
isFlowingConverse() - Method in class twaver.network.ui.LinkUI
Determine whether this link is paint as converse flowing.
isFromArrow() - Method in class twaver.network.ui.LinkUI
Determine whether this link has from arrow.
isFrozeLinkShape() - Method in class twaver.network.TNetwork
 
isFullScreen() - Method in class twaver.network.TNetwork
Checks whether this network is in full screen mode.
isFullScreen() - Method in class twaver.swing.FullScreenSupport
 
isGradient() - Method in class twaver.chart.AbstractChart
Determines whether the graphics uses a GradientPaint to fill
isGradient() - Method in class twaver.network.background.ColorBackground
Determines whether to draw gradient background.
isGradient() - Method in class twaver.network.background.ImageBackground
Determines whether to draw gradient background.
isGradient() - Method in class twaver.web.svg.chart.AbstractSVGChart
Determines whether the graphics uses a GradientPaint to fill
isGrayImageBeforeDyed() - Static method in class twaver.TWaverUtil
Determines whether to gray image before dye it.
isGroup3D() - Method in class twaver.Group
Whether display this group with a 3d shape
isGroupAntialias() - Method in class twaver.Group
Gets whether use anti alias mode to paint the group.
isGroupDoubleClickEnable() - Method in class twaver.Group
Gets whether this group is double click enabled.
isGroupFill() - Method in class twaver.Group
Gets whether or not fill the group body.
isGroupGradient() - Method in class twaver.Group
Gets whether the group's body is drawed by gradient paint.
isGroupHandlerVisible() - Method in class twaver.Group
Gets whether or not the group handler is visible.
isGroupOpaque() - Method in class twaver.Group
Gets whether this group is opaque.
isGroupOutline() - Method in class twaver.Group
Gets whether display outline of this group.
isHeadAutoResizable() - Method in class twaver.table.ResizableTable
Returns true if the head can be resize automatically.
isHollow() - Method in class twaver.chart.PieChart
Determines whether this pie chart is hollow.
isHollow() - Method in class twaver.network.ui.LinkUI
 
isHollow() - Method in class twaver.web.svg.chart.SVGPieChart
Determines whether this pie chart is hollow.
isHosting() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
isHostOn(Node) - Method in class twaver.Follower
Check whether this follower is stick on the given node.
isIconAttachmentBlinkable(Element, String) - Method in class twaver.web.svg.network.DefaultSVGBlinkingRule
 
isIconAttachmentBlinkable(Element, String) - Method in interface twaver.web.svg.network.SVGBlinkingRule
 
isIconVisible() - Method in class twaver.combobox.TComboBox
Gets whether the icon is visible.
isIconVisible() - Method in class twaver.list.TList
Check whether list item icon is visible.
isIconVisible() - Method in class twaver.tree.TTree
Checks whether tree node icon of all nodes are visible.
isIconVisible() - Method in class twaver.web.TWebTree
Checks whether webtree node icon of all nodes are visible.
isIgnoreCaseSearch - Variable in class twaver.table.TPropertySheetPane
 
isIgnoreCaseSearch() - Method in class twaver.table.TPropertySheetPane
Checks whether to ignore case when searching.
isIgnorePropertyChange() - Method in class twaver.UndoRedoManager
 
isImageCache() - Method in class twaver.web.svg.network.SVGContext
Checks whether imagecache
isImageCache() - Method in class twaver.web.TWebTree
 
isImageIconCached(String) - Static method in class twaver.TWaverUtil
Check whether image icon has been cached with the url.
isInCheckState() - Method in class twaver.table.TTreeTable
Check whether tree table is in the state of ready to check.
isIndentOpaque() - Method in class twaver.table.TPropertySheet
Determines whether the indent part of this sheet is opaque.
isIndentOpaque() - Method in class twaver.web.TWebPropertySheet
Determines whether the indent part of this websheet is opaque.
isInductive() - Method in class twaver.swing.FullScreenSupport
 
isInflexionVisible() - Method in class twaver.chart.BubbleChart
Determines whether the inflexion is visible.
isInflexionVisible() - Method in class twaver.chart.LineChart
Determines whether the inflexion is visible.
isInflexionVisible(Element) - Method in class twaver.chart.RadarChart
 
isInflexionVisible() - Method in class twaver.chart.RadarChart
Gets whether the inflexion is visible.
isInflexionVisible() - Method in class twaver.web.svg.chart.SVGBubbleChart
Determines whether the inflexion is visible.
isInflexionVisible() - Method in class twaver.web.svg.chart.SVGLineChart
Determines whether the inflexion is visible.
isInflexionVisible(Element) - Method in class twaver.web.svg.chart.SVGRadarChart
 
isInflexionVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the inflexion is visible.
isInitingColumn - Variable in class twaver.table.TTableModel
 
isInitingColumn() - Method in class twaver.table.TTableModel
Check whether the column is now during the initializing time.
isInterested(DataBoxEvent) - Method in class twaver.DefaultUndoRedoInterceptor
Checks whether interest the data box event.
isInterested(PropertyChangeEvent) - Method in class twaver.DefaultUndoRedoInterceptor
Checks whether interest the element's property change event.
isInterested(Element, PropertyChangeEvent) - Method in interface twaver.ElementPropertyChangeRepaintFilter
Invoked when a element's property change event occurs.
isInterested(PropertyChangeEvent) - Method in interface twaver.PropertyChangeFilter
 
isInterested(DataBoxEvent) - Method in interface twaver.UndoRedoInterceptor
Checks whether interest the data box event.
isInterested(PropertyChangeEvent) - Method in interface twaver.UndoRedoInterceptor
Checks whether interest the element's property change event.
isInterruptedWhenNullValue() - Method in class twaver.chart.LineChart
Determines whether the line is interrupted when some value is null.
isInterruptedWhenNullValue() - Method in class twaver.web.svg.chart.SVGLineChart
Determines whether the line is interrupted when some value is null.
isIteratorByHiberarchy() - Method in class twaver.chart.AbstractChart
Determines whether iteration of elements of data box by hiberarchy.
isIteratorByHiberarchy() - Method in class twaver.table.TElementTable
Determines whether iteration of elements of data box by hiberarchy.
isIteratorByHiberarchy() - Method in class twaver.table.TTreeTable
 
isIteratorByHiberarchy() - Method in class twaver.web.TWebElementTable
Determines whether iteration of elements of data box by hiberarchy.
isIteratorByHiberarchy() - Method in class twaver.web.TWebTreeTable
 
isLabelBorder() - Method in class twaver.AbstractElement
Determines whether the border of the label attachment of this element is visible.
isLabelBorder() - Method in interface twaver.Element
Determines whether the border of the label attachment of this element is visible.
isLabelHighlightable() - Method in class twaver.AbstractElement
Determines whether the label attachment of this element should be highlighted when this element is selected.
isLabelHighlightable() - Method in interface twaver.Element
Determines whether the label attachment of this element should be highlighted when this element is selected.
isLabelRotatable() - Method in class twaver.network.ui.LinkUI
 
isLabelSelectable() - Method in class twaver.AbstractElement
Determines whether the label attachment of this element is selectable.
isLabelSelectable() - Method in interface twaver.Element
Determines whether the label attachment of this element is selectable.
isLabelUnderline() - Method in class twaver.AbstractElement
Determines whether the underline of the label attachment of this element is visible.
isLabelUnderline() - Method in interface twaver.Element
Determines whether the underline of the label attachment of this element is visible.
isLabelVisible() - Method in class twaver.AbstractElement
Determines whether the label of this element attachment is visible.
isLabelVisible() - Method in interface twaver.Element
Determines whether the label of this element attachment is visible.
isLayoutable(Node) - Method in class twaver.network.CloudLayouter
 
isLayoutGroupRecursively() - Method in class twaver.network.TNetwork
 
isLazyPublishMode() - Method in class twaver.chart.AbstractChart
Determines whether this chart uses lazy publish mode.
isLazyPublishMode() - Method in class twaver.combobox.TComboBox
Determines whether this combobox uses lazy publish mode.
isLazyPublishMode() - Method in class twaver.list.TList
Determines whether this list uses lazy publish mode.
isLazyPublishMode() - Method in class twaver.table.TTable
Determines whether this table uses lazy publish mode.
isLeaf() - Method in class twaver.tree.AbstractTTreeNode
Checks whether this element node is leaf.
isLeaf() - Method in class twaver.tree.ElementNode
Checks whether this element node is leaf.
isLeaf(Element) - Method in interface twaver.tree.LazyLoader
Return true if the element has no child, false otherwise.
isLegalFromNode(Node) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
 
isLegalToNode(Node) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
 
isLegendVisible() - Method in class twaver.web.svg.chart.AbstractSVGChart
Gets whether the legend is visible.
isLimitElementInPositiveLocation() - Method in class twaver.network.TNetwork
Returns whether the elements can moved to the positive location such as (-100,-100).
isLineVisible(Element) - Method in class twaver.chart.RadarChart
 
isLineVisible() - Method in class twaver.chart.RadarChart
Gets whether the line is visible.
isLineVisible(Element) - Method in class twaver.web.svg.chart.SVGRadarChart
 
isLineVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the line is visible.
isLink3D() - Method in class twaver.Link
Gets whether the link shows as 3D style.
isLinkAntialias() - Method in class twaver.Link
Gets whether draw this link with antialies mode.
isLinkBlinking() - Method in class twaver.Link
Gets whether the link is blink.
isLinkBlinking() - Method in class twaver.network.ui.LinkUI
Determines whether this link paint blinking effect.
isLinkBundleAlternate() - Method in class twaver.network.TNetwork
 
isLinkBundleAlternate() - Method in class twaver.web.svg.network.TSVGNetwork
 
isLinkBundleCompact() - Method in class twaver.network.TNetwork
Checks whether bundled links is compact style.
isLinkBundleCompact() - Method in class twaver.web.svg.network.TSVGNetwork
Checks whether bundled links is compact style.
isLinkBundleExpand() - Method in class twaver.Link
Gets Whether expand the link bundle, if this link is bundled with other links.
isLinkFlowing() - Method in class twaver.Link
Gets whether the link is flowing This method is a wrap for #getClientProperty with key of TWaverConst.PROPERTYNAME_LINK_FLOWING.
isLinkFlowingConverse() - Method in class twaver.Link
Gets whether the link is flowing in the converse direction.
isLinkFromArrow() - Method in class twaver.Link
Gets whether the link has from arrow.
isLinkFromArrowCenter() - Method in class twaver.Link
 
isLinkFromArrowOutline() - Method in class twaver.Link
Gets whether draw the outline of the link's from arrow.
isLinkHandlerVisible() - Method in class twaver.Link
Determines whether to display link handler.
isLinkHollow() - Method in class twaver.Link
Gets whether the link is hollow.
isLinkLabelRotatable() - Method in class twaver.Link
Gets whether this link label is rotated to parallel the link.
isLinkToArrow() - Method in class twaver.Link
Gets whether the link has to arrow.
isLinkToArrowCenter() - Method in class twaver.Link
 
isLinkToArrowOutline() - Method in class twaver.Link
Gets whether draw the outline of the link's to arrow.
isLoaded(Element) - Method in interface twaver.tree.LazyLoader
Return true if the element is loaded, false otherwise.
isLoaded(Element) - Method in class twaver.tree.TTree
Check whether the given element is children data loaded on tree component.
isLocalSortable() - Method in class twaver.table.TTable
Determines whether this table is local sortable.
isLocked() - Method in class twaver.chart.AbstractChart
Checks whether the chart panel is locked.
isLocked() - Method in class twaver.combobox.TComboBox
Gets whether the combobox is locked.
isLocked() - Method in class twaver.list.TList
Checks whether the list is locked.
isLocked() - Method in class twaver.table.TTableModel
Returns true if the table model is locked, false if not locked.
isLoop() - Method in class twaver.Link
Check whether this link is a loop, that is, the from node and to node are the same node.
isMessageAutoAdjustDirection() - Method in class twaver.AbstractElement
Determines whether the direction of the message attachment is adjusted automatic.
isMessageAutoAdjustDirection() - Method in interface twaver.Element
Determines whether the direction of the message attachment is adjusted automatic.
isMessageBorderVisible() - Method in class twaver.AbstractElement
Determines whether the border of the message attachment of this element is visible.
isMessageBorderVisible() - Method in interface twaver.Element
Determines whether the border of the message attachment of this element is visible.
isMessageClosable() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is closable.
isMessageClosable() - Method in interface twaver.Element
Determines whether the message attachment of this element is closable.
isMessageGradient() - Method in class twaver.AbstractElement
 
isMessageMinimizable() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is minimizable.
isMessageMinimizable() - Method in interface twaver.Element
Determines whether the message attachment of this element is minimizable.
isMessageMinimized() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is minimized.
isMessageMinimized() - Method in interface twaver.Element
Determines whether the message attachment of this element is minimized.
isMessageOpaque() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is opaque.
isMessageOpaque() - Method in interface twaver.Element
Determines whether the message attachment of this element is opaque.
isMessageShadowVisible() - Method in class twaver.AbstractElement
Determines whether the shadow of the message attachment of this element is visible.
isMessageShadowVisible() - Method in interface twaver.Element
Determines whether the shadow of the message attachment of this element is visible.
isMessageShownOnTop() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is shown on top.
isMessageShownOnTop() - Method in interface twaver.Element
Determines whether the message attachment of this element is shown on top.
isMessageShrinkable() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is shrinkable.
isMessageShrinkable() - Method in interface twaver.Element
Determines whether the message attachment of this element is shrinkable.
isMessageShrinked() - Method in class twaver.AbstractElement
Determines whether the message attachment of this element is shrinked.
isMessageShrinked() - Method in interface twaver.Element
Determines whether the message attachment of this element is shrinked.
isMinimizable() - Method in class twaver.network.ui.ComponentAttachment
 
isMinimizable() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isMinimized() - Method in class twaver.network.ui.ComponentAttachment
 
isMinimized() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isMinimzied(Element) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isMovable() - Method in class twaver.Layer
Checks whether the elements belonged to this layer is movable.
isMovable(Element) - Method in class twaver.LayerModel
Checks whether the given element is movable on all layers in this layer model.
isMovable(Element) - Method in interface twaver.MovableFilter
Check whether given element is movable.
isMovable(Element) - Method in class twaver.network.TNetwork
Checks whether the element is movable on this network canvas.
isMovable(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Checks whether the element is movable on this network canvas.
isMultiColumnSort() - Method in class twaver.table.TTableModelEvent
Checks whether multi columns is sorted.
isMultiColumnSortable() - Method in class twaver.table.TTable
Check whether support multiple-column-sorting.
isNonClearedSeverity(AlarmSeverity) - Static method in class twaver.AlarmSeverity
Checks whether the given alarm severity is not a cleared alarm severity.
isNullable() - Method in class twaver.table.editor.EnumTypeEditor
 
isOutlineBlinking(Element) - Method in class twaver.BlinkingRule
Determines whether the given element need to blink its outline.
isOutlineDark() - Method in class twaver.network.ui.AbstractElementUI
 
isOutlineDark() - Method in interface twaver.network.ui.ElementUI
 
isOutput(Element) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
isOutput(Element) - Method in class twaver.web.svg.network.TSVGNetwork
 
isPaintable(Attachment) - Method in interface twaver.network.PaintAttachmentFilter
 
isPaintable(Attachment) - Method in class twaver.network.TNetwork
 
isPaintable(Element) - Method in interface twaver.PaintSelectionStateFilter
Tells whether you want highlight the given element if the given element is selected.
isPaintBackground() - Method in class twaver.network.TNetwork
 
isPaintCell() - Method in class twaver.Grid
 
isPaintSelectedStateWhenChecked() - Method in class twaver.list.TList
Determines whether to paint selected state when element is checked.
isPaintSelectedStateWhenChecked() - Method in class twaver.tree.TTree
Determines whether to paint selected state when element is checked.
isParenting() - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
isParentOf(Element) - Method in class twaver.AbstractElement
Determines whether this element is the parent of the given element.
isParentOf(Element) - Method in interface twaver.Element
Determines whether this element is the parent of the given element.
isPercentLabelCenter() - Method in class twaver.chart.PercentChart
Determines whether percent label is displayed at center.
isPercentLabelCenter() - Method in class twaver.web.svg.chart.SVGPercentChart
Determines whether percent label is displayed at center.
isPercentLabelVisible() - Method in class twaver.chart.PercentChart
Gets whether the label of the percent is visible.
isPercentLabelVisible() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets whether the label of the percent is visible.
isPercentTypeValueVisible() - Method in class twaver.chart.BarChart
Gets whether the value in percent type is visible.
isPercentTypeValueVisible() - Method in class twaver.web.svg.chart.SVGBarChart
Gets whether the value in percent type is visible.
isPermissionGIS() - Static method in class twaver.TWaverUtil
 
isPerpendicularX() - Method in class twaver.StraightLine
是否垂直于x轴
isPointOnLine(double, double, double, double, double, double, double) - Static method in class twaver.TWaverUtil
 
isPoly3D() - Method in class twaver.PolySubNetwork
Gets whether this shape should be paint in 3d style.
isPolyFill() - Method in class twaver.PolySubNetwork
Get whether fill the poly subnetwork body.
isPopupPreferredSizeWidth() - Method in class twaver.combobox.TComboBox
Gets whether the width of the pop-up panel size is the width of the preferredSize.
isPredefinedClientPropertyKey(String) - Static method in class twaver.TUIManager
Return true if the given property name is a predefined client property key name, false otherwise.
isPredefinedColumn(TTableColumn) - Method in class twaver.table.TTable
Checks whether the given table column is predefined column.
isPredefinedJavabeanName(String) - Static method in class twaver.TUIManager
Checks whether the given property name is a predefined javabean name.
isPredefinedProperty(String) - Static method in class twaver.Alarm
Checks whether the given property name is a predefined property.
isPredefinedPropertyCopied(String) - Static method in class twaver.TUIManager
Determines whether the specified predefined property name should be copied or not.
isPreviewing() - Method in class twaver.network.NetworkPrinter
 
isPrinting() - Method in class twaver.network.NetworkPrinter
 
isPropertyExtraIndent() - Method in class twaver.table.TPropertySheet
Returns whether this property sheet using an extra indent for all attributes.
isPropertyExtraIndent() - Method in class twaver.web.TWebPropertySheet
Returns whether this property websheet using an extra indent for all attributes.
isPublishable() - Method in class twaver.table.TAlarmTable
 
isPublishable() - Method in class twaver.table.TElementTable
 
isPublishable() - Method in class twaver.table.TTable
 
isRadarFill() - Method in class twaver.chart.RadarChart
Gets whether the radar is filled.
isRadarFill() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the radar is filled.
isRadarFillGradient() - Method in class twaver.chart.RadarChart
Gets whether the fill color of the radar is gradient.
isRadarFillGradient() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the fill color of the radar is gradient.
isRaised() - Method in class twaver.network.ui.AbstractBorderUI
 
isResizable() - Method in class twaver.Layer
Checks whether the elements belonged to this layer is resizable.
isResizable(Element) - Method in class twaver.LayerModel
Checks whether the given element is resizable on all layers in this layer model.
isResizable(Element) - Method in class twaver.network.TNetwork
Returns true if the specified element can be resized in the network.
isResizable(Element) - Method in interface twaver.ResizableFilter
Tells whether the input element is resizable.
isResizable(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Returns true if the specified element can be resized in the network.
isRestoreCategoryState() - Method in class twaver.table.TPropertySheet
Determines whether to restore categories' expand and collapse state.
isRestoreCategoryState() - Method in class twaver.web.TWebPropertySheet
Determines whether to restore categories' expand and collapse state.
isRingBorderVisible() - Method in class twaver.chart.DialChart
Determines whether the border of the ring of this chart is visible
isRingBorderVisible() - Method in class twaver.web.svg.chart.SVGDialChart
Determines whether the border of the ring of this chart is visible
isRingGradient() - Method in class twaver.chart.DialChart
Determines whether the fill color of the ring is gradient.
isRingGradient() - Method in class twaver.web.svg.chart.SVGDialChart
Determines whether the fill color of the ring is gradient.
isRingHost() - Method in class twaver.BTS
 
isRingMinVisible() - Method in class twaver.chart.RadarChart
Gets whether the minimum ring is visible.
isRingMinVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the minimum ring is visible.
isRingVisible() - Method in class twaver.chart.RadarChart
Gets whether the ring is visible.
isRingVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the ring is visible.
isRotated() - Method in class twaver.swing.RotatableLabel
 
isRowPackParticipable() - Method in class twaver.ElementAttribute
Checks whether participate with packing table rows.
isRowPackParticipable() - Method in class twaver.table.TTableColumn
Checks whether participate with packing table rows.
isRowResizable() - Method in class twaver.table.ResizableTable
Returns true if the row is resizable, false otherwise.
isRunning() - Method in class twaver.network.CloudLayouter
 
isRunning() - Method in class twaver.TaskScheduler
Checks whether this task scheduler is running.
isSaveImageToFileUseCache() - Method in class twaver.web.svg.network.SVGContext
 
isScaleInside() - Method in class twaver.chart.DialChart
Determines whether the scale of this chart is shown inside the ring.
isScaleInside() - Method in class twaver.web.svg.chart.SVGDialChart
Determines whether the scale of this chart is shown inside the ring.
isScaleMajorTextVisible() - Method in class twaver.chart.RadarChart
Gets whether the text of the major scale is visible.
isScaleMajorTextVisible() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the text of the major scale is visible.
isScaleMinorVisible() - Method in class twaver.chart.DialChart
Determines whether the minor scale of this chart is visible.
isScaleMinorVisible() - Method in class twaver.web.svg.chart.SVGDialChart
Determines whether the minor scale of this chart is visible.
isScaleMinTextVisible() - Method in class twaver.chart.DialChart
Gets whether the minimal text scale is visible.
isScaleMinTextVisible() - Method in class twaver.web.svg.chart.SVGDialChart
Gets whether the minimal text scale is visible.
isScaleTextVisible() - Method in class twaver.chart.DialChart
Determines whether the scale text of this chart is visible.
isScaleTextVisible() - Method in class twaver.web.svg.chart.SVGDialChart
Determines whether the scale text of this chart is visible.
isScaleVisible(int) - Method in class twaver.chart.RadarChart
 
isScaleVisible(int) - Method in class twaver.web.svg.chart.SVGRadarChart
 
isSelectable(Element) - Method in class twaver.chart.AbstractChart
 
isSelectable() - Method in class twaver.Layer
Checks whether the elements belonged to this layer is selectable.
isSelectable(Element) - Method in class twaver.LayerModel
Checks whether the given element is selectable on all layers in this layer model.
isSelectable(Element) - Method in class twaver.network.TNetwork
Checks whether the element is selectable on this network canvas.
isSelectable() - Method in class twaver.network.ui.AbstractAttachment
Return true if this attachment is selectable.
isSelectable() - Method in interface twaver.network.ui.Attachment
Return true if this attachment is selectable.
isSelectable() - Method in class twaver.network.ui.LabelAttachment
 
isSelectable(Element) - Method in interface twaver.SelectableFilter
Checks whether the given element can be rendered selected state.
isSelectable(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Checks whether the element is selectable on this network canvas.
isSelectableOnRightClick() - Method in class twaver.chart.AbstractChart
If this return true, right click mouse will select the clicked element; if this return false, right click mouse will not select the clicked element.
isSelectableOnRightClick() - Method in class twaver.list.TList
Returns true if element is selectable on right click, false otherwise.
isSelectableOnRightClick() - Method in class twaver.network.TNetwork
If this return true, right click mouse will select the clicked element; if this return false, right click mouse will not select the clicked element.
isSelectableOnRightClick() - Method in class twaver.table.TTable
Check whether a mouse right click can make table row selected.
isSelectableOnRightClick() - Method in class twaver.tree.TTree
Returns true if element is selectable on right click, false otherwise.
isSelected() - Method in class twaver.AbstractElement
Determines whether this element is selected.
isSelected() - Method in interface twaver.Element
Determines whether this element is selected.
isSelected - Variable in class twaver.table.editor.AbstractCanvasEditor
 
isSelected - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
isSelectedStatePaintable(Element) - Method in class twaver.network.TNetwork
Returns true if element selected state is paintable, flase otherwise.
isSendToBottomable(Element) - Method in interface twaver.SendToBottomFilter
 
isSendToToppable(Element) - Method in interface twaver.SendToTopFilter
Tells whether the input element can be sent to top
isShadowVisible() - Method in class twaver.network.ui.ComponentAttachment
 
isShadowVisible() - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
isShapeBubbleVisible() - Method in class twaver.chart.BubbleChart
Gets whether the bubble is visible when the bubble value >0 .
isShapeBubbleVisible() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the bubble is visible when the bubble value >0 .
isShapeEditable() - Method in class twaver.web.svg.network.SVGContext
Checks whether shape is editable in svg.
isShapeFill() - Method in class twaver.chart.RadarChart
Deprecated.
As of 3.0, replaced by isAreaFill()
isShapeFillGradient() - Method in class twaver.chart.RadarChart
Gets whether the fill color of the shape is gradient.
isShapeFillGradient() - Method in class twaver.web.svg.chart.SVGRadarChart
Gets whether the fill color of the shape is gradient.
isShapeFrozen() - Method in class twaver.Link
Checks whether this link is frozen.
isShapeLineVisible() - Method in class twaver.chart.BubbleChart
Gets whether the line is visible.
isShapeLineVisible() - Method in class twaver.web.svg.chart.SVGBubbleChart
Gets whether the line is visible.
isShapeNodeFromArrow() - Method in class twaver.ShapeNode
Gets whether the shapeNode has from arrow.
isShapeNodeFromArrowCenter() - Method in class twaver.ShapeNode
 
isShapeNodeFromArrowOutline() - Method in class twaver.ShapeNode
Gets whether draw the outline of the shapeNode's from arrow.
isShapeNodeShowDashLine() - Method in class twaver.ShapeNode
Determines whether display dash line for this shape node.
isShapeNodeToArrow() - Method in class twaver.ShapeNode
Gets whether the shapeNode has to arrow.
isShapeNodeToArrowCenter() - Method in class twaver.ShapeNode
 
isShapeNodeToArrowOutline() - Method in class twaver.ShapeNode
Gets whether draw the outline of the shapeNode's to arrow.
isShowAlarmOnTop() - Method in class twaver.web.svg.network.SVGContext
Checks whether alarm show on top in the network
isShowDashLine() - Method in class twaver.network.ui.ShapeNodeUI
 
isShowDescriptionColumn() - Method in class twaver.table.TPropertySheet
Checks whether to show description column.
isShowDescriptionColumn() - Method in class twaver.web.TWebPropertySheet
Checks whether to show description column.
isShowLabel() - Method in class twaver.chart.PercentChart
Determines whether the label is shown.
isShowLabel() - Method in class twaver.web.svg.chart.SVGPercentChart
Determines whether the label is shown.
isShowLinkBundleHandler() - Method in class twaver.network.TNetwork
Determines whether the link bundle handler should be shown on network canvas.
isShowLinkBundleHandler() - Method in class twaver.web.svg.network.TSVGNetwork
Determines whether the link bundle handler should be shown on network canvas.
isShownOnTop() - Method in class twaver.network.ui.AbstractAttachment
 
isShownOnTop() - Method in class twaver.network.ui.AlarmAttachment
 
isShownOnTop() - Method in interface twaver.network.ui.Attachment
Checks whether to show this attachment on the top layer.
isShownOnTop() - Method in class twaver.network.ui.MessageAttachment
 
isShowPlainElement() - Method in class twaver.network.TNetwork
Determines whether elements on canvas should be rendered body color and state outline color.
isShowPlainIcon() - Method in class twaver.tree.TTree
Checks whether tree node icon of all nodes are visible.
isShowPlainIcon() - Method in class twaver.web.TWebTree
Checks whether webtree node icon of all nodes are visible.
isShowPredefinedColumnsInPopupMenu() - Method in class twaver.table.TTable
Checks whether to show predefined columns in popup menu.
isShowTableHeaderIcon() - Method in class twaver.table.TTable
Determines whether to show icon on table header.
isShowUnderBody() - Method in class twaver.network.ui.LabelAttachment
 
isShowValueInDescription() - Method in class twaver.table.TPropertySheetPane
Checks whether to show element attribute value in description area.
isShrinkable() - Method in class twaver.network.ui.ComponentAttachment
 
isShrinked() - Method in class twaver.network.ui.ComponentAttachment
 
isSingleRootCategoryVisible() - Method in class twaver.table.TPropertySheet
Return whether the root category is visible if only has one root category (top level category).
isSingleRootCategoryVisible() - Method in class twaver.web.TWebPropertySheet
Return whether the root category is visible if only has one root category (top level category).
isSizeByImageBackgroundSize() - Method in class twaver.web.svg.network.SVGContext
 
isSortable() - Method in class twaver.ElementAttribute
Checks whether this attribute can be sorted.
isSortable() - Method in class twaver.table.TTable
Check whether this table is able to sort on table column header clicked.
isSortable() - Method in class twaver.table.TTableColumn
Checks whether this column can be sorted.
isSortable() - Method in class twaver.web.table.TWebTableColumn
Checks whether this column can be sorted.
isSortingAscending() - Method in class twaver.table.TPropertySheet
Determines whether to sorting properties and categories by ascending.
isSortingAscending() - Method in class twaver.web.TWebPropertySheet
Determines whether to sorting properties and categories by ascending.
isSortingCategories() - Method in class twaver.table.TPropertySheet
Check whether categories of this property sheet is sorted.
isSortingCategories() - Method in class twaver.web.TWebPropertySheet
Check whether categories of this property sheet is sorted.
isSortingProperties() - Method in class twaver.table.TPropertySheet
Gets whether this sheet is properties sorted.
isSortingProperties() - Method in class twaver.web.TWebPropertySheet
Determines whether this sheet is sorting properties.
isSpareFill() - Method in class twaver.chart.PercentChart
Gets whether the spare of the chart is filled.
isSpareFill() - Method in class twaver.web.svg.chart.SVGPercentChart
Gets whether the spare of the chart is filled.
isStarted() - Method in class twaver.AbstractPropertyPropagator
Return true if the propagator is started.
isStarted() - Method in interface twaver.PropertyPropagator
Return true if the propagator is started.
isSvgHeader() - Method in class twaver.web.svg.network.SVGContext
 
isTagLinkWhenAlarmStateChanged() - Method in class twaver.TDataBox
Determines whether to tag link when element's alarm state changed.
isTextBlinkable() - Method in class twaver.network.ui.AlarmAttachment
Returns true if text is blinkable when this alarm attachment is blinking.
isTextEscape() - Method in class twaver.web.svg.network.SVGContext
Checks whether escape element' s label text for XML format, there are two ways: CData or WebUtil.xmlEscape
isTextEscape() - Method in class twaver.web.svg.TSVGAlarmOverview
 
isToArrow() - Method in class twaver.network.ui.LinkUI
Determine whether this link ui has to arrow.
isTransient(Element, Object) - Method in interface twaver.ClientPropertyPersistentFilter
Ask whether a client property of an element is transient (not serialized out).
isTransient(Element) - Method in interface twaver.ElementPersistentFilter
Tells whether the given element is transient.
isTransient(Element) - Method in class twaver.SubNetworkPersistentFilter
Tells whether the given element is transient.
isTreeColumnMovable() - Method in class twaver.table.TTreeTable
Returns true if tree column is movable.
isUnderneath() - Method in class twaver.network.ui.AbstractBorderUI
 
isUnderneath() - Method in interface twaver.network.ui.BorderUI
 
isUndoRedoing() - Method in class twaver.UndoRedoManager
checks whether is doing undo/redo action.
isUpdateFollowerLocationWithHost() - Static method in class twaver.TWaverUtil
 
isUpdateSortOnPropertyChanged() - Method in class twaver.tree.TTree
 
isUseBase64() - Method in class twaver.web.svg.network.SVGContext
Checks whether this svg use base64 to export image
isUseCDATA() - Method in class twaver.web.svg.network.SVGContext
Checks whether use CDATA
isValid(MouseEvent) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
isValueTextCenter() - Method in class twaver.chart.AbstractChart
Determines whether the value text is shown in the center of the chart.
isValueTextCenter() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
isValueTextPercent() - Method in class twaver.chart.PieChart
Determines whether the value text percent of this chart is visible
isValueTextPercent() - Method in class twaver.web.svg.chart.SVGPieChart
Determines whether the value text percent of this chart is visible
isValueTextVisible() - Method in class twaver.chart.AbstractChart
Determines whether the value text is visible.
isValueTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGChart
Determines whether the value text is visible.
isVisible() - Method in class twaver.AbstractElement
Determines whether this element is visible.
isVisible(Element) - Method in class twaver.AlarmStateStatistics
Checks whether the given element is needed to be calculated for this alarm statistic.
isVisible(Alarm) - Method in interface twaver.AlarmVisibleFilter
Tells whether this alarm object is visible.
isVisible() - Method in class twaver.Branch
Tells whether this branch is visible.
isVisible(Element) - Method in class twaver.chart.AbstractChart
Determines whether a specified Element object is visible on this chart.
isVisible(Element) - Method in class twaver.combobox.TComboBox
Gets whether the element is visible.
isVisible() - Method in interface twaver.Element
Determines whether this element is visible.
isVisible() - Method in class twaver.ElementAttribute
Checks whether this attribute is visible.
isVisible(ElementAttribute) - Method in interface twaver.ElementAttributeVisibleFilter
Tells whether the given element attribute is visible in PropertySheet component.
isVisible() - Method in class twaver.Layer
Checks whether this layer is visible.
isVisible(Element) - Method in class twaver.LayerModel
Checks whether the given element is visible on all layers in this layer model.
isVisible(Element) - Method in class twaver.list.TList
Check whether given element is visible on list.
isVisible(Element) - Method in class twaver.network.TNetwork
Checks whether the element is visible on this network canvas.
isVisible() - Method in class twaver.network.ui.AbstractBorderUI
 
isVisible() - Method in class twaver.network.ui.LabelAttachment
Determine whether this attachment is visible.
isVisible() - Method in class twaver.Segment
Whether this segment is visible.
isVisible(TTableColumn) - Method in interface twaver.table.ColumnVisibleFilter
Checks whether the given column is visible.
isVisible(Element) - Method in class twaver.table.TElementTable
Checks whether the element is visible on this table.
isVisible(ElementAttribute) - Method in class twaver.table.TPropertySheet
Checks whether the specified element attribute is visible on this sheet.
isVisible(ElementAttribute) - Method in class twaver.table.TPropertySheetPane
 
isVisible(TTableColumn) - Method in class twaver.table.TTable
Checks whether the table column is visible on this table.
isVisible() - Method in class twaver.table.TTableColumn
Check whether this table column is visible on table.
isVisible(Vector) - Method in class twaver.table.TTableModel
Check whether row is visible.
isVisible(TTable, Vector) - Method in interface twaver.table.TTableRowFilter
Determine whether the given table row should be visible or not on the given TWaver table component.
isVisible(Element) - Method in class twaver.tree.TTree
Check whether given element is visible on tree.
isVisible(Element) - Method in interface twaver.VisibleFilter
Determines the specified element is visible.
isVisible(Element) - Method in class twaver.web.svg.chart.AbstractSVGChart
Determines whether a specified Element object is visible on this chart.
isVisible(Element) - Method in class twaver.web.svg.network.TSVGNetwork
Checks whether the element is visible on this network canvas.
isVisible(Object) - Method in class twaver.web.table.TWebTable
 
isVisible() - Method in class twaver.web.table.TWebTableColumn
Check whether this table column is visible on table.
isVisible(TWebTable, Object) - Method in interface twaver.web.table.TWebTableRowFilter
Determine whether the given table row should be visible or not on the given TWaver table component.
isVisible(Element) - Method in class twaver.web.TWebElementTable
Checks whether the element is visible on this table.
isVisible(ElementAttribute) - Method in class twaver.web.TWebPropertySheet
Checks whether the specified element attribute is visible on this sheet.
isVisible(Element) - Method in class twaver.web.TWebTree
Check whether given element is visible on webtree.
isWithAlarm() - Method in class twaver.DataBoxOutputSetting
Determines whether to save alarms of alarm model.
isWithAlarmId() - Method in class twaver.DataBoxOutputSetting
Determines whether to save alarm's id value.
isWithAlarmState() - Method in class twaver.DataBoxOutputSetting
Determines whether to save alarm state of element.
isWithBusinessObject() - Method in class twaver.DataBoxOutputSetting
Determines whether to save the business object of element.
isWithDataBoxBackground() - Method in class twaver.DataBoxOutputSetting
Determines whether to save background of data box.
isWithDataBoxClientProperty() - Method in class twaver.DataBoxOutputSetting
Gets the value of the property withDataBoxClientProperty.
isWithDataBoxID() - Method in class twaver.DataBoxOutputSetting
Determines whether to save id value of data box.
isWithDataBoxName() - Method in class twaver.DataBoxOutputSetting
Determines whether to save the name of data box.
isWithDataBoxVersion() - Method in class twaver.DataBoxOutputSetting
Determines whether to save version string of data box.
isWithElementId() - Method in class twaver.DataBoxOutputSetting
Determines whether to save element's id value.
isWithExpandPane() - Method in class twaver.swing.FullScreenSupport
 
isWithLayers() - Method in class twaver.DataBoxOutputSetting
Determines whether to save layers of layer model.
isWithUserProperty() - Method in class twaver.DataBoxOutputSetting
Gets the value of the property withUserProperty.
isXAxisUnitVisible() - Method in class twaver.chart.AbstractXYScaleChart
Gets whether the unit of the x axis is visible.
isXAxisUnitVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets whether the unit of the x axis is visible.
isXAxisVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the x axis is visible.
isXAxisVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isXAxisVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the x axis is visible.
isXMLOutputting() - Static method in class twaver.TWaverUtil
Checks whether TWaver is outputting databox to XML now.
isXMLParsing() - Static method in class twaver.TWaverUtil
Checks whether TWaver is parsing a XML now.
isXormode() - Method in class twaver.network.ui.AbstractBorderUI
 
isXScaleLineVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the scale line in x axis is visible.
isXScaleLineVisible() - Method in class twaver.chart.LineChart
Determines whether the scale line along the x-axis is visible.
isXScaleLineVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the scale line in x axis is visible.
isXScaleLineVisible() - Method in class twaver.web.svg.chart.SVGLineChart
 
isXScaleTextOnTop() - Method in class twaver.chart.AbstractXYScaleChart
Gets whether the x scale text is on the top of the x axis.
isXScaleTextOnTop() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets whether the x scale text is on the top of the x axis.
isXScaleTextVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the scale text which is along x-axis is visible.
isXScaleTextVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the scale text of the x axis is visible.
isXScaleTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isXScaleTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the scale text of the x axis is visible.
isYAxisUnitVisible() - Method in class twaver.chart.AbstractXYScaleChart
Gets whether the unit of the y axis is visible.
isYAxisUnitVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Gets whether the unit of the y axis is visible.
isYAxisVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the y axis is visible.
isYAxisVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isYAxisVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the y axis is visible.
isYScaleLineVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the scale line which is in a parallel with x-axis should be visible.
isYScaleLineVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the scale line in y axis is visible.
isYScaleLineVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isYScaleLineVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the scale line in y axis is visible.
isYScaleMinTextVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the minimal scale text which is along the y-axis is visible.
isYScaleMinTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isYScaleTextInside() - Method in class twaver.chart.AbstractScaleChart
Determines whether the scale text which is along the y-axis insides the y-axis.
isYScaleTextInside() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the scale text of the y axis is in inside.
isYScaleTextInside() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Determines whether the scale text which is along the y-axis insides the y-axis.
isYScaleTextInside() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the scale text of the y axis is in inside.
isYScaleTextVisible() - Method in class twaver.chart.AbstractScaleChart
Determines whether the scale text which is along y-axis should be visible or not
isYScaleTextVisible() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the scale text of the y axis is visible.
isYScaleTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
isYScaleTextVisible() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the scale text of the y axis is visible.
isYScaleValueGapAutoCalculate() - Method in class twaver.chart.AbstractScaleChart
Determines whether the value gap of the y axis is calculated automatically.
isYScaleValueGapAutoCalculate() - Method in class twaver.chart.AbstractXYScaleChart
Determines whether the value gap of the y axis is calculated automatically.
isYScaleValueGapAutoCalculate() - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Determines whether the value gap of the y axis is calculated automatically.
isYScaleValueGapAutoCalculate() - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Determines whether the value gap of the y axis is calculated automatically.
Item - Class in twaver.chart
The class is used to encapsulate the element which is painted in the chart panel
Item() - Constructor for class twaver.chart.Item
Creates a new Item
Item(String) - Constructor for class twaver.chart.Item
Creates a new Item object initialized with a name text.
Item(String, Color) - Constructor for class twaver.chart.Item
Creates a new Item object initialized with a name text and a color.
Item(String, double, Color) - Constructor for class twaver.chart.Item
Creates a new Item object initialized with a name text,a value and a color.
Item(String, double, Color, String) - Constructor for class twaver.chart.Item
Creates a new Item object initialized with a name text,a value a color and a tooltip text.
Item(String, double, Color, String, NumberFormat) - Constructor for class twaver.chart.Item
Creates a new Item object initialized with a name text,a value a color a tooltip text and a number format.
items - Variable in class twaver.table.TPageNavigator
 
iterator() - Method in class twaver.AlarmModel
Get the iterator of the alarm collection.
iterator() - Static method in class twaver.AlarmSeverity
Gets a iterator object over all defined alarm severities.
iterator() - Method in class twaver.LayerModel
Returns an iterator of all contained layers.
iterator() - Method in class twaver.table.TElementTable
return all elements that need to be displayed.
iterator() - Method in class twaver.table.TTreeTable
Overridden to return all elements in the box
iterator() - Method in class twaver.TDataBox
Returns an iterator of the elements in this box.
iterator(ElementCallbackHandler) - Method in class twaver.TDataBox
Calls the method to go through all elements in this data box, The ElementCallbackHandler object will be called processElement(Element) method during the iteration, if processElement method return false, then the subsequent elements will not be processed anymore.
iterator(Class) - Method in class twaver.TDataBox
Returns an iterator of the elements in this box that are assignable from the specified class.
iterator() - Method in class twaver.web.TWebElementTable
 
iterator() - Method in class twaver.web.TWebTreeTable
 
iteratorByLayer(ElementCallbackHandler) - Method in class twaver.TDataBox
Calls the method to go through all elements in this data box by layer, The ElementCallbackHandler object will be called processElement(Element) method during the iteration, if processElement method return false, then the subsequent elements will not be processed anymore.
iteratorComponent(Component, ComponentCallbackHandler) - Static method in class twaver.TWaverUtil
Iterates the specified component and its children recursively.
iteratorReverse() - Method in class twaver.TDataBox
Returns an iterator of the elements in this box.
iteratorReverse(ElementCallbackHandler) - Method in class twaver.TDataBox
Calls the method to go through all elements in this data box reversely, The ElementCallbackHandler object will be called processElement(Element) method during the iteration, if processElement method return false, then the subsequent elements will not be processed anymore.
iteratorReverseByLayer(ElementCallbackHandler) - Method in class twaver.TDataBox
Calls the method to go through all elements in this data box by layer reversely, The ElementCallbackHandler object will be called processElement(Element) method during the iteration, if processElement method return false, then the subsequent elements will not be processed anymore.
iteratorSelection(ElementCallbackHandler) - Method in class twaver.TDataBox
Calls the method to go through all selected elements in this data box, The ElementCallbackHandler object will be called processElement(Element) method during the iteration, if processElement method return false, then the subsequent elements will not be processed anymore.

J

JA_JP - Static variable in class twaver.TWaverConst
define Japanese locale
JAR_OUTPUT_IMAGE_PREFIX - Static variable in class twaver.TWaverConst
 
JAR_OUTPUT_XML_NAME - Static variable in class twaver.TWaverConst
 
javaToJSON(Object) - Static method in class twaver.web.WebUtil
 
JINTERNALFRAME_ISPALETTE - Static variable in class twaver.TWaverConst
internal use only
JOINT_POINT_EAST - Static variable in class twaver.TWaverConst
 
JOINT_POINT_NEAR - Static variable in class twaver.TWaverConst
 
JOINT_POINT_NORTH - Static variable in class twaver.TWaverConst
 
JOINT_POINT_SOUTH - Static variable in class twaver.TWaverConst
 
JOINT_POINT_WEST - Static variable in class twaver.TWaverConst
 
JPEG - Static variable in class twaver.table.editor.ImageFileFilter
 
JPG - Static variable in class twaver.table.editor.ImageFileFilter
 
JSONData - Variable in class twaver.web.table.TWebTable
 
justification - Variable in class twaver.swing.SingleFiledLayout
LEFT, TOP, CENTER, FULL, BOTTOM, RIGHT -- how should components of different sizes be aligned

K

keyGenerator - Variable in class twaver.DataBoxQuickFinder
 
keyPressed(KeyEvent) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
keyPressed(KeyEvent) - Method in class twaver.network.inputhandler.DefaultInputHandler
Keyboard pressed.
keyPressed(KeyEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
keyPressed(KeyEvent) - Method in class twaver.network.inputhandler.LazyMoveInputHandler
 
keyPressed(KeyEvent) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
keyProcess(KeyEvent) - Method in class twaver.swing.LabelInputField
 
keyReleased(KeyEvent) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
keyReleased(KeyEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
keyTyped(KeyEvent) - Method in class twaver.network.inputhandler.InputAdapter
 

L

LABEL_ORIENTATION_HORIZONTAL - Static variable in class twaver.TWaverConst
label horizontal orientation
LABEL_ORIENTATION_LEFT - Static variable in class twaver.TWaverConst
label left orientation
LABEL_ORIENTATION_RIGHT - Static variable in class twaver.TWaverConst
label right orientation
LABEL_ORIENTATION_VERTICAL - Static variable in class twaver.TWaverConst
label vertical orientation
labelAttachment - Variable in class twaver.network.ui.AbstractElementUI
 
LabelAttachment - Class in twaver.network.ui
This attachment used to paint element label/name on network component.
LabelAttachment(ElementUI) - Constructor for class twaver.network.ui.LabelAttachment
Constructs attachment by given ui
LabelInputField - Class in twaver.swing
 
LabelInputField() - Constructor for class twaver.swing.LabelInputField
 
labelRotatable - Variable in class twaver.network.ui.LinkUI
 
LabelStruct - Class in twaver.chart
 
LabelStruct(String, Color, Font, int, int, int) - Constructor for class twaver.chart.LabelStruct
 
LabelStruct(int, String, Color, Font, int, int, int) - Constructor for class twaver.chart.LabelStruct
 
LabelValueLayout - Class in twaver.swing
 
LabelValueLayout() - Constructor for class twaver.swing.LabelValueLayout
 
LabelValueLayout(boolean) - Constructor for class twaver.swing.LabelValueLayout
 
LabelValueLayout(int, int, boolean) - Constructor for class twaver.swing.LabelValueLayout
 
LabelValueLayout(int, int) - Constructor for class twaver.swing.LabelValueLayout
 
LAN_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'LAN error'.
LAPD_LINK_PROTOCOL_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'LAPD link protocol failure'.
lastElement() - Method in interface twaver.DataBoxSelectionModel
get the last selected element.
lastPage() - Method in class twaver.table.AbstractPageTableModel
Go last page
lastPage() - Method in interface twaver.table.TablePaging
Go last page
lastPage - Variable in class twaver.table.TPageNavigator
 
Layer - Class in twaver
The Layer is used to manager display elements in different Z coordinate level on network canvas.
Layer() - Constructor for class twaver.Layer
Creates a layer instance with id created by identifier factory.
Layer(Object) - Constructor for class twaver.Layer
Creates a layer instance with a specified id.
Layer(Object, String) - Constructor for class twaver.Layer
Creates a layer instance with a specified id and name.
Layer(Object, String, String, boolean) - Constructor for class twaver.Layer
Creates a layer instance with a specified id, name, description.
layerAdded(Layer) - Method in interface twaver.LayerModelListener
Called when an layer has been added.
LayerIDEditor - Class in twaver.table.editor
 
LayerIDEditor() - Constructor for class twaver.table.editor.LayerIDEditor
 
LayerIDEditor(String) - Constructor for class twaver.table.editor.LayerIDEditor
 
layerIndexChanged() - Method in interface twaver.LayerModelListener
Called when any layer's index changed.
LayerManagerPane - Class in twaver.network
The LayerManagerPane is used to manage the layer model of data box.
LayerManagerPane(LayerModel) - Constructor for class twaver.network.LayerManagerPane
Creates a LayerManagerPane instance by given layer model.
LayerManagerPane(TNetwork) - Constructor for class twaver.network.LayerManagerPane
Creates a LayerManagerPane instance by given network.
LayerModel - Class in twaver
The LayerModel is designed to manager layers which are used to display elements in different Z coordinate level on network canvas.
LayerModel() - Constructor for class twaver.LayerModel
Creates a LayerModel instance.
LayerModelListener - Interface in twaver
The LayerModelListener is designed to monitor layer model change events.
layerRemoved(Layer) - Method in interface twaver.LayerModelListener
Called when an layer has been removed.
layout() - Method in class twaver.network.layout.DefaultLinkLayouter
 
layout() - Method in class twaver.network.layout.FlexionLinkLayouter
Perform the layout action.
layout() - Method in interface twaver.network.layout.LinkLayouter
Perform the layout action.
LAYOUT - Static variable in class twaver.UndoRedoEvent
 
LAYOUT_CIRCULAR - Static variable in class twaver.TWaverConst
 
LAYOUT_EAST - Static variable in class twaver.TWaverConst
 
LAYOUT_HIERARCHIC - Static variable in class twaver.TWaverConst
 
LAYOUT_REVERSETREE - Static variable in class twaver.TWaverConst
 
LAYOUT_SYMMETRIC - Static variable in class twaver.TWaverConst
 
LAYOUT_TREE - Static variable in class twaver.TWaverConst
 
LAYOUT_WEST - Static variable in class twaver.TWaverConst
 
layoutContainer(Container) - Method in class twaver.swing.LabelValueLayout
 
layoutContainer(Container) - Method in class twaver.swing.SingleFiledLayout
To lay out the specified container using this layout.
layoutContainer(Container) - Method in class twaver.swing.TableLayout
To lay out the specified container using this layout.
layoutElements(List, Shape) - Static method in class twaver.TWaverUtil
Layout elements on specified shape with proportional spacing.
layoutElements(List, Shape, boolean) - Static method in class twaver.TWaverUtil
Layout elements on specified shape with proportional spacing.
layoutElements(List, Shape, boolean, Runnable) - Static method in class twaver.TWaverUtil
Layout elements on specified shape with proportional spacing.
layoutToOverview() - Method in class twaver.network.TNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the overview size.
layoutToOverview(boolean) - Method in class twaver.network.TNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the overview size.
layoutToOverview(boolean, boolean) - Method in class twaver.network.TNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the overview size.
layoutToOverview(boolean, boolean, boolean) - Method in class twaver.network.TNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the overview size.
layoutToOverview(boolean, boolean, boolean, double, double) - Method in class twaver.network.TNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the overview size.
layoutToRectangle(Rectangle) - Method in class twaver.web.svg.network.TSVGNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the given rectangle.
layoutToRectangle(Rectangle, boolean) - Method in class twaver.web.svg.network.TSVGNetwork
Calls this method to make all visible and movable elements on current network canvas to be layouted to fill the given rectangle.
LazyLoader - Interface in twaver.tree
The LazyLoader is used to load elements lazily for TTree component.
LazyLoaderListener - Interface in twaver.tree
The LazyLoaderListener that's notified when a tree load element.
LazyMoveInputHandler - Class in twaver.network.inputhandler
This class defines a group selection input handler.
LazyMoveInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.LazyMoveInputHandler
 
LEADING - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is leading justified in its cell.
LEAK_DETECTION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Leak detection'.
left - Variable in class twaver.FloatInsets
 
LEFT - Static variable in class twaver.swing.SingleFiledLayout
Left justify components
LEFT - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is left justified in its cell
LeftPileAction - Class in twaver.network.action
This action move and resize all selected elements to pile them up to left.
LeftPileAction(TView) - Constructor for class twaver.network.action.LeftPileAction
 
leftPileSelection() - Method in class twaver.TDataBox
Makes all selected elements piled from left.
LEGEND_LAYOUT_HORIZONTAL - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_HORIZONTAL_EAST - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_HORIZONTAL_NORTH - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_HORIZONTAL_SOUTH - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_HORIZONTAL_WEST - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_VERTICAL - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_VERTICAL_EAST - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_VERTICAL_NORTH - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_VERTICAL_SOUTH - Static variable in class twaver.TWaverConst
 
LEGEND_LAYOUT_VERTICAL_WEST - Static variable in class twaver.TWaverConst
 
legendFont - Variable in class twaver.chart.AbstractChart
 
legendFont - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
legendLayout - Variable in class twaver.chart.AbstractChart
 
legendOrientation - Variable in class twaver.chart.AbstractChart
 
legendPane - Variable in class twaver.chart.AbstractChart
 
legendPosition - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
legendSize - Variable in class twaver.web.svg.chart.AbstractSVGChart
Deprecated.
As of TWaver version 3.6
legendVisible - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
LESS_SEVERE - Static variable in class twaver.AlarmTrendIndication
Indicates this alarm get the situation less severe.
LINE_CARD_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Line card problem'.
LINE_INTERFACE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Line interface failure'.
LINE_TYPE_AREA - Static variable in class twaver.TWaverConst
 
LINE_TYPE_DEFAULT - Static variable in class twaver.TWaverConst
 
LINE_TYPE_POLE - Static variable in class twaver.TWaverConst
 
LineChart - Class in twaver.chart
 
LineChart() - Constructor for class twaver.chart.LineChart
Creates a LineChart object
LineChart(TDataBox) - Constructor for class twaver.chart.LineChart
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, String, Color) - Constructor for class twaver.chart.LineChart
Creates a LineChart object initialized with an explicit data box,a title text and a background color.
LineChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.LineChart
Creates a LineChart object initialized with an explicit data box,a title text, a background color and a foreground color.
LineChart(List) - Constructor for class twaver.chart.LineChart
Creates a new LineChart object initialized with a List
LineChart(List, String) - Constructor for class twaver.chart.LineChart
Creates a new LineChart object initialized with a List and a title text.
LineChart(List, String, Color) - Constructor for class twaver.chart.LineChart
Creates a new LineChart object initialized with a List, a title text and a background color.
LineChart(List, String, Color, Color) - Constructor for class twaver.chart.LineChart
Creates a LineChart object initialized with an explicit data box,a title text, a background color and a foreground color.
LineItem - Class in twaver.chart
The class extends Item,it is used to store the data shown in the line chart panel.
LineItem() - Constructor for class twaver.chart.LineItem
Creates a new LineItem object.
LineItem(String, double, Color) - Constructor for class twaver.chart.LineItem
Creates a new LineIte object initialized with a name,a value and a color.
LineItem(String, double, Color, String) - Constructor for class twaver.chart.LineItem
Creates a new LineIte object initialized with a name,a value, a color and a lineStroke.
LineItem(String, double, Color, String, NumberFormat) - Constructor for class twaver.chart.LineItem
Creates a new LineIte object initialized with a name,a value, a color, a tooltip text and a number format
LineItem(String, double, Color, String, NumberFormat, String) - Constructor for class twaver.chart.LineItem
Creates a new LineIte object initialized with a name,a value, a color, a tooltip text, a number format and a stroke of the line
Link - Class in twaver
This class define a link element which connect between two Node elements.
Link() - Constructor for class twaver.Link
Creates a link object.
Link(Object) - Constructor for class twaver.Link
Creates a link object with given id.
Link(Node, Node) - Constructor for class twaver.Link
Creates a link object by given from node and to node.
Link(Object, Node, Node) - Constructor for class twaver.Link
Creates a link object between from node and to node with given id.
link - Variable in class twaver.web.svg.network.ui.LinkSVGUI
 
LINK_BUNDLE - Static variable in class twaver.UndoRedoEvent
 
LINK_CORNER_BEVEL - Static variable in class twaver.TWaverConst
bevel type of link corner
LINK_CORNER_NONE - Static variable in class twaver.TWaverConst
default type of link corner
LINK_CORNER_ROUND - Static variable in class twaver.TWaverConst
round type of link corner
LINK_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Link failure'.
LINK_INDEX - Static variable in class twaver.UndoRedoEvent
 
LINK_STYLE_BROKEN - Static variable in class twaver.TWaverConst
 
LINK_STYLE_CHAIN - Static variable in class twaver.TWaverConst
 
LINK_STYLE_DASH - Static variable in class twaver.TWaverConst
 
LINK_STYLE_DASH_DOT - Static variable in class twaver.TWaverConst
 
LINK_STYLE_DOT - Static variable in class twaver.TWaverConst
 
LINK_STYLE_SOLID - Static variable in class twaver.TWaverConst
 
LINK_STYLE_ZIGZAG - Static variable in class twaver.TWaverConst
 
LINK_TYPE_BOTTOM - Static variable in class twaver.TWaverConst
 
LINK_TYPE_CURVOUS - Static variable in class twaver.TWaverConst
 
LINK_TYPE_FLEXIONAL - Static variable in class twaver.TWaverConst
 
LINK_TYPE_LEFT - Static variable in class twaver.TWaverConst
 
LINK_TYPE_ORTHOGONAL - Static variable in class twaver.TWaverConst
 
LINK_TYPE_PARALLEL - Static variable in class twaver.TWaverConst
 
LINK_TYPE_RIGHT - Static variable in class twaver.TWaverConst
 
LINK_TYPE_STRAIGHT - Static variable in class twaver.TWaverConst
 
LINK_TYPE_TOP - Static variable in class twaver.TWaverConst
 
LINK_TYPE_XSPLIT - Static variable in class twaver.TWaverConst
 
LINK_TYPE_YSPLIT - Static variable in class twaver.TWaverConst
 
LINK_TYPE_ZIGZAG - Static variable in class twaver.TWaverConst
 
linkAngle - Variable in class twaver.network.ui.LinkUI
 
LinkArrowEditor - Class in twaver.table.editor
 
LinkArrowEditor() - Constructor for class twaver.table.editor.LinkArrowEditor
 
LinkArrowEditor(String) - Constructor for class twaver.table.editor.LinkArrowEditor
 
LinkArrowRenderer - Class in twaver.table.renderer
 
LinkArrowRenderer() - Constructor for class twaver.table.renderer.LinkArrowRenderer
 
LinkArrowRenderer(String) - Constructor for class twaver.table.renderer.LinkArrowRenderer
 
linkBlinking - Variable in class twaver.network.ui.LinkUI
 
LinkBorderUI - Class in twaver.network.ui
A default element border UI implements.
LinkBorderUI(LinkUI) - Constructor for class twaver.network.ui.LinkBorderUI
Which element UI class hold this border.
LinkBundleHandlerAttachment - Class in twaver.network.ui
This attachment draw a handler icon on bundled link.
LinkBundleHandlerAttachment(LinkUI) - Constructor for class twaver.network.ui.LinkBundleHandlerAttachment
Constructs link bundle handler attachment by given link ui.
LinkLayouter - Interface in twaver.network.layout
This interface defines a link layouter.
linksSet - Variable in class twaver.Node
 
LinkStyleEditor - Class in twaver.table.editor
 
LinkStyleEditor() - Constructor for class twaver.table.editor.LinkStyleEditor
 
LinkStyleFactory - Interface in twaver
This interface is used to determine link style.
LinkStyleRenderer - Class in twaver.table.renderer
 
LinkStyleRenderer() - Constructor for class twaver.table.renderer.LinkStyleRenderer
 
LinkStyleRenderer(String) - Constructor for class twaver.table.renderer.LinkStyleRenderer
 
LinkSubNetwork - Class in twaver
 
LinkSubNetwork() - Constructor for class twaver.LinkSubNetwork
Creates a LinkSubNetwork object.
LinkSubNetwork(Object) - Constructor for class twaver.LinkSubNetwork
Creates a LinkSubNetwork object with given id.
LinkSubNetwork(Node, Node) - Constructor for class twaver.LinkSubNetwork
Creates a LinkSubNetwork object by given from node and to node.
LinkSubNetwork(Object, Node, Node) - Constructor for class twaver.LinkSubNetwork
Creates a LinkSubNetwork object between from node and to node with given id.
LinkSubNetworkSVGUI - Class in twaver.web.svg.network.ui
 
LinkSubNetworkSVGUI(TSVGNetwork, LinkSubNetwork) - Constructor for class twaver.web.svg.network.ui.LinkSubNetworkSVGUI
 
LinkSVGUI - Class in twaver.web.svg.network.ui
 
LinkSVGUI(TSVGNetwork, Link) - Constructor for class twaver.web.svg.network.ui.LinkSVGUI
Create a link svg ui with the given network and the link
linkUI - Variable in class twaver.network.ui.LinkBorderUI
 
LinkUI - Class in twaver.network.ui
This class defines link ui which extends the AbstractElementUI.
LinkUI(TNetwork, Link) - Constructor for class twaver.network.ui.LinkUI
Constructs the link ui by network component and link element object.
linkWidth - Variable in class twaver.network.ui.LinkUI
 
list - Variable in class twaver.swing.TableLayout
List of components and their sizes
list - Static variable in class twaver.table.editor.LinkArrowEditor
 
list - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
LIST_CLEAR_SELECTION_ON_MARGIN_CLICKED - Static variable in class twaver.TWaverConst
 
LIST_ENABLE_RIGHT_CLICK_EVENT - Static variable in class twaver.TWaverConst
 
LIST_ENSURE_VISIBLE_ON_SELECTED - Static variable in class twaver.TWaverConst
 
LIST_ICON_VISIBLE - Static variable in class twaver.TWaverConst
 
LIST_LAZY_PUBLISH_MODE - Static variable in class twaver.TWaverConst
 
LIST_PAINT_SELECTED_STATE_WHEN_CHECKED - Static variable in class twaver.TWaverConst
 
LIST_SELECTABLE_ON_RIGHT_CLICK - Static variable in class twaver.TWaverConst
 
LIST_SELECTION_MODE - Static variable in class twaver.TWaverConst
 
LIST_UNCHECKABLE_STYLE - Static variable in class twaver.TWaverConst
 
listIterator(int) - Method in class twaver.TDataBox
Returns a list iterator of the elements in this databox (in proper sequence), starting at the specified position in the list index.
load(TSubNetwork, TDataBox) - Method in interface twaver.DataLoader
Load children data for the subnetwork object into the given databox lazily.
load(TSubNetwork, TDataBox) - Method in class twaver.DefaultDataLoader
Load children data for the subnetwork object into the given databox lazily.
load(Element) - Method in interface twaver.tree.LazyLoader
Loads the element's children data.
loadAndEnterSubNetwork(TSubNetwork) - Method in class twaver.network.TNetwork
Loads the given subnetwork's descendant content, and makes it become the current subnetwork of this network.
loadData(String, TSubNetwork, TDataBox) - Method in class twaver.DefaultDataLoader
Load data for the subnetwork into the databox by given datasource xml.
loadImage() - Method in class twaver.table.editor.ImageFilePreview
 
loadSubNetwork(TSubNetwork) - Method in class twaver.TDataBox
Loads subnetwork's descendant data.
loadSubNetwork(TSubNetwork, Component) - Method in class twaver.TDataBox
Loads subnetwork's descendant data.
LOCAL_ALARM_INDICATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Local alarm indication'.
LOCAL_NODE_TRANSMISSION_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Local node transmission error'.
locate(String) - Method in interface twaver.ResourceLocateInterceptor
Locates resource with the specified url.
locationToIndex(Point) - Method in class twaver.list.TList
 
lock() - Method in class twaver.chart.AbstractChart
Locks this chart panel from publishing data.
lock() - Method in class twaver.combobox.TComboBox
Locks this combobox from publishing data.
lock() - Method in class twaver.list.TList
Locks this list from publishing data.
lock() - Method in class twaver.table.TTableModel
Call this method to lock table model.
locked - Variable in class twaver.combobox.TComboBox
 
locked - Variable in class twaver.list.TList
 
locked - Variable in class twaver.table.TTableModel
 
LOCKED - Static variable in class twaver.TWaverConst
locked property name
lockedChanged() - Method in class twaver.table.TTableAdapter
Called when tableModel locked state is changed
lockedChanged() - Method in interface twaver.table.TTableListener
Called when tableModel locked state is changed
LongEditor - Class in twaver.table.editor
This is an editor for editing long value.
LongEditor() - Constructor for class twaver.table.editor.LongEditor
 
LongEditor(String) - Constructor for class twaver.table.editor.LongEditor
 
loopLinks - Variable in class twaver.Node
 
LOSS_OF_FRAME - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Loss of frame'.
LOSS_OF_MULTI_FRAME - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Loss of multi frame'.
LOSS_OF_POINTER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Loss of pointer'.
LOSS_OF_SIGNAL - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Loss of signal'.
LOSS_OF_SYNCHRONISATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Loss of synchronisation'.
LOST_REDUNDANCY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Lost redundancy'.
LOW_BATTERY_THRESHOLD - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low battery threshold'.
LOW_CABLE_PRESSURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low cable pressure'.
LOW_FUEL - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low fuel'.
LOW_HUMIDITY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low humidity'.
LOW_TEMPERATURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low temperature'.
LOW_WATER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Low water'.
lowerLimit - Variable in class twaver.chart.AbstractChart
 
lowerLimit - Variable in class twaver.web.svg.chart.AbstractSVGChart
 

M

Magnifier - Class in twaver.network
This class define a network magnifier used to magnify network.
Magnifier(TNetwork) - Constructor for class twaver.network.Magnifier
Construct magnifier instance.
MagnifierInputHandler - Class in twaver.network.inputhandler
This input handler will display a magnifier on the network canvas to magnify the part around mouse cursor.
MagnifierInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.MagnifierInputHandler
 
main(String[]) - Static method in class twaver.TWaverUtil
Calls this to popup a message dialog to display TWaver version information.
mainPanel - Variable in class twaver.table.editor.ActionTableCellEditor
 
MAINS_BREAKDOWN_WITH_BATTERY_BACKUP - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Mains breakdown with battery backup'.
MAINS_BREAKDOWN_WITHOUT_BATTERY_BACKUP - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Mains breakdown without battery backup'.
MAJOR - Static variable in class twaver.AlarmSeverity
 
makeNodeLoaded(Element) - Method in class twaver.tree.TTree
to make sure the specified element node is loaded in the tree, if the element's parent is not in the tree for the reason of lazy loading, then add the parent to the tree first.
MapNetwork - Class in twaver.web.svg.network
Deprecated.
As of TWaver version 3.6 replaced by TWaver WebGISweb.map.SVGMapNetwork
MapNetwork(TDataBox) - Constructor for class twaver.web.svg.network.MapNetwork
Deprecated.
 
mark(Graphics2D) - Method in interface twaver.network.CanvasMarker
Developers can implements this method to given additional code to paint more information on the network canvas.
mark(Graphics2D) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
Draw the marker.
mark(Graphics2D) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.ExportImageInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.LazyMoveInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.RectangleInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
mark(Graphics2D) - Method in class twaver.network.inputhandler.SelectionInputHandler
draw current select rectangle
Marker - Class in twaver.chart
Marker class is used to set the mark for the chart panel.
Marker() - Constructor for class twaver.chart.Marker
Create a new Marker object.
Marker(double, Color) - Constructor for class twaver.chart.Marker
Creates a new Marker object initialized with a value and a color.
MARKER_SHAPE_LINE - Static variable in class twaver.TWaverConst
 
MARKER_SHAPE_NONE - Static variable in class twaver.TWaverConst
 
MARKER_SHAPE_TRIANGLE - Static variable in class twaver.TWaverConst
 
markers - Variable in class twaver.chart.AbstractScaleChart
 
markers - Variable in class twaver.chart.AbstractXYScaleChart
 
markers - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
MATERIAL_SUPPLY_EXHAUSTED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Material supply exhausted'.
max - Variable in class twaver.chart.AbstractChart
 
max - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
maximumLayoutSize(Container) - Method in class twaver.swing.TableLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maxLength - Variable in class twaver.network.ui.LabelAttachment
 
MEMORY_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Memory mismatch'.
MESSAGE_COMPONENT_LABEL - Static variable in class twaver.TWaverConst
 
MESSAGE_COMPONENT_TEXTPANE - Static variable in class twaver.TWaverConst
 
MESSAGE_NOT_EXPECTED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Message not excepted'.
MESSAGE_NOT_INITIALISED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Message not initialized'.
MESSAGE_OUT_OF_SEQUENCE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Message out of sequence'.
MessageAttachment - Class in twaver.network.ui
 
MessageAttachment(String, ElementUI) - Constructor for class twaver.network.ui.MessageAttachment
 
methodGetComponentOrientation - Static variable in class twaver.swing.TableLayout
Method used to get component orientation while preserving compatability with earlier versions of java.awt.Container.
min - Variable in class twaver.chart.AbstractChart
 
min - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
MIN_VALUE - Static variable in class twaver.TWaverConst
 
MINIMIZE - Static variable in class twaver.network.ui.ComponentAttachment
 
MINIMIZE - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
MINIMUM - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column.
minimumLayoutSize(Container) - Method in class twaver.swing.LabelValueLayout
 
minimumLayoutSize(Container) - Method in class twaver.swing.SingleFiledLayout
Determines the minimum size of the container argument using this layout.
minimumLayoutSize(Container) - Method in class twaver.swing.TableLayout
Determines the minimum size of the container argument using this layout.
MINIURL - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
MINOR - Static variable in class twaver.AlarmSeverity
 
MIX_SELECTION - Static variable in class twaver.network.TNetwork
Mix selection mode.
MODEL_PUBLISHED - Static variable in class twaver.table.PropertySheetEvent
 
MORE_SEVERE - Static variable in class twaver.AlarmTrendIndication
Indicates this alarm get the situation more severe.
MOUSE_LEFT_CLICKED - Static variable in class twaver.TWaverConst
Define gesture of mouse left button clicked.
MOUSE_LEFT_DOUBLE_CLICKED - Static variable in class twaver.TWaverConst
Define gesture of mouse left button double clicked.
MOUSE_RIGHT_CLICKED - Static variable in class twaver.TWaverConst
Define gesture of mouse right button clicked.
MOUSE_RIGHT_DOUBLE_CLICKED - Static variable in class twaver.TWaverConst
Define gesture of mouse right button double clicked.
MouseActionEvent - Class in twaver
This class encapsulate mouse event and action event together.
MouseActionEvent(Object, int, String, MouseEvent, TView, int) - Constructor for class twaver.MouseActionEvent
 
MouseActionEvent(Object, MouseEvent, TView, int) - Constructor for class twaver.MouseActionEvent
Creates the event by a source object and mouse event.
MouseActionEvent(Object, MouseEvent, TView) - Constructor for class twaver.MouseActionEvent
Creates the event by a source object and mouse event.
mouseClicked(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when a mouse button is clicked on the chart panel
mouseClicked(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseClicked(MouseEvent) - Method in class twaver.network.inputhandler.InteractionInputHandler
Call action.
mouseClicked(MouseEvent) - Method in class twaver.network.ui.AbstractElementUI
 
mouseClicked(MouseEvent) - Method in interface twaver.network.ui.ElementUI
 
mouseCurrentPoint - Variable in class twaver.network.inputhandler.RectangleInputHandler
 
mouseDragged(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when a mouse button is pressed on the chart panel and then dragged.
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
If now have selected elements, handle the move.
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.PanInputHandler
Called when mouse button dragged.
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.RectangleInputHandler
 
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
mouseDragged(MouseEvent) - Method in class twaver.network.inputhandler.SelectionInputHandler
When user drag mouse, this class draw a dragged rectangle and make the selection of this rectangle.
mouseDragPoint - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
mouseEntered(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when the mouse enters the chart panel.
mouseEntered(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseExited(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when the mouse exits the chart panel.
mouseExited(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseExited(MouseEvent) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mouseMove(MouseEvent) - Method in class twaver.network.CloudLayouter
 
mouseMoved(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when a mouse button has been moved on the chart panel.
mouseMoved(MouseEvent) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
mouseMoved(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseMoved(MouseEvent) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mouseMoved(MouseEvent) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
mouseOver(MouseEvent) - Method in class twaver.network.CloudLayouter
 
mousePressed(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when a mouse button is pressed on the chart panel
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
remember the drag start point.
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
Called when the mouse pressed.
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.CreateNodeInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.EagerMoveInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.PanInputHandler
Called when mouse button pressed.
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.RectangleInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
mousePressed(MouseEvent) - Method in class twaver.network.inputhandler.SelectionInputHandler
Mouse pressed.
mousePressedPoint - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
mousePressedPoint - Variable in class twaver.network.inputhandler.RectangleInputHandler
 
mouseReleased(MouseEvent) - Method in class twaver.chart.AbstractChart
Invoked when a mouse button has been released on the chart panel.
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
mouse release process
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.InputAdapter
 
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.PanInputHandler
mouse release process
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.PopupMenuInputHandler
show pop up menu.
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.RectangleInputHandler
 
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
mouseReleased(MouseEvent) - Method in class twaver.network.inputhandler.SelectionInputHandler
Mouse released.
mouseWheelMoved(MouseWheelEvent) - Method in class twaver.chart.AbstractChart
Invoked when the mouse wheel is rotated.
mouseWheelMoved(MouseWheelEvent) - Method in class twaver.network.inputhandler.MagnifierInputHandler
 
mouseWheelMoved(MouseWheelEvent) - Method in class twaver.network.inputhandler.WheelZoomInputHandler
 
MovableFilter - Interface in twaver
This filter used to determine whether an element on network component is movable via mouse drag and drop.
MOVE - Static variable in class twaver.UndoRedoEvent
 
moveElements(Iterator, MovableFilter, double, double) - Static method in class twaver.TDataBox
Calls this method to move specified elements by given x offset and y offset.
moveElements(Iterator, MovableFilter, double, double) - Static method in class twaver.TWaverUtil
Calls this method to move specified elements by given x offset and y offset.
MoveFirstAction - Class in twaver.network.action
This action can make all selected elements of given network move the first layer.
MoveFirstAction(TView) - Constructor for class twaver.network.action.MoveFirstAction
 
MoveLastAction - Class in twaver.network.action
This action can make all selected elements of given network move the last layer.
MoveLastAction(TView) - Constructor for class twaver.network.action.MoveLastAction
 
moveSelectedElements(double, double) - Method in class twaver.network.TNetwork
Calls this method to move all selected elements by given x offset and y offset.
moveSelectedElements(double, double, Runnable, int, int) - Method in class twaver.network.TNetwork
Calls this method to move all selected elements by given x offset and y offset.
moveSelectionToBottom() - Method in class twaver.TDataBox
Moves all selected elements to the bottom position level.
moveSelectionToDown() - Method in class twaver.TDataBox
Moves all selected elements to the one more lower position.
moveSelectionToTop() - Method in class twaver.TDataBox
Moves all selected elements to the top position level.
moveSelectionToUp() - Method in class twaver.TDataBox
Moves all selected elements to the one more upper position.
moveTo(Layer, int) - Method in class twaver.LayerModel
Moves the given layer to the specified layer index.
moveTo(int, Element) - Method in class twaver.TDataBox
Moves the specified element to a new index position at the same level.
moveTo(int, Element) - Method in class twaver.tree.TTree
Moves the specified element to a new location in the same level.
moveToBottom(Layer) - Method in class twaver.LayerModel
Moves the given layer to bottom level.
moveToBottom() - Method in class twaver.network.LayerManagerPane
 
moveToBottom(Element) - Method in class twaver.TDataBox
Moves the given element to the bottom of its position level.
moveToBottom(Element) - Method in class twaver.tree.TTree
Move the given element to the bottom of its located tree level.
moveToDown(Layer) - Method in class twaver.LayerModel
Moves the given layer to lower level.
moveToDown() - Method in class twaver.network.LayerManagerPane
 
moveToDown(Element) - Method in class twaver.TDataBox
Moves given element to one step lower position.
moveToDown(Element) - Method in class twaver.tree.TTree
Move given element to one step lower location.
moveToTop(Layer) - Method in class twaver.LayerModel
Moves the given layer to top level.
moveToTop() - Method in class twaver.network.LayerManagerPane
 
moveToTop(Element) - Method in class twaver.TDataBox
Moves the given element to top (index 0) in its position level.
moveToTop(Element) - Method in class twaver.tree.TTree
Moves the given element to top (index 0) in its tree level.
moveToUp(Layer) - Method in class twaver.LayerModel
Moves the given layer to upper level.
moveToUp() - Method in class twaver.network.LayerManagerPane
 
moveToUp(Element) - Method in class twaver.TDataBox
Moves the specified element to the one more upper position.
moveToUp(Element) - Method in class twaver.tree.TTree
Move the element to the one more upper location.
movingBounds - Variable in class twaver.network.inputhandler.LazyMoveInputHandler
 
movingPoint - Variable in class twaver.network.inputhandler.CreatePointsInputHandler
 
multiColumnSort - Variable in class twaver.table.TTableModelEvent
 
MULTIPLEXER_PROBLEM_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Multiplexer problem M.3100'.
multiPointProcess(MouseEvent, List, List) - Method in class twaver.network.inputhandler.CreatePointsInputHandler
 
multiPointProcess(MouseEvent, List, List) - Method in class twaver.network.inputhandler.CreatePolyInputHandler
 
multiPointProcess(MouseEvent, List, List) - Method in class twaver.network.inputhandler.CreateShapeLinkInputHandler
 
multiPointProcess(MouseEvent, List, List) - Method in class twaver.network.inputhandler.CreateShapeNodeInputHandler
 

N

name - Variable in class twaver.AbstractElement
 
name - Variable in class twaver.network.ui.IconAttachment
 
NAME_CLEARED - Static variable in class twaver.AlarmSeverity
 
NAME_CRITICAL - Static variable in class twaver.AlarmSeverity
 
NAME_INDETERMINATE - Static variable in class twaver.AlarmSeverity
 
NAME_MAJOR - Static variable in class twaver.AlarmSeverity
 
NAME_MINOR - Static variable in class twaver.AlarmSeverity
 
NAME_WARNING - Static variable in class twaver.AlarmSeverity
 
native2ascii(String, String) - Static method in class twaver.TWaverUtil
Convert a file from native to ascii format.
NATIVE_CHANGED - Static variable in class twaver.AlarmStateChangeEvent
This event type used to indicate the native alarm severity has been changed.
NE_IDENTIFIER_DUPLICATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'NE identifier duplication'.
network - Variable in class twaver.network.CloudLayouter
 
network - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
network - Variable in class twaver.network.inputhandler.CreateLinkInputHandler
 
network - Variable in class twaver.network.inputhandler.CreatePointsInputHandler
 
network - Variable in class twaver.network.inputhandler.DefaultInputHandler
 
network - Variable in class twaver.network.inputhandler.RectangleInputHandler
 
network - Variable in class twaver.network.toolbar.BaseNetworkButton
 
network - Variable in class twaver.network.toolbar.BaseNetworkToggleButton
 
network - Variable in class twaver.network.ui.AbstractAttachment
 
network - Variable in class twaver.network.ui.AbstractBorderUI
 
network - Variable in class twaver.network.ui.AbstractElementUI
 
network - Variable in class twaver.network.ui.LinkBorderUI
 
network - Variable in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
NETWORK_ALARM_BALLOON_VISIBLE - Static variable in class twaver.TWaverConst
 
NETWORK_ANIMATE_COMPONENT_ATTACHMENT - Static variable in class twaver.TWaverConst
 
NETWORK_ANIMATE_ELEMENT_DELETE - Static variable in class twaver.TWaverConst
 
NETWORK_ANIMATE_ELEMENT_MOVE - Static variable in class twaver.TWaverConst
 
NETWORK_ANIMATE_ELEMENT_RESIZE - Static variable in class twaver.TWaverConst
 
NETWORK_ANIMATE_SUBNETWORK_ENTER - Static variable in class twaver.TWaverConst
 
NETWORK_APPLY_BACKGROUND_THROUGH_SUBNETWORK - Static variable in class twaver.TWaverConst
 
NETWORK_CLEAR_SELECTION_ON_MARGIN_CLICKED - Static variable in class twaver.TWaverConst
 
NETWORK_CONSIDER_ATTACHMENT_ON_LAYOUT - Static variable in class twaver.TWaverConst
 
NETWORK_CURRENTSUBNETWORK - Static variable in class twaver.TWaverConst
 
NETWORK_ELEMENT_TRANSPARENT_AREA_SELECTABLE - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_ANIMATION - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_ATTACHMENT_DEAFULT_ACTION - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_AUTO_ADJUST_CANVAS_SIZE - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_AUTO_SCROLL - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_BLINKING - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_DND - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_DOUBLE_CLICK_TO_UP - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_ENTER_EMPTY_SUBNETWORK - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_ILLEGAL_LINK_VISIBLE - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_MOUSE_WHEEL_TO_ZOOM - Static variable in class twaver.TWaverConst
 
NETWORK_ENABLE_RIGHT_CLICK_EVENT - Static variable in class twaver.TWaverConst
 
NETWORK_ENSURE_VISIBLE_ON_SELECTED - Static variable in class twaver.TWaverConst
 
NETWORK_EXPAND_GROUP_AFTER_LAYOUT - Static variable in class twaver.TWaverConst
 
NETWORK_FULL_SCREEN_KEYBOARD - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_COPY_PASTE - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_DELETE - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_EXIT_FULL_SCREEN - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_SELECT_ALL - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_SWITCH_FULL_SCREEN - Static variable in class twaver.TWaverConst
 
NETWORK_KEYBOARD_ENABLE_UNDO_REDO - Static variable in class twaver.TWaverConst
 
NETWORK_LIMIT_ELEMENT_IN_POSITIVE_LOCATION - Static variable in class twaver.TWaverConst
 
NETWORK_LINK_BUNDLE_ALTERNATE - Static variable in class twaver.TWaverConst
 
NETWORK_LINK_BUNDLE_COMPACT - Static variable in class twaver.TWaverConst
 
NETWORK_MAGNIFIER_FACTOR_MAP - Static variable in class twaver.TWaverConst
 
NETWORK_MAGNIFIER_SHAPE - Static variable in class twaver.TWaverConst
 
NETWORK_MAGNIFIER_SHAPE_MAP - Static variable in class twaver.TWaverConst
 
NETWORK_MAGNIFIER_ZOOM_FACTOR - Static variable in class twaver.TWaverConst
 
NETWORK_PARALLEL_LINK_GAP - Static variable in class twaver.TWaverConst
 
NETWORK_PARALLEL_LINK_OFFSET - Static variable in class twaver.TWaverConst
 
NETWORK_SELECTABLE_ON_RIGHT_CLICK - Static variable in class twaver.TWaverConst
 
NETWORK_SHOW_LINK_BUNDLE_HANDLER - Static variable in class twaver.TWaverConst
 
NETWORK_SHOW_PLAIN_ELEMENT - Static variable in class twaver.TWaverConst
 
NETWORK_STRAIGHT_LINK_GAP - Static variable in class twaver.TWaverConst
 
NETWORK_STRAIGHT_LINK_OFFSET - Static variable in class twaver.TWaverConst
 
NETWORK_WHEEL_ZOOM_INCREMENT - Static variable in class twaver.TWaverConst
 
NETWORK_ZOOM_INCREMENT - Static variable in class twaver.TWaverConst
 
NetworkCreateFlexionLinkButton - Class in twaver.network.toolbar
Toolbar button used to create flexion link on network canvas.
NetworkCreateFlexionLinkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateFlexionLinkButton
 
NetworkCreateLinkButton - Class in twaver.network.toolbar
Toolbar button used to create link on network canvas.
NetworkCreateLinkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateLinkButton
Constructs a base button initialized by specified network.
NetworkCreateLinkButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.NetworkCreateLinkButton
 
NetworkCreateLinkSubNetworkButton - Class in twaver.network.toolbar
 
NetworkCreateLinkSubNetworkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateLinkSubNetworkButton
 
NetworkCreateNodeButton - Class in twaver.network.toolbar
Toolbar button used to create node on network canvas.
NetworkCreateNodeButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateNodeButton
Constructs a base button initialized by specified network.
NetworkCreateNodeButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.NetworkCreateNodeButton
 
NetworkCreateOrthogonalLinkButton - Class in twaver.network.toolbar
Toolbar button used to create flexion link on network canvas.
NetworkCreateOrthogonalLinkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateOrthogonalLinkButton
Constructs a base button initialized by specified network.
NetworkCreatePolyButton - Class in twaver.network.toolbar
Toolbar button used to create link on network canvas.
NetworkCreatePolyButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreatePolyButton
Constructs a base button initialized by specified network.
NetworkCreateShapeLinkButton - Class in twaver.network.toolbar
 
NetworkCreateShapeLinkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateShapeLinkButton
Constructs a base button initialized by specified network.
NetworkCreateShapeNodeButton - Class in twaver.network.toolbar
 
NetworkCreateShapeNodeButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateShapeNodeButton
 
NetworkCreateShapeNodeButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.NetworkCreateShapeNodeButton
 
NetworkCreateShapeSubNetworkButton - Class in twaver.network.toolbar
 
NetworkCreateShapeSubNetworkButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateShapeSubNetworkButton
 
NetworkCreateShapeSubNetworkButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.NetworkCreateShapeSubNetworkButton
 
NetworkCreateTextButton - Class in twaver.network.toolbar
 
NetworkCreateTextButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkCreateTextButton
 
NetworkCreateTextButton(TNetwork, Class) - Constructor for class twaver.network.toolbar.NetworkCreateTextButton
 
NETWORKEDITOR - Static variable in interface twaver.ElementLabelEditor
The default network's element label editor.
NetworkElementRenderer - Class in twaver.network
Default network element renderer.
NetworkElementRenderer(TNetwork) - Constructor for class twaver.network.NetworkElementRenderer
Create a renderer to paint given network's elements.
NetworkExportImageButton - Class in twaver.network.toolbar
Toolbar button used to export network canvas into an image file.
NetworkExportImageButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkExportImageButton
Constructs a base button initialized by specified network.
NetworkExportSVGButton - Class in twaver.network.toolbar
 
NetworkExportSVGButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkExportSVGButton
 
NetworkFullScreenButton - Class in twaver.network.toolbar
Click this button to full-screen the network canvas or reset to the default.
NetworkFullScreenButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkFullScreenButton
Constructs a base button initialized by specified network.
NetworkLazyMoveButton - Class in twaver.network.toolbar
Toolbar button used to set group edit interactor model on network canvas.
NetworkLazyMoveButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkLazyMoveButton
Constructs a base button initialized by specified network.
NetworkMagnifierButton - Class in twaver.network.toolbar
Click this button to show a network magnifier.
NetworkMagnifierButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkMagnifierButton
Constructs a base button initialized by specified network.
NetworkOpenDataFileButton - Class in twaver.network.toolbar
Toolbar button used to open a xml data file for this network component.
NetworkOpenDataFileButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkOpenDataFileButton
Constructs a base button initialized by specified network.
NetworkOverviewButton - Class in twaver.network.toolbar
Toolbar button used to show/hide the overview window.
NetworkOverviewButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkOverviewButton
Constructs a base button initialized by specified network.
NetworkPanButton - Class in twaver.network.toolbar
Toolbar button used to pan move the network canvas.
NetworkPanButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkPanButton
Constructs a base button initialized by specified network.
NetworkPrintButton - Class in twaver.network.toolbar
Toolbar button used to print network canvas.
NetworkPrintButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkPrintButton
Constructs a base button initialized by specified network.
NetworkPrinter - Class in twaver.network
This class defines a printer used to print network canvas.
NetworkPrinter(TNetwork) - Constructor for class twaver.network.NetworkPrinter
construct a network printer.
NetworkPrintPreviewButton - Class in twaver.network.toolbar
Toolbar button used to print preview the network canvas.
NetworkPrintPreviewButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkPrintPreviewButton
Constructs a base button initialized by specified network.
NetworkPrintPreviewer - Class in twaver.network
This class used to display the network print preview window.
NetworkPrintPreviewer(Frame, NetworkPrinter) - Constructor for class twaver.network.NetworkPrintPreviewer
Create network print preview dialog.
NetworkPrintPreviewer(Dialog, NetworkPrinter) - Constructor for class twaver.network.NetworkPrintPreviewer
Create network print preview dialog.
NetworkRedoButton - Class in twaver.network.toolbar
 
NetworkRedoButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkRedoButton
 
NetworkSaveDataFileButton - Class in twaver.network.toolbar
Toolbar button used to save network data into xml data file.
NetworkSaveDataFileButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkSaveDataFileButton
Constructs a base button initialized by specified network.
NetworkSelectButton - Class in twaver.network.toolbar
Toolbar button used to select elements on component canvas.
NetworkSelectButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkSelectButton
Constructs a base button initialized by specified network.
NetworkToolBarFactory - Class in twaver.network
This is a factory class.
NetworkToolBarFactory() - Constructor for class twaver.network.NetworkToolBarFactory
 
NetworkUndoButton - Class in twaver.network.toolbar
 
NetworkUndoButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkUndoButton
 
NetworkUpButton - Class in twaver.network.toolbar
Toolbar button used to move network to upper subnetwork.
NetworkUpButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkUpButton
Constructs a base button initialized by specified network.
NetworkZoomBackButton - Class in twaver.network.toolbar
Toolbar button used to back to the last zoom.
NetworkZoomBackButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomBackButton
Constructs a base button initialized by specified network.
NetworkZoomInButton - Class in twaver.network.toolbar
Toolbar button used to zoom network canvas in.
NetworkZoomInButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomInButton
Constructs a base button initialized by specified network.
NetworkZoomOutButton - Class in twaver.network.toolbar
Toolbar button used to zoom this component canvas out.
NetworkZoomOutButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomOutButton
Constructs a base button initialized by specified network.
NetworkZoomResetButton - Class in twaver.network.toolbar
Toolbar button used to reset the network canvas zoom.
NetworkZoomResetButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomResetButton
Constructs a base button initialized by specified network.
NetworkZoomToOverviewButton - Class in twaver.network.toolbar
Toolbar button used to make network canvas zoom fit to content.
NetworkZoomToOverviewButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomToOverviewButton
Constructs a base button initialized by specified network.
NetworkZoomToRectangleButton - Class in twaver.network.toolbar
Toolbar button used to zoom network canvas to specified rectangle area.
NetworkZoomToRectangleButton(TNetwork) - Constructor for class twaver.network.toolbar.NetworkZoomToRectangleButton
Constructs a base button initialized by specified network.
newProperties - Variable in class twaver.animate.AnimateProperty
 
newValue - Variable in class twaver.table.TTableModelEvent
 
nextPage() - Method in class twaver.table.AbstractPageTableModel
Go next page
nextPage() - Method in interface twaver.table.TablePaging
Go next page
nextPage - Variable in class twaver.table.TPageNavigator
 
nextState() - Method in class twaver.swing.TTristateCheckBox
 
NICKNAME_CLEARED - Static variable in class twaver.AlarmSeverity
 
NICKNAME_CRITICAL - Static variable in class twaver.AlarmSeverity
 
NICKNAME_INDETERMINATE - Static variable in class twaver.AlarmSeverity
 
NICKNAME_MAJOR - Static variable in class twaver.AlarmSeverity
 
NICKNAME_MINOR - Static variable in class twaver.AlarmSeverity
 
NICKNAME_WARNING - Static variable in class twaver.AlarmSeverity
 
NO_CHANGE - Static variable in class twaver.AlarmTrendIndication
Indicates this alarm get no change for current situation.
Node - Class in twaver
Node is a basic network element, it derived from BaseElement and extends image icon property.
Node() - Constructor for class twaver.Node
Create a node instance.
Node(Object) - Constructor for class twaver.Node
Create a new node instance with given id.
NodeSVGUI - Class in twaver.web.svg.network.ui
 
NodeSVGUI(TSVGNetwork, Node) - Constructor for class twaver.web.svg.network.ui.NodeSVGUI
Create a node svg ui with the given network and the node
NodeUI - Class in twaver.network.ui
This UI delegate defined to paint Node object.
NodeUI(TNetwork, Node) - Constructor for class twaver.network.ui.NodeUI
Constructs the node ui instance by given network component and node element.
noFocusBorder - Static variable in class twaver.table.renderer.AbstractCanvasRenderer
 
NONE_INSETS - Static variable in class twaver.TWaverConst
A insets with value (0,0,0,0)
NORMAL - Static variable in class twaver.network.DraggingSpeed
the normal dragging speed
NORTH - Static variable in class twaver.swing.TExpandPane
 
NumberRenderer - Class in twaver.table.renderer
This is a renderer is used to render Number object.
NumberRenderer() - Constructor for class twaver.table.renderer.NumberRenderer
 
NumberRenderer(String) - Constructor for class twaver.table.renderer.NumberRenderer
 
NumberRenderer - Static variable in class twaver.web.TWebPropertySheet
 

O

OID_COLUMN - Static variable in class twaver.table.TTable
Indicate OID table column
oidColumn - Variable in class twaver.table.TTableModel
 
okPerformed() - Method in class twaver.table.editor.AlarmStateEditor
 
okPerformed() - Method in class twaver.table.editor.ButtonEditor
 
okPerformed() - Method in class twaver.table.editor.FontEditor
 
oldHeight - Variable in class twaver.swing.TableLayout
Previous known height of the container
oldProperties - Variable in class twaver.animate.AnimateProperty
 
oldValue - Variable in class twaver.table.TTableModelEvent
 
oldWidth - Variable in class twaver.swing.TableLayout
Previous known width of the container
OPERATIONAL_VIOLATION - Static variable in class twaver.AlarmType
OperationalViolation alarm.
OPTIONS - Static variable in class twaver.table.editor.AbstractCellEditor
 
orientation - Variable in class twaver.network.ui.LabelAttachment
 
orientation - Variable in class twaver.swing.SingleFiledLayout
ROW or COLUMN -- should the components be aligned in a row or column
ORIENTATION_EAST - Static variable in class twaver.TWaverConst
orientation east (right)
ORIENTATION_NORTH - Static variable in class twaver.TWaverConst
orientation North (up)
ORIENTATION_NORTH_EAST - Static variable in class twaver.TWaverConst
orientation north-east (upper right)
ORIENTATION_NORTH_WEST - Static variable in class twaver.TWaverConst
orientation north west (upper left)
ORIENTATION_SOUTH - Static variable in class twaver.TWaverConst
orientation south (down)
ORIENTATION_SOUTH_EAST - Static variable in class twaver.TWaverConst
orientation south-east (lower right)
ORIENTATION_SOUTH_WEST - Static variable in class twaver.TWaverConst
orientation south-west (lower left)
ORIENTATION_WEST - Static variable in class twaver.TWaverConst
orientation west (left)
ORIGIN_POINT - Static variable in class twaver.TWaverConst
origin point at (0,0)
OrthogonalLink - Class in twaver
This class defines a link with an orthogonal path.
OrthogonalLink() - Constructor for class twaver.OrthogonalLink
Create a orthogonal link
OrthogonalLink(Object) - Constructor for class twaver.OrthogonalLink
Create a orthogonal link by given id.
OrthogonalLink(Object, Node, Node) - Constructor for class twaver.OrthogonalLink
Create a orthogonal link by given id and from/to nodes.
OrthogonalLink(Node, Node) - Constructor for class twaver.OrthogonalLink
Create a orthogonal link object by given from/to nodes
OrthogonalLinkDirectionType - Class in twaver.base
This class list all orthogonal link direction type.
OrthogonalLinkDirectionType(String) - Constructor for class twaver.base.OrthogonalLinkDirectionType
 
OUT_OF_CPU_CYCLES - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Out of CPU cycles'.
OUT_OF_MEMORY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Out of memory'.
outlineColor - Variable in class twaver.network.ui.LinkUI
 
outlineWidth - Variable in class twaver.network.ui.LinkUI
 
output(String, boolean) - Method in class twaver.TDataBox
Writes out all contained data into the specified xml file.
output(String, boolean, boolean, ElementPersistentFilter, ClientPropertyPersistentFilter) - Method in class twaver.TDataBox
Writes out all contained data into the specified xml file.
output(String, DataBoxOutputSetting) - Method in class twaver.TDataBox
Writes out all contained data into the specified xml file.
output(DataBoxOutputSetting) - Method in class twaver.TDataBox
Writes out all contained data into output stream that carried by DataBoxOutputSetting object in xml format.
output(OutputStream, boolean) - Method in class twaver.TDataBox
Writes out all contained data into given output stream in xml format.
OUTPUT_DEVICE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Output device error'.
outputJar(String) - Method in class twaver.TDataBox
output data box to file by jar format
outputJar(OutputStream) - Method in class twaver.TDataBox
output data box to a outputStream by jar format
outputXML(String, Element, boolean) - Static method in class twaver.TWaverUtil
output the specified element and all of the element's descendant to xml file.
outputXML(Element, boolean) - Static method in class twaver.TWaverUtil
output the specified element with all of the element's descendant to xml string.
Overview - Class in twaver.network
A overview window, displaying network component graph canvas at a reduced scale, and allowing navigation by the user.
Overview(TNetwork) - Constructor for class twaver.network.Overview
The overview constructor initialized by given network object.
Overview(TNetwork, Dimension) - Constructor for class twaver.network.Overview
Create overview with given network and overview size.
Overview(String, TNetwork, Dimension) - Constructor for class twaver.network.Overview
The overview constructor initialized by given network object.
OverviewPane - Class in twaver.network
This panel used to contain the Overview component.
OverviewPane(TNetwork) - Constructor for class twaver.network.OverviewPane
Create overview pane with given network component.
OverviewPane(TNetwork, int, int) - Constructor for class twaver.network.OverviewPane
Create overview pane with given network and size.

P

packAllColumns(boolean) - Method in class twaver.table.ResizableTable
Calls this method to "pack" all table columns to its preferred width.
packAllColumns(boolean, int) - Method in class twaver.table.ResizableTable
Calls this method to "pack" all table columns to its preferred width.
packAllRows() - Method in class twaver.table.ResizableTable
Packs all rows of this table.
packColumn(TableColumn, boolean) - Method in class twaver.table.ResizableTable
Pack given table column to its preferred width.
packColumn(TableColumn, boolean, int) - Method in class twaver.table.ResizableTable
Pack given table column to its preferred width.
packColumn(String, boolean) - Method in class twaver.table.TTable
Pack given table column to its preferred width.
pageable - Variable in class twaver.table.TPageNavigator
 
pageChanged() - Method in interface twaver.table.PageListener
Called when page is changed.
pageChanged() - Method in class twaver.table.TTableAdapter
Called when page is changed.
PageListener - Interface in twaver.table
The PageListener is used to receive TablePaging events.
pageRowSize - Variable in class twaver.table.AbstractPageTableModel
 
pageRowSizeSelection - Variable in class twaver.table.TPageNavigator
 
pageTotalCount - Variable in class twaver.table.AbstractPageTableModel
 
paint(Graphics) - Method in class twaver.chart.AbstractChart
 
paint(Graphics2D, int, int) - Method in class twaver.chart.ChartExporter
 
paint(Graphics) - Method in class twaver.combobox.TComboBox
 
paint(Graphics) - Method in class twaver.list.TList
 
paint(Graphics, double, Rectangle) - Method in class twaver.network.background.AbstractBackground
 
paint(Graphics, double, Rectangle) - Method in interface twaver.network.background.Background
The Network uses a Background to paint network map background.
paint(Graphics2D) - Method in interface twaver.network.CanvasCushion
Developers can implements this method to given additional code to paint more information on the network canvas.
paint(Graphics2D) - Method in class twaver.network.ui.AlarmAttachment
Paint this alarm attachment on specified graphics.
paint(Graphics2D) - Method in interface twaver.network.ui.Attachment
Paint this attachment.
paint(Graphics2D) - Method in class twaver.network.ui.BaseElementUI
Paint specified element instance on specified graph.
paint(Graphics2D) - Method in class twaver.network.ui.ComponentAttachment
 
paint(Graphics2D) - Method in class twaver.network.ui.DummyUI
Paint specified dummy instance on specified graph.
paint(Graphics2D) - Method in interface twaver.network.ui.ElementUI
 
paint(Graphics2D) - Method in class twaver.network.ui.GroupHandlerAttachment
Paint specified element's name on specified graph.
paint(Graphics2D) - Method in class twaver.network.ui.GroupUI
Paint specified group instance on specified graph.
paint(Graphics2D) - Method in class twaver.network.ui.IconAttachment
Paint this attachment on specified graphics.
paint(Graphics2D) - Method in class twaver.network.ui.LabelAttachment
Paint specified element's name on specified graph.
paint(Graphics2D) - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
paint(Graphics2D) - Method in class twaver.network.ui.LinkUI
Paint the whole link on specified graphics.
paint(Graphics2D) - Method in class twaver.network.ui.MessageAttachment
 
paint(Graphics2D) - Method in class twaver.network.ui.PolyLineUI
 
paint(Graphics2D) - Method in class twaver.network.ui.ShapeLinkUI
 
paint(Graphics2D) - Method in class twaver.network.ui.ShapeNodeUI
 
paint(Graphics2D) - Method in class twaver.network.ui.TextUI
 
paint(Graphics) - Method in class twaver.table.TTable
 
PAINT_STATE_DEFAULT - Static variable in class twaver.network.TNetwork
 
PAINT_STATE_EXPORT - Static variable in class twaver.network.TNetwork
 
PAINT_STATE_OVERVIEW - Static variable in class twaver.network.TNetwork
 
PAINT_STATE_PRINT - Static variable in class twaver.network.TNetwork
 
PAINT_STATE_PRINT_PREVIEW - Static variable in class twaver.network.TNetwork
 
paintArrows(Graphics2D) - Method in class twaver.network.ui.LinkUI
Paint link arrows.
paintArrows(Graphics2D) - Method in class twaver.network.ui.PolyLineUI
 
paintArrows(Graphics2D) - Method in class twaver.network.ui.ShapeNodeUI
 
PaintAttachmentFilter - Interface in twaver.network
 
paintAttachments(Graphics2D) - Method in class twaver.network.ui.AbstractElementUI
Paint each attachment of this element on specified graph.
paintAttachments(Graphics2D) - Method in interface twaver.network.ui.ElementUI
Paint all attachments.
paintAttachments(Graphics2D) - Method in class twaver.network.ui.RoundRectUI
 
paintAxisInflexion(Graphics2D, Stroke, Color, Point2D.Double, int, String) - Method in class twaver.chart.RadarChart
Paints the inflexion of the axis.
paintAxisInflexion(SVGContext, StringBuffer, Stroke, Color, Point2D.Double, int, String) - Method in class twaver.web.svg.chart.SVGRadarChart
Paints the inflexion of the axis.
paintBackground(Graphics2D) - Method in class twaver.chart.AbstractChart
Paints the background of the chart if the background is visible.
paintBackground(SVGContext, StringBuffer) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
paintBody(Graphics2D) - Method in class twaver.network.ui.BaseElementUI
Paint this element body.
paintBody(Graphics2D) - Method in class twaver.network.ui.BTSAntennaUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.CardUI
Paint the card body.
paintBody(Graphics2D) - Method in class twaver.network.ui.GridUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.LinkUI
Paint the link body.
paintBody(Graphics2D) - Method in class twaver.network.ui.NodeUI
Paint this node body.
paintBody(Graphics2D) - Method in class twaver.network.ui.PolyLineUI
Paint the link body by specified shape.
paintBody(Graphics2D) - Method in class twaver.network.ui.PolySubNetworkUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.RotatableNodeUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.RoundRectUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.ShelfUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.SlotUI
 
paintBody(Graphics2D) - Method in class twaver.network.ui.WireUI
 
paintBody(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.BTSAntennaSVGUI
 
paintBorder(Graphics2D) - Method in class twaver.network.ui.AbstractElementUI
Paint specified element object border on specified graphics.
paintBorder(Graphics2D) - Method in interface twaver.network.ui.BorderUI
Paint this element border on this graphics.
paintBorder(Graphics2D) - Method in class twaver.network.ui.DefaultBorderUI
Paint this element border on this graphics.
paintBorder(Graphics2D) - Method in class twaver.network.ui.EditableBorderUI
Paint the border body.
paintBorder(Graphics2D) - Method in class twaver.network.ui.LinkBorderUI
Paint this element border on this graphics.
paintBorder(Graphics2D) - Method in class twaver.network.ui.PolyLineUI
 
paintBorder(Graphics2D) - Method in class twaver.network.ui.PolySubNetworkUI
 
paintBorder(Graphics2D) - Method in class twaver.network.ui.RoundRectUI
 
paintBorder(Graphics2D) - Method in class twaver.network.ui.ShapeLinkBorderUI
 
paintBorder(Graphics2D) - Method in class twaver.network.ui.ShapeNodeBorderUI
Paint the border body.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.AbstractChart
The abstract method of paintChart(Graphics2D, int, int) is left for the Implication class of AbstractChart to override for painting specified chart graphics.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.AbstractScaleChart
Paints the chart graphics.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.AbstractXYScaleChart
 
paintChart(Graphics2D, int, int) - Method in class twaver.chart.DialChart
Paints the dial chart in the g2d context with the width and height.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.PercentChart
Paints the chart graphics.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.PieChart
Paints the chart graphics.
paintChart(Graphics2D, int, int) - Method in class twaver.chart.RadarChart
 
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Paints the chart graphics.
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.SVGDialChart
Paints the dial chart in the g2d context with the width and height.
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.SVGPercentChart
Paints the chart graphics.
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.SVGPieChart
Paints the chart graphics.
paintChart(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.SVGRadarChart
 
paintComponent(Graphics2D, Component, int, int, int, int) - Method in class twaver.chart.AbstractChart
 
paintComponent(Graphics) - Method in class twaver.network.OverviewPane
paintComponent(Graphics, Component, int, int, int, int) - Method in class twaver.network.TNetwork
Paints a cell renderer component c on graphics object g of network canvas.
paintComponent(Graphics, Component, Rectangle) - Method in class twaver.network.TNetwork
Paints a cell renderer component c on graphics object g of network canvas.
paintComponent(Graphics) - Method in class twaver.swing.RotatableLabel
 
paintComponent(Graphics) - Method in class twaver.swing.TPopupMenu
 
paintComponent(Graphics) - Method in class twaver.swing.TTristateCheckBox
 
paintComponent(Graphics) - Method in class twaver.table.editor.ImageFilePreview
 
paintComponent(Graphics) - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
paintComponent(Graphics) - Method in class twaver.table.renderer.AlarmStateRenderer
 
paintContent(Graphics2D, int, int, int, int, int, int, int, double, double) - Method in class twaver.chart.AbstractScaleChart
 
paintContent(Graphics2D, int, int) - Method in class twaver.chart.AbstractXYScaleChart
 
paintContent(Graphics2D, int, int, int, int, int, int, int, double, double) - Method in class twaver.chart.BarChart
Paints the chart content
paintContent(Graphics2D, int, int) - Method in class twaver.chart.BubbleChart
Paints the bubbles in the value list of all the element.
paintContent(Graphics2D, int, int, int, int, int, int, int, double, double) - Method in class twaver.chart.LineChart
 
paintContent(Graphics2D, double, Rectangle) - Method in class twaver.network.background.AbstractBackground
 
paintContent(Graphics2D, double, Rectangle) - Method in class twaver.network.background.ColorBackground
The Network uses a Background to paint network map background.
paintContent(Graphics2D, double, Rectangle) - Method in class twaver.network.background.ImageBackground
This class paint background image without stretch.
paintContent(Graphics2D, double, Rectangle) - Method in class twaver.network.background.TextureBackground
The Network uses a Background to paint network map background.
paintContent(Graphics2D, int, int) - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
paintContent(Graphics2D, int, int) - Method in class twaver.table.renderer.LinkArrowRenderer
 
paintContent(Graphics2D, int, int) - Method in class twaver.table.renderer.LinkStyleRenderer
 
paintContent(Graphics2D, int, int) - Method in class twaver.table.renderer.StrokeRenderer
 
paintContent(Graphics2D, int, int) - Method in class twaver.table.renderer.TextureRenderer
 
paintContent(Component, Graphics2D, int, int) - Method in class twaver.tree.TTreeCellIcon
paint content
paintContent(SVGContext, StringBuffer, int, int, int, int, int, int, int, double, double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
paintContent(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
paintContent(SVGContext, StringBuffer, int, int, int, int, int, int, int, double, double) - Method in class twaver.web.svg.chart.SVGBarChart
Paints the chart content
paintContent(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Paints the bubbles in the value list of all the element.
paintContent(SVGContext, StringBuffer, int, int, int, int, int, int, int, double, double) - Method in class twaver.web.svg.chart.SVGLineChart
 
paintCustomDraw(Graphics2D) - Method in class twaver.network.ui.BaseElementUI
 
paintCustomDraw(Graphics2D) - Method in class twaver.network.ui.ShapeImageUI
 
paintCustomDraw(Graphics2D) - Method in class twaver.network.ui.ShapeNodeUI
 
paintCustomDrawBody(Graphics2D, Shape) - Method in class twaver.network.ui.BaseElementUI
 
paintCustomDrawOutline(Graphics2D, Shape) - Method in class twaver.network.ui.BaseElementUI
 
paintCustomDrawStateOutline(Graphics2D, Shape, Color) - Method in class twaver.network.ui.BaseElementUI
 
paintElement(Graphics2D, int, int, int, int, int, int, int, double, double, Element, int, int, double, double) - Method in class twaver.chart.LineChart
 
paintIcon(Component, Graphics, int, int) - Method in class twaver.tree.TTreeCellIcon
paintIcon(Color, Color, Color, int, int, Rectangle, Graphics2D) - Static method in class twaver.TWaverUtil
Paint a icon with specified params.
paintInflexion(Graphics2D, Element, Point, int) - Method in class twaver.chart.LineChart
 
paintInflexion(Graphics2D, Element, Point, Double, int) - Method in class twaver.chart.RadarChart
 
paintInflexion(SVGContext, StringBuffer, Element, Point) - Method in class twaver.web.svg.chart.SVGLineChart
 
paintInflexion(SVGContext, StringBuffer, Element, Point, Double, int) - Method in class twaver.web.svg.chart.SVGRadarChart
 
paintLegend(SVGContext, StringBuffer, int, int) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
paintLine(Graphics2D, Line2D.Double, Element, Stroke, Bubble, Bubble) - Method in class twaver.chart.BubbleChart
 
paintLine(SVGContext, StringBuffer, Line2D.Double, Element, Stroke, Bubble, Bubble) - Method in class twaver.web.svg.chart.SVGBubbleChart
 
paintMarkerScale(Graphics2D, Marker, Point2D.Double, Point2D.Double) - Method in class twaver.chart.PercentChart
 
paintMarkerScale(SVGContext, StringBuffer, Marker, Point2D.Double, Point2D.Double) - Method in class twaver.web.svg.chart.SVGPercentChart
 
paintName(Graphics2D, String) - Method in class twaver.network.ui.LabelAttachment
Paint name on specified graphics.
paintNetworkContent(Graphics, double, double, boolean) - Method in class twaver.network.TNetwork
Calls this method to paint network content on the specified graphics.
paintPoints(Graphics2D) - Method in class twaver.network.ui.ShapeLinkBorderUI
 
PaintSelectionStateFilter - Interface in twaver
This filter used to determine whether an element need to paint highlight selection border on components.
paintShape(Graphics2D, Element, Point2D.Double, Bubble, int) - Method in class twaver.chart.BubbleChart
Paints the inflexion and bubble shape.
paintShape(SVGContext, StringBuffer, Element, Point2D.Double, Bubble, int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Paints the inflexion and bubble shape.
paintShapeImage(Graphics2D) - Method in class twaver.network.ui.ShapeImageUI
 
paintStateOutline(Graphics2D) - Method in class twaver.network.ui.BaseElementUI
Paint the element outline.
paintStateOutline(Graphics2D) - Method in class twaver.network.ui.BTSAntennaUI
 
paintStateOutline(Graphics2D) - Method in class twaver.network.ui.NodeUI
Paint the element state outline.
paintStateOutline(Graphics2D) - Method in class twaver.network.ui.PolySubNetworkUI
 
paintStateOutline(Graphics2D) - Method in class twaver.network.ui.RoundRectUI
 
paintStateOutline(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.BTSAntennaSVGUI
 
paintXAxis(Graphics2D, Marker, int, int, int, int, double, double) - Method in class twaver.chart.AbstractScaleChart
 
paintXAxis(SVGContext, StringBuffer, Marker, int, int, int, int, double, double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
panCanvas(int, int) - Method in class twaver.network.TNetwork
Pans the network view to specified offsets.
PanInputHandler - Class in twaver.network.inputhandler
This hander can move the network canvas view location of the scroll pane.
PanInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.PanInputHandler
Constructs handler with given network component.
ParallelogramGroup - Class in twaver
This class defines a group with a parallelogram shape.
ParallelogramGroup() - Constructor for class twaver.ParallelogramGroup
Create a parallelogram group
ParallelogramGroup(Object) - Constructor for class twaver.ParallelogramGroup
Create a parallelogram group by given id.
parent - Variable in class twaver.AbstractElement
 
parent - Variable in class twaver.network.inputhandler.AbstractMoveInputHandler
 
PARENTCHANGE - Static variable in class twaver.UndoRedoEvent
 
parentProcess(MouseEvent, boolean) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
 
parse(InputStream) - Method in class twaver.TDataBox
Parses xml data from given input stream.
parse(String) - Method in class twaver.TDataBox
Parses xml data from a specified file.
parse(InputStream, Element) - Method in class twaver.TDataBox
Parses xml data from an input stream, and sets all created elements as children of given root element.
parse(String, Element) - Method in class twaver.TDataBox
Parses xml data from a file name, and set all created elements as children of given root element.
parseJar(InputStream) - Method in class twaver.TDataBox
Parse jar input stream into this data box.
parseJar(InputStream, Element) - Method in class twaver.TDataBox
Parse jar input stream into this data box.
parseJar(String) - Method in class twaver.TDataBox
Parse jar file into this data box.
parseJar(String, Element) - Method in class twaver.TDataBox
Parse jar file into this data box.
parseXML(String) - Method in class twaver.TDataBox
Parses xml data from given string object.
parseXML(String, Element) - Method in class twaver.TDataBox
Parses xml date from given string object with given parent element.
PASTE_OFFSET - Static variable in class twaver.TWaverConst
network paste offset
PasteAction - Class in twaver.network.action
This action will paste elements from clipboard into network.
PasteAction(TView) - Constructor for class twaver.network.action.PasteAction
 
pasteElements() - Method in class twaver.network.TNetwork
Pastes all copied elements to the data box connected with this network.
pasteElements(Element) - Method in class twaver.TDataBox
Calls this method to add all element created from copied elements into this databox.
path - Variable in class twaver.network.ui.LinkUI
 
PATH_TRACE_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Path trace mismatch'.
PAYLOAD_TYPE_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Payload type mismatch'.
PERCENT_MARKER_POSITION_BOTTOM - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_DEFAULT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_INNER_BOTTOM - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_INNER_DEFAULT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_INNER_LEFT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_INNER_RIGHT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_INNER_TOP - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_LEFT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_RIGHT - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_POSITION_TOP - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_START_WITH_BOTTOM - Static variable in class twaver.TWaverConst
 
PERCENT_MARKER_START_WITH_EDGE - Static variable in class twaver.TWaverConst
 
PERCENT_STYLE_PLANE - Static variable in class twaver.TWaverConst
 
PERCENT_STYLE_SEGMENT - Static variable in class twaver.TWaverConst
 
PERCENT_STYLE_SOLID - Static variable in class twaver.TWaverConst
 
PERCENT_TYPE_HORIZONTAL - Static variable in class twaver.TWaverConst
 
PERCENT_TYPE_VERTICAL - Static variable in class twaver.TWaverConst
 
PercentChart - Class in twaver.chart
 
PercentChart() - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object.
PercentChart(TDataBox) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit data box.
PercentChart(TDataBox, String, Color) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit data box, a title and a background color.
PercentChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit data box,a title , a background color and a foreground color.
PercentChart(List) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit list
PercentChart(List, String) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit list and a title.
PercentChart(List, String, Color) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart with a List,a title and a background color
PercentChart(List, String, Color, Color) - Constructor for class twaver.chart.PercentChart
Creates a new PercentChart object initialized with an explicit list, a title, a background color and a foreground color.
performAction(int, MouseEvent) - Method in class twaver.network.ui.AbstractAttachment
by default invoke ui performAction
performAction(int, MouseEvent) - Method in class twaver.network.ui.AbstractElementUI
Called when user do some interaction on me.
performAction(int, MouseEvent) - Method in interface twaver.network.ui.Attachment
Invoked when an action occurs.
performAction(int, MouseEvent) - Method in class twaver.network.ui.ComponentAttachment
 
performAction(int, MouseEvent) - Method in interface twaver.network.ui.ElementUI
Invoked when an action occurs.
performAction(int, MouseEvent) - Method in class twaver.network.ui.GroupHandlerAttachment
 
performAction(int, MouseEvent) - Method in class twaver.network.ui.GroupUI
Called when user do some interaction on me.
performAction(int, MouseEvent) - Method in class twaver.network.ui.LabelAttachment
When user make interactive on this label.
performAction(int, MouseEvent) - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
performAction(int, MouseEvent) - Method in class twaver.network.ui.LinkUI
 
performAction(int, MouseEvent) - Method in class twaver.network.ui.NodeUI
If this node has chassis child, show the chassis.
performAction(int, MouseEvent) - Method in class twaver.network.ui.PolyLineUI
 
performAction(int, MouseEvent) - Method in class twaver.network.ui.SubNetworkUI
Called when the action event happen.
PERFORMANCE_DEGRADED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Performance degraded'.
PersistenceManager - Class in twaver
This is an utility class used to input/output TWaver data into XML.
PHYSICAL_VIOLATION - Static variable in class twaver.AlarmType
PhysicalViolation alarm.
PhysicalZoomer - Class in twaver.network.zoom
In this zooming display mode, the sizes and coordinates of all objects change proportionally with the zoom factor.
PhysicalZoomer(TNetwork) - Constructor for class twaver.network.zoom.PhysicalZoomer
Create zoomer and work with specified network component.
PIE_PANEL - Static variable in class twaver.table.TAlarmOverview
Indicate the pie chart panel index
PieChart - Class in twaver.chart
 
PieChart() - Constructor for class twaver.chart.PieChart
Creates a new PieChart object
PieChart(TDataBox) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit data box.
PieChart(TDataBox, String, Color) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit data box,a title and a background color.
PieChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit data box,a title , a background color and a foreground color.
PieChart(List) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit list
PieChart(List, String) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit list and a title.
PieChart(List, String, Color) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit list, a title and a background color.
PieChart(List, String, Color, Color) - Constructor for class twaver.chart.PieChart
Creates a new PieChart object initialized with an explicit list, a title, a background color and a foreground color.
Pillar - Class in twaver.chart
 
Pillar(Rectangle2D, int, int, Color) - Constructor for class twaver.chart.Pillar
 
PixelFilter - Interface in twaver
 
PNG - Static variable in class twaver.table.editor.ImageFileFilter
 
PointEditor - Class in twaver.table.editor
 
PointEditor() - Constructor for class twaver.table.editor.PointEditor
 
PointEditor(String) - Constructor for class twaver.table.editor.PointEditor
 
PointRenderer - Class in twaver.table.renderer
This is a renderer is used to render Point object.
PointRenderer() - Constructor for class twaver.table.renderer.PointRenderer
 
PointRenderer(String) - Constructor for class twaver.table.renderer.PointRenderer
 
PointRenderer - Static variable in class twaver.web.TWebPropertySheet
 
points - Variable in class twaver.network.inputhandler.CreatePointsInputHandler
 
points - Variable in class twaver.ShapeLink
 
points - Variable in class twaver.ShapeNode
 
polyLine - Variable in class twaver.network.ui.PolyLineUI
 
PolyLine - Class in twaver
This class defines a special link element which is combined by a set of straight lines.
PolyLine() - Constructor for class twaver.PolyLine
Create a polyline object
PolyLine(Object) - Constructor for class twaver.PolyLine
Create a polyline object by given id object
PolyLine(Node, Node) - Constructor for class twaver.PolyLine
Create a polyline object by given from node and to node.
PolyLine(Object, Node, Node) - Constructor for class twaver.PolyLine
Create a polyline object by specified id, from node and to node.
PolyLineSVGUI - Class in twaver.web.svg.network.ui
 
PolyLineSVGUI(TSVGNetwork, PolyLine) - Constructor for class twaver.web.svg.network.ui.PolyLineSVGUI
Create a polyline svg ui with the given network and the polyline.
PolyLineUI - Class in twaver.network.ui
 
PolyLineUI(TNetwork, PolyLine) - Constructor for class twaver.network.ui.PolyLineUI
 
PolySubNetwork - Class in twaver
Poly subnetwork is a special subnetwork, it can be specified a shape object as the subnetwork's painting shape.
PolySubNetwork() - Constructor for class twaver.PolySubNetwork
Create a poly subnetwork
PolySubNetwork(Object) - Constructor for class twaver.PolySubNetwork
Create a poly subnetwork by given id
PolySubNetwork(Shape) - Constructor for class twaver.PolySubNetwork
Create a subnetwork by given shape.
PolySubNetwork(Object, Shape) - Constructor for class twaver.PolySubNetwork
Create a subnetwork by given id and shape.
PolySubNetworkSVGUI - Class in twaver.web.svg.network.ui
 
PolySubNetworkSVGUI(TSVGNetwork, PolySubNetwork) - Constructor for class twaver.web.svg.network.ui.PolySubNetworkSVGUI
Create a polysubnetwork svg ui with the given network and the polysubnetwork.
PolySubNetworkUI - Class in twaver.network.ui
 
PolySubNetworkUI(TNetwork, PolySubNetwork) - Constructor for class twaver.network.ui.PolySubNetworkUI
 
PopupMenuFactory - Interface in twaver
This interface defines a popup menu factory.
PopupMenuGenerator - Interface in twaver
This interface defines a popup menu generator.
PopupMenuInputHandler - Class in twaver.network.inputhandler
This is a implementation of InputEventListener that uses to handle the popup menu action of a network component.
PopupMenuInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.PopupMenuInputHandler
Constructs a instance that is initialized with given network.
Port - Class in twaver
This class models a port elements, which are telecom equipment connectors.
Port() - Constructor for class twaver.Port
Create a port instance
Port(Object) - Constructor for class twaver.Port
Create a port instance by given id
Port(Object, int, int) - Constructor for class twaver.Port
Create a port instance by given id object, port width and port height
position - Variable in class twaver.base.PositionStruct
 
position - Variable in class twaver.network.ui.LabelAttachment
 
POSITION_BOTTOM - Static variable in class twaver.TWaverConst
bottom position
POSITION_BOTTOMLEFT - Static variable in class twaver.TWaverConst
bottom left position
POSITION_BOTTOMRIGHT - Static variable in class twaver.TWaverConst
bottom right position
POSITION_CENTER - Static variable in class twaver.TWaverConst
center position
POSITION_HOTSPOT - Static variable in class twaver.TWaverConst
hotspot position
POSITION_INNER_BOTTOM - Static variable in class twaver.TWaverConst
inner bottom position
POSITION_INNER_BOTTOMLEFT - Static variable in class twaver.TWaverConst
inner bottom left position
POSITION_INNER_BOTTOMRIGHT - Static variable in class twaver.TWaverConst
inner bottom right position
POSITION_INNER_LEFT - Static variable in class twaver.TWaverConst
inner left position
POSITION_INNER_RIGHT - Static variable in class twaver.TWaverConst
inner right position
POSITION_INNER_TOP - Static variable in class twaver.TWaverConst
inner top position
POSITION_INNER_TOPLEFT - Static variable in class twaver.TWaverConst
inner top left position
POSITION_INNER_TOPRIGHT - Static variable in class twaver.TWaverConst
inner top right position
POSITION_LEFT - Static variable in class twaver.TWaverConst
left position
POSITION_LINK_FROM_ANCHOR - Static variable in class twaver.TWaverConst
link from anchor position
POSITION_LINK_TO_ANCHOR - Static variable in class twaver.TWaverConst
link to anchor position
POSITION_RIGHT - Static variable in class twaver.TWaverConst
right position
POSITION_TOP - Static variable in class twaver.TWaverConst
top position
POSITION_TOPLEFT - Static variable in class twaver.TWaverConst
top left position
POSITION_TOPRIGHT - Static variable in class twaver.TWaverConst
top right position
PositionStruct - Class in twaver.base
 
PositionStruct(int, int, int) - Constructor for class twaver.base.PositionStruct
 
POWER_PROBLEM_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Power problem M.3100'.
POWER_SUPPLY_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Power supply failure'.
PREFERRED - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column.
preferredLayoutSize(Container) - Method in class twaver.swing.LabelValueLayout
 
preferredLayoutSize(Container) - Method in class twaver.swing.SingleFiledLayout
Determines the preferred size of the container argument using this layout.
preferredLayoutSize(Container) - Method in class twaver.swing.TableLayout
Determines the preferred size of the container argument using this layout.
prePage - Variable in class twaver.table.TPageNavigator
 
prepareElementCustomerJson(Element, TPropertyDescriptor, Object) - Method in class twaver.web.TWebTreeTable
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.GridSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.GroupSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeLinkSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeNodeSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.ShapeSubNetworkSVGUI
 
prepareElementSVGHeader(SVGContext, StringBuffer) - Method in class twaver.web.svg.network.ui.SubNetworkSVGUI
 
prepareRenderer(JLabel, Element) - Method in class twaver.tree.TTree
 
prepareTableHeaderRenderer(JLabel, TTableColumn) - Method in class twaver.table.TTable
 
prepareTreeColumnRenderer(JLabel, Element) - Method in class twaver.table.TTreeTable
 
preProcess(Link) - Method in class twaver.network.inputhandler.CreateLinkInputHandler
 
preProcess(Element) - Method in class twaver.network.inputhandler.CreateNodeInputHandler
 
preProcess(ResizableNode) - Method in class twaver.network.inputhandler.CreateResizableNodeInputHandler
 
preProcess(ShapeLink) - Method in class twaver.network.inputhandler.CreateShapeLinkInputHandler
 
preProcess(ShapeNode) - Method in class twaver.network.inputhandler.CreateShapeNodeInputHandler
 
preProcess(Element) - Method in class twaver.tree.DefaultDnDHandler
Pre-process before new created element is added into data box.
PRESSURE_UNACCEPTABLE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Pressure unacceptable'.
preview() - Method in class twaver.network.NetworkPrinter
Display the network print preview dialog.
PREVIEW_PANEL_PROPERTY - Static variable in class twaver.table.editor.FontChooser
The preview panel property name.
previousPage() - Method in class twaver.table.AbstractPageTableModel
Go previous page
previousPage() - Method in interface twaver.table.TablePaging
Go previous page
print() - Method in class twaver.network.NetworkPrinter
Print network canvas.
print(Graphics, PageFormat, int) - Method in class twaver.network.NetworkPrinter
Print network component.
processComponent(Component) - Method in interface twaver.ComponentCallbackHandler
Process the specified component that is being called back.
processElement(Element) - Method in interface twaver.ElementCallbackHandler
Process the specified element that is being called back.
PROCESSING_ERROR_ALARM - Static variable in class twaver.AlarmType
Processing error alarm.
PROCESSOR_PROBLEM_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Processor problem M.3100'.
propagate(Element) - Method in interface twaver.AlarmPropagator
propagate the alarm state of the specified element.
propagate(Element) - Method in class twaver.SummingAlarmPropagator
propagate the alarm state of the specified element.
PROPAGATE_CHANGED - Static variable in class twaver.AlarmStateChangeEvent
This event type used to indicate the propagate alarm severity has been changed.
propagateToParent(Element, Element) - Method in interface twaver.PropertyPropagator
Propagate the element's property value to its parent.
propagateToParent(Element, Element) - Method in class twaver.SummingAlarmPropagator
Propagate the element's alarm state to its parent.
propagateToTop(Element) - Method in class twaver.SummingAlarmPropagator
propagate the alarm state of the specified element to the top level of databox.
PROPERTY_ACKED - Static variable in class twaver.Alarm
 
PROPERTY_ACKTIME - Static variable in class twaver.Alarm
 
PROPERTY_ACKUSERID - Static variable in class twaver.Alarm
 
PROPERTY_ADDITIONALTEXT - Static variable in class twaver.Alarm
 
PROPERTY_ALARMID - Static variable in class twaver.Alarm
 
PROPERTY_ALARMSEVERITY - Static variable in class twaver.Alarm
 
PROPERTY_ALARMTYPE - Static variable in class twaver.Alarm
 
PROPERTY_ALPHA - Static variable in class twaver.Layer
 
PROPERTY_CLEARED - Static variable in class twaver.Alarm
 
PROPERTY_CLEAREDTIME - Static variable in class twaver.Alarm
 
PROPERTY_CLEARUSERID - Static variable in class twaver.Alarm
 
PROPERTY_COMMENTS - Static variable in class twaver.Alarm
 
PROPERTY_CORRELATEDALARMS - Static variable in class twaver.Alarm
 
PROPERTY_DESCRIPTION - Static variable in class twaver.Layer
 
PROPERTY_ELEMENTID - Static variable in class twaver.Alarm
 
PROPERTY_ID - Static variable in class twaver.Layer
 
PROPERTY_LASTCHANGEDTIME - Static variable in class twaver.Alarm
 
PROPERTY_MOVABLE - Static variable in class twaver.Layer
 
PROPERTY_NAME - Static variable in class twaver.Layer
 
PROPERTY_PROBABLECAUSE - Static variable in class twaver.Alarm
 
PROPERTY_PROPOSEDREPAIRACTION - Static variable in class twaver.Alarm
 
PROPERTY_RAISEDTIME - Static variable in class twaver.Alarm
 
PROPERTY_RESIZABLE - Static variable in class twaver.Layer
 
PROPERTY_SELECTABLE - Static variable in class twaver.Layer
 
PROPERTY_SPECIFICPROBLEM - Static variable in class twaver.Alarm
 
PROPERTY_TRENDINDICATION - Static variable in class twaver.Alarm
 
PROPERTY_VISIBLE - Static variable in class twaver.Layer
 
propertyChange(PropertyChangeEvent) - Method in class twaver.AlarmModel
propertyChange(PropertyChangeEvent) - Method in class twaver.LayerModel
Called when layer's property changed.
propertyChange(PropertyChangeEvent) - Method in class twaver.network.NetworkElementRenderer
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class twaver.network.toolbar.NetworkUpButton
 
propertyChange(PropertyChangeEvent) - Method in class twaver.table.editor.ImageFilePreview
 
propertyChange(PropertyChangeEvent) - Method in class twaver.table.TTableModel
table column property change process
propertyChange(PropertyChangeEvent) - Method in class twaver.TDataBox
PropertyChangeFilter - Interface in twaver
 
propertyChangeSupport - Variable in class twaver.AbstractElement
 
propertyChangeSupport - Variable in class twaver.AlarmStateStatistics
 
propertyChangeSupport - Variable in class twaver.Branch
 
propertyChangeSupport - Variable in class twaver.Segment
 
propertyName - Variable in class twaver.DataBoxQuickFinder
 
PROPERTYNAME_ALARM_BALLOON_ALPHA - Static variable in class twaver.TWaverConst
element alarm balloon alpha property name
PROPERTYNAME_ALARM_BALLOON_DIRECTION - Static variable in class twaver.TWaverConst
element alarm balloon direction property name
PROPERTYNAME_ALARM_BALLOON_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
element alarm balloon outline color property name
PROPERTYNAME_ALARM_BALLOON_POSITION - Static variable in class twaver.TWaverConst
element alarm balloon position property name
PROPERTYNAME_ALARM_BALLOON_SHADOW_COLOR - Static variable in class twaver.TWaverConst
element alarm balloon shadow color property name
PROPERTYNAME_ALARM_BALLOON_SHADOW_OFFSET - Static variable in class twaver.TWaverConst
element alarm balloon shadow offset property name
PROPERTYNAME_ALARM_BALLOON_SHOWN_ON_TOP - Static variable in class twaver.TWaverConst
element alarm balloon shown on top property name
PROPERTYNAME_ALARM_BALLOON_TEXT_BLINKABLE - Static variable in class twaver.TWaverConst
element alarm balloon text blinkable property name
PROPERTYNAME_ALARM_BALLOON_TEXT_COLOR - Static variable in class twaver.TWaverConst
element alarm balloon text color property name
PROPERTYNAME_ALARM_BALLOON_TEXT_FONT - Static variable in class twaver.TWaverConst
element alarm balloon text font property name
PROPERTYNAME_ALARM_BALLOON_VISIBLE - Static variable in class twaver.TWaverConst
element alarm balloon visible property name
PROPERTYNAME_ALARM_BALLOON_XOFFSET - Static variable in class twaver.TWaverConst
element alarm balloon x offset property name
PROPERTYNAME_ALARM_BALLOON_YOFFSET - Static variable in class twaver.TWaverConst
element alarm balloon y offset property name
PROPERTYNAME_ALARMSTATE - Static variable in class twaver.TWaverConst
alarm state property name
PROPERTYNAME_ANGLE - Static variable in class twaver.TWaverConst
rotable node angle property name
PROPERTYNAME_ANTENNA - Static variable in class twaver.TWaverConst
antenna property name
PROPERTYNAME_ANTENNASHAPE - Static variable in class twaver.TWaverConst
antenna shape property name
PROPERTYNAME_ANTENNATYPE - Static variable in class twaver.TWaverConst
antenna type property name
PROPERTYNAME_ATTACHMENT_ORIENTATION - Static variable in class twaver.TWaverConst
element attachment orientation property name
PROPERTYNAME_ATTACHMENT_POSITION - Static variable in class twaver.TWaverConst
element attachment position property name
PROPERTYNAME_ATTACHMENT_XGAP - Static variable in class twaver.TWaverConst
element attachment x gap property name
PROPERTYNAME_ATTACHMENT_XOFFSET - Static variable in class twaver.TWaverConst
element attachment x offset property name
PROPERTYNAME_ATTACHMENT_YGAP - Static variable in class twaver.TWaverConst
element attachment y gap property name
PROPERTYNAME_ATTACHMENT_YOFFSET - Static variable in class twaver.TWaverConst
element attachment y offset property name
PROPERTYNAME_BASESHAPE - Static variable in class twaver.TWaverConst
base shape property name
PROPERTYNAME_BEAMALPHA - Static variable in class twaver.TWaverConst
beam alpha property name
PROPERTYNAME_BEAMDIRECTION - Static variable in class twaver.TWaverConst
beam direction property name
PROPERTYNAME_BEAMWIDTH - Static variable in class twaver.TWaverConst
beam width property name
PROPERTYNAME_BLINK_ALARMATTACHMENT_SPEED - Static variable in class twaver.TWaverConst
element AlarmAttachment blink speed
PROPERTYNAME_BLINK_BODY_SPEED - Static variable in class twaver.TWaverConst
element body blink speed
PROPERTYNAME_BLINK_ICONATTACHMENT_SPEED - Static variable in class twaver.TWaverConst
element IconAttachment blink speed
PROPERTYNAME_BODY_COLOR - Static variable in class twaver.TWaverConst
element body color property name
PROPERTYNAME_BODY_FILL - Static variable in class twaver.TWaverConst
element body fill property name
PROPERTYNAME_BODY_RAISED - Static variable in class twaver.TWaverConst
element body raised property name
PROPERTYNAME_BORDER - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_BORDER_ANTIALIAS - Static variable in class twaver.TWaverConst
border draw antialias property name
PROPERTYNAME_BORDER_COLOR - Static variable in class twaver.TWaverConst
border color property name
PROPERTYNAME_BORDER_FILL - Static variable in class twaver.TWaverConst
border fill property name
PROPERTYNAME_BORDER_FILL_COLOR - Static variable in class twaver.TWaverConst
border fill color property name
PROPERTYNAME_BORDER_INSETS - Static variable in class twaver.TWaverConst
border insets property name
PROPERTYNAME_BORDER_SHAPE_FACTORY - Static variable in class twaver.TWaverConst
boder shape factory property name
PROPERTYNAME_BORDER_STROKE - Static variable in class twaver.TWaverConst
border stroke property name
PROPERTYNAME_BORDER_TYPE - Static variable in class twaver.TWaverConst
boder type property name
PROPERTYNAME_BORDER_UNDERNEATH - Static variable in class twaver.TWaverConst
border underneath property name
PROPERTYNAME_BORDER_VISIBLE - Static variable in class twaver.TWaverConst
border visible property name
PROPERTYNAME_BORDER_XORMODE - Static variable in class twaver.TWaverConst
border xormode property name
PROPERTYNAME_BTS - Static variable in class twaver.TWaverConst
antenna property name
PROPERTYNAME_BTSANTENNA_ARROW_COLOR - Static variable in class twaver.TWaverConst
bts antenna arrow color property name
PROPERTYNAME_BTSANTENNA_ARROW_SHOW - Static variable in class twaver.TWaverConst
bts antenna arrow show property name
PROPERTYNAME_BTSANTENNA_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
bts antenna outline color property name
PROPERTYNAME_BTSANTENNA_OUTLINE_SHOW - Static variable in class twaver.TWaverConst
bts antenna outline property name
PROPERTYNAME_BTSANTENNA_OUTLINE_STROKE - Static variable in class twaver.TWaverConst
bts antenna outline stroke property name
PROPERTYNAME_BTSANTENNAPOWER - Static variable in class twaver.TWaverConst
power property name
PROPERTYNAME_BUSINESSOBJECT - Static variable in class twaver.TWaverConst
business object property name
PROPERTYNAME_CARD_BOLT_BOTTOM - Static variable in class twaver.TWaverConst
card bottom bolt property name
PROPERTYNAME_CARD_BOLT_LEFT - Static variable in class twaver.TWaverConst
card left bolt property name
PROPERTYNAME_CARD_BOLT_RIGHT - Static variable in class twaver.TWaverConst
card right bolt property name
PROPERTYNAME_CARD_BOLT_TOP - Static variable in class twaver.TWaverConst
card top bolt property name
PROPERTYNAME_CARD_EXTEND_PERCENT - Static variable in class twaver.TWaverConst
card extend percent property name
PROPERTYNAME_CARD_EXTEND_PIXEL - Static variable in class twaver.TWaverConst
card extend pixel property name
PROPERTYNAME_CHART_BUBBLE_SHAPE_BUBBLE_VISIBLE - Static variable in class twaver.TWaverConst
chart bubble shape line visible
PROPERTYNAME_CHART_BUBBLE_SHAPE_LINE_VISIBLE - Static variable in class twaver.TWaverConst
chart bubble shape line visible
PROPERTYNAME_CHART_BUBBLE_STYLE - Static variable in class twaver.TWaverConst
chart bubble style
PROPERTYNAME_CHART_COLOR - Static variable in class twaver.TWaverConst
chart color property name
PROPERTYNAME_CHART_DIAL_HAND_LENGTH - Static variable in class twaver.TWaverConst
chart dial hand length
PROPERTYNAME_CHART_DIAL_HAND_STYLE - Static variable in class twaver.TWaverConst
chart dial hand style
PROPERTYNAME_CHART_FORMAT - Static variable in class twaver.TWaverConst
chart format property name
PROPERTYNAME_CHART_INFLEXION_STYLE - Static variable in class twaver.TWaverConst
chart inflexion style property name
PROPERTYNAME_CHART_MARKERS - Static variable in class twaver.TWaverConst
chart marker property name
PROPERTYNAME_CHART_MAX - Static variable in class twaver.TWaverConst
chart max property name
PROPERTYNAME_CHART_MIN - Static variable in class twaver.TWaverConst
chart min property name
PROPERTYNAME_CHART_PERCENT_MARKER_POSITION - Static variable in class twaver.TWaverConst
chart percent chart marker position
PROPERTYNAME_CHART_PERCENT_SPARE_COLOR - Static variable in class twaver.TWaverConst
chart percent spare fill color
PROPERTYNAME_CHART_PERCENT_SPARE_COVER_COLOR - Static variable in class twaver.TWaverConst
chart percent spare cover color
PROPERTYNAME_CHART_PERCENT_SPARE_FILL - Static variable in class twaver.TWaverConst
chart percent spare fill
PROPERTYNAME_CHART_PERCENT_STYLE - Static variable in class twaver.TWaverConst
chart percent style property name
PROPERTYNAME_CHART_SECTOR_DIVISION_POSITION - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_CHART_SECTOR_STROKE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_CHART_STROKE - Static variable in class twaver.TWaverConst
chart stroke property name
PROPERTYNAME_CHART_VALUE - Static variable in class twaver.TWaverConst
chart value property name
PROPERTYNAME_CHART_VALUE_TEXT_POSITION - Static variable in class twaver.TWaverConst
chart value text positon
PROPERTYNAME_CHART_VALUES - Static variable in class twaver.TWaverConst
chart value property name
PROPERTYNAME_CHILDREN - Static variable in class twaver.TWaverConst
children property name
PROPERTYNAME_COLUMNCOUNT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_COLUMNINDEX - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_COLUMNPERCENTS - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_COLUMNSPAN - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_CUSTOM_DRAW - Static variable in class twaver.TWaverConst
custom draw property name
PROPERTYNAME_CUSTOM_DRAW_ANTIALIAS - Static variable in class twaver.TWaverConst
custom draw antialias property name
PROPERTYNAME_CUSTOM_DRAW_DEFAULT_BORDER - Static variable in class twaver.TWaverConst
custom draw default border property name
PROPERTYNAME_CUSTOM_DRAW_FILL - Static variable in class twaver.TWaverConst
custom draw fill property name
PROPERTYNAME_CUSTOM_DRAW_FILL_3D - Static variable in class twaver.TWaverConst
custom draw fill 3d property name
PROPERTYNAME_CUSTOM_DRAW_FILL_COLOR - Static variable in class twaver.TWaverConst
custom draw fill color property name
PROPERTYNAME_CUSTOM_DRAW_GRADIENT - Static variable in class twaver.TWaverConst
custom draw gradient property name
PROPERTYNAME_CUSTOM_DRAW_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
custom draw gradient color
PROPERTYNAME_CUSTOM_DRAW_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
custom draw gradient factory
PROPERTYNAME_CUSTOM_DRAW_OUTLINE - Static variable in class twaver.TWaverConst
custom draw outline property name
PROPERTYNAME_CUSTOM_DRAW_OUTLINE_3D - Static variable in class twaver.TWaverConst
custom draw outline 3d property name
PROPERTYNAME_CUSTOM_DRAW_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
custom draw outline color property name
PROPERTYNAME_CUSTOM_DRAW_OUTLINE_STROKE - Static variable in class twaver.TWaverConst
custom draw outline stroke property name
PROPERTYNAME_CUSTOM_DRAW_SHAPE_FACTORY - Static variable in class twaver.TWaverConst
custom draw shape factory property name
PROPERTYNAME_DISPLAYNAME - Static variable in class twaver.TWaverConst
name property display name
PROPERTYNAME_DRAW_ICON_SHAPE - Static variable in class twaver.TWaverConst
draw icon shape property name
PROPERTYNAME_DRAW_IMAGE_SHAPE - Static variable in class twaver.TWaverConst
draw image shape property name
PROPERTYNAME_ELEMENT_TREE_ICON - Static variable in class twaver.TWaverConst
element tree icon property name
PROPERTYNAME_ENABLEALARMPROPAGATIONFROMCHILDREN - Static variable in class twaver.TWaverConst
enable alarm propagation from children property name
PROPERTYNAME_EQUIP_DIRECTION - Static variable in class twaver.TWaverConst
equipment direction property name
PROPERTYNAME_EQUIPCOUNT - Static variable in class twaver.TWaverConst
equipment count property name
PROPERTYNAME_EQUIPINDEX - Static variable in class twaver.TWaverConst
equipment index property name
PROPERTYNAME_EXIST - Static variable in class twaver.TWaverConst
exist status property name
PROPERTYNAME_EXPAND - Static variable in class twaver.TWaverConst
expand status property name
PROPERTYNAME_FOLLOWERPADDING - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_FOLLOWERPADDINGBOTTOM - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_FOLLOWERPADDINGLEFT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_FOLLOWERPADDINGRIGHT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_FOLLOWERPADDINGTOP - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_FROM - Static variable in class twaver.TWaverConst
link start node property name
PROPERTYNAME_FROMAGENT - Static variable in class twaver.TWaverConst
link from agent node property name
PROPERTYNAME_GEOCOORDINATE - Static variable in class twaver.TWaverConst
name property GeoCoordinate
PROPERTYNAME_GROUP_3D - Static variable in class twaver.TWaverConst
group 3d property name
PROPERTYNAME_GROUP_ANGLE - Static variable in class twaver.TWaverConst
group angle property name
PROPERTYNAME_GROUP_ANTIALIAS - Static variable in class twaver.TWaverConst
group antialias property name
PROPERTYNAME_GROUP_CHAMFER_EDGE - Static variable in class twaver.TWaverConst
group chamfer edge length property name
PROPERTYNAME_GROUP_CHILDREN_OUTCROP - Static variable in class twaver.TWaverConst
group children outcrop property name
PROPERTYNAME_GROUP_DEEP - Static variable in class twaver.TWaverConst
group deep property name
PROPERTYNAME_GROUP_DOUBLE_CLICK_ENABLE - Static variable in class twaver.TWaverConst
group double click enabled property name
PROPERTYNAME_GROUP_FILL - Static variable in class twaver.TWaverConst
group fill property name
PROPERTYNAME_GROUP_FILL_COLOR - Static variable in class twaver.TWaverConst
group fill color property name
PROPERTYNAME_GROUP_GRADIENT - Static variable in class twaver.TWaverConst
group gradient property name
PROPERTYNAME_GROUP_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
group gradient color property name
PROPERTYNAME_GROUP_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
group gradient factory property name
PROPERTYNAME_GROUP_HANDLER_CLOSE_ICON - Static variable in class twaver.TWaverConst
group handler close icon property name
PROPERTYNAME_GROUP_HANDLER_EMPTY_ICON - Static variable in class twaver.TWaverConst
group handler empty icon property name
PROPERTYNAME_GROUP_HANDLER_EXPAND_ICON - Static variable in class twaver.TWaverConst
group handler expand icon property name
PROPERTYNAME_GROUP_HANDLER_POSITION - Static variable in class twaver.TWaverConst
group handler position property name
PROPERTYNAME_GROUP_HANDLER_VISIBLE - Static variable in class twaver.TWaverConst
group handler visible property name
PROPERTYNAME_GROUP_HANDLER_XOFFSET - Static variable in class twaver.TWaverConst
group handler x offset property name
PROPERTYNAME_GROUP_HANDLER_YOFFSET - Static variable in class twaver.TWaverConst
group handler y offset property name
PROPERTYNAME_GROUP_INSETS - Static variable in class twaver.TWaverConst
grouop insets property name
PROPERTYNAME_GROUP_OPAQUE - Static variable in class twaver.TWaverConst
group opaque property name
PROPERTYNAME_GROUP_OUTLINE - Static variable in class twaver.TWaverConst
group outline property name
PROPERTYNAME_GROUP_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
group outline color property name
PROPERTYNAME_GROUP_OUTLINE_STROKE - Static variable in class twaver.TWaverConst
group outline stroke property name
PROPERTYNAME_GROUPMODELSHAPE - Static variable in class twaver.TWaverConst
group shape property name
PROPERTYNAME_GROUPTYPE - Static variable in class twaver.TWaverConst
group type property name
PROPERTYNAME_GROUPUISHAPE - Static variable in class twaver.TWaverConst
group shape property name
PROPERTYNAME_HEIGHT - Static variable in class twaver.TWaverConst
element height property name
PROPERTYNAME_HOST - Static variable in class twaver.TWaverConst
host of Follower element property name
PROPERTYNAME_ICON - Static variable in class twaver.TWaverConst
icon property name
PROPERTYNAME_IMAGE - Static variable in class twaver.TWaverConst
mage property name
PROPERTYNAME_LABEL_BACKGROUND - Static variable in class twaver.TWaverConst
element label background property name
PROPERTYNAME_LABEL_BORDER - Static variable in class twaver.TWaverConst
draw element label border property name
PROPERTYNAME_LABEL_BORDER_COLOR - Static variable in class twaver.TWaverConst
element label border color property name
PROPERTYNAME_LABEL_BORDER_STROKE - Static variable in class twaver.TWaverConst
element label border stroke property name
PROPERTYNAME_LABEL_COLOR - Static variable in class twaver.TWaverConst
element label color property name
PROPERTYNAME_LABEL_DIRECTION - Static variable in class twaver.TWaverConst
element label direction property name
PROPERTYNAME_LABEL_FONT - Static variable in class twaver.TWaverConst
element label font property name
PROPERTYNAME_LABEL_HIGHLIGHT_BACKGROUND - Static variable in class twaver.TWaverConst
element label highlight background property name
PROPERTYNAME_LABEL_HIGHLIGHT_FOREGROUND - Static variable in class twaver.TWaverConst
element label highlight foreground property name
PROPERTYNAME_LABEL_HIGHLIGHTABLE - Static variable in class twaver.TWaverConst
element label highlightable property name
PROPERTYNAME_LABEL_ICON - Static variable in class twaver.TWaverConst
element label icon property name
PROPERTYNAME_LABEL_MAXLENGTH - Static variable in class twaver.TWaverConst
element label max length property name
PROPERTYNAME_LABEL_ORIENTATION - Static variable in class twaver.TWaverConst
element label orentation property name
PROPERTYNAME_LABEL_POSITION - Static variable in class twaver.TWaverConst
element label position property name
PROPERTYNAME_LABEL_SELECTABLE - Static variable in class twaver.TWaverConst
element label selectable property name
PROPERTYNAME_LABEL_UNDERLINE - Static variable in class twaver.TWaverConst
draw element label underline property name
PROPERTYNAME_LABEL_UNDERLINE_COLOR - Static variable in class twaver.TWaverConst
element label underline color property name
PROPERTYNAME_LABEL_UNDERLINE_STROKE - Static variable in class twaver.TWaverConst
element label underline stroke property name
PROPERTYNAME_LABEL_VISIBLE - Static variable in class twaver.TWaverConst
element label visible property name
PROPERTYNAME_LABEL_XGAP - Static variable in class twaver.TWaverConst
element label x gap property name
PROPERTYNAME_LABEL_XOFFSET - Static variable in class twaver.TWaverConst
element label x offset property name
PROPERTYNAME_LABEL_YGAP - Static variable in class twaver.TWaverConst
element label y gap property name
PROPERTYNAME_LABEL_YOFFSET - Static variable in class twaver.TWaverConst
element label y offset property name
PROPERTYNAME_LAYERID - Static variable in class twaver.TWaverConst
layer index property name
PROPERTYNAME_LINK_3D - Static variable in class twaver.TWaverConst
3d link property name
PROPERTYNAME_LINK_ANTIALIAS - Static variable in class twaver.TWaverConst
link draw with antialias property name
PROPERTYNAME_LINK_BLINKING - Static variable in class twaver.TWaverConst
blinking link property name
PROPERTYNAME_LINK_BLINKING_COLOR - Static variable in class twaver.TWaverConst
link blinking color property name
PROPERTYNAME_LINK_BUNDLE_EXPAND - Static variable in class twaver.TWaverConst
link bundle expand status property name
PROPERTYNAME_LINK_BUNDLE_ID - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_LINK_BUNDLE_INDEX - Static variable in class twaver.TWaverConst
link bundle index property name
PROPERTYNAME_LINK_BUNDLE_SIZE - Static variable in class twaver.TWaverConst
link bundle size property name
PROPERTYNAME_LINK_COLOR - Static variable in class twaver.TWaverConst
link color property name
PROPERTYNAME_LINK_CORNER_TYPE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_LINK_CORNER_XRADIUS - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_LINK_CORNER_YRADIUS - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_LINK_EXTEND - Static variable in class twaver.TWaverConst
link extend property name
PROPERTYNAME_LINK_FLOWING - Static variable in class twaver.TWaverConst
flowing link property name
PROPERTYNAME_LINK_FLOWING_COLOR - Static variable in class twaver.TWaverConst
link flowing color property name
PROPERTYNAME_LINK_FLOWING_CONVERSE - Static variable in class twaver.TWaverConst
converse flowing link property name
PROPERTYNAME_LINK_FLOWING_SPEED - Static variable in class twaver.TWaverConst
flowing link speed property name
PROPERTYNAME_LINK_FLOWING_WIDTH - Static variable in class twaver.TWaverConst
link flowing width property name
PROPERTYNAME_LINK_FROM_ARROW_CENTER - Static variable in class twaver.TWaverConst
link from arrow center property name
PROPERTYNAME_LINK_FROM_ARROW_COLOR - Static variable in class twaver.TWaverConst
link from arrow color property name
PROPERTYNAME_LINK_FROM_ARROW_OUTLINE - Static variable in class twaver.TWaverConst
link from arrow outline property name
PROPERTYNAME_LINK_FROM_ARROW_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
link from arrow outline color property name
PROPERTYNAME_LINK_FROM_ARROW_STYLE - Static variable in class twaver.TWaverConst
link from arrow style property name
PROPERTYNAME_LINK_FROM_ARROW_XOFFSET - Static variable in class twaver.TWaverConst
link from xoffset property name
PROPERTYNAME_LINK_FROM_ARROW_YOFFSET - Static variable in class twaver.TWaverConst
link from yoffset property name
PROPERTYNAME_LINK_FROM_POSITION - Static variable in class twaver.TWaverConst
link from position property name
PROPERTYNAME_LINK_FROM_XOFFSET - Static variable in class twaver.TWaverConst
link from xoffset property name
PROPERTYNAME_LINK_FROM_YOFFSET - Static variable in class twaver.TWaverConst
link from yoffset property name
PROPERTYNAME_LINK_FROMARROW - Static variable in class twaver.TWaverConst
link start arrow property name
PROPERTYNAME_LINK_HANDLER_BACKGROUND - Static variable in class twaver.TWaverConst
link handler background property name
PROPERTYNAME_LINK_HANDLER_FONT - Static variable in class twaver.TWaverConst
link handler font property name
PROPERTYNAME_LINK_HANDLER_FOREGROUND - Static variable in class twaver.TWaverConst
link handler foreground property name
PROPERTYNAME_LINK_HANDLER_ICON - Static variable in class twaver.TWaverConst
link handler icon property name
PROPERTYNAME_LINK_HANDLER_POSITION - Static variable in class twaver.TWaverConst
link handler position property name
PROPERTYNAME_LINK_HANDLER_VISIBLE - Static variable in class twaver.TWaverConst
link handler visible property name
PROPERTYNAME_LINK_HANDLER_XOFFSET - Static variable in class twaver.TWaverConst
link handler x offset property name
PROPERTYNAME_LINK_HANDLER_YOFFSET - Static variable in class twaver.TWaverConst
link handler y offset property name
PROPERTYNAME_LINK_HOLLOW - Static variable in class twaver.TWaverConst
link hollow property name
PROPERTYNAME_LINK_LABEL_ROTATABLE - Static variable in class twaver.TWaverConst
link label rotatable property name
PROPERTYNAME_LINK_ORTHOGONAL_DIRECTION - Static variable in class twaver.TWaverConst
link orthogonal direction property name
PROPERTYNAME_LINK_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
link outline color property name
PROPERTYNAME_LINK_OUTLINE_WIDTH - Static variable in class twaver.TWaverConst
link outline width property name
PROPERTYNAME_LINK_PROPORTION - Static variable in class twaver.TWaverConst
link proportion property name
PROPERTYNAME_LINK_SPLIT_VALUE - Static variable in class twaver.TWaverConst
link split_value property name
PROPERTYNAME_LINK_STYLE - Static variable in class twaver.TWaverConst
link style property name
PROPERTYNAME_LINK_TO_ARROW_CENTER - Static variable in class twaver.TWaverConst
link to arrow center property name
PROPERTYNAME_LINK_TO_ARROW_COLOR - Static variable in class twaver.TWaverConst
link to arrow color property name
PROPERTYNAME_LINK_TO_ARROW_OUTLINE - Static variable in class twaver.TWaverConst
link to arrow outline property name
PROPERTYNAME_LINK_TO_ARROW_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
link to arrow outline color property name
PROPERTYNAME_LINK_TO_ARROW_STYLE - Static variable in class twaver.TWaverConst
link to arrow style property name
PROPERTYNAME_LINK_TO_ARROW_XOFFSET - Static variable in class twaver.TWaverConst
link to arrow xoffset property name
PROPERTYNAME_LINK_TO_ARROW_YOFFSET - Static variable in class twaver.TWaverConst
link to yoffset property name
PROPERTYNAME_LINK_TO_POSITION - Static variable in class twaver.TWaverConst
link to position property name
PROPERTYNAME_LINK_TO_XOFFSET - Static variable in class twaver.TWaverConst
link to xoffset property name
PROPERTYNAME_LINK_TO_YOFFSET - Static variable in class twaver.TWaverConst
link to yoffset property name
PROPERTYNAME_LINK_TOARROW - Static variable in class twaver.TWaverConst
link end arrow property name
PROPERTYNAME_LINK_WIDTH - Static variable in class twaver.TWaverConst
link width property name
PROPERTYNAME_LINKTYPE - Static variable in class twaver.TWaverConst
link type property name
PROPERTYNAME_LINKUIPATH - Static variable in class twaver.TWaverConst
link ui path property name
PROPERTYNAME_LOCATION - Static variable in class twaver.TWaverConst
element location property name
PROPERTYNAME_MESSAGE_ARC - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_AUTO_ADJUST_DIRECTION - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_BACKGROUND - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_BORDER_COLOR - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_BORDER_STROKE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_BORDER_VISIBLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_CLOSABLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_CLOSE_URL - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_COMPONENT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_CONTENT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_DIRECTION - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_FONT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_FOREGROUND - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_GRADIENT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_HEIGHT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_INFO_URL - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_MINIMIZABLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_MINIMIZE_URL - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_MINIMIZED - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_MINIMIZED_ICON - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_OPAQUE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_POSITION - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_SHADOW_COLOR - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_SHADOW_VISIBLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_SHOWN_ON_TOP - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_SHRINKABLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_SHRINKED - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_STYLE - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_TAIL - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_WIDTH - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_XGAP - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_XOFFSET - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_YGAP - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_MESSAGE_YOFFSET - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_NAME - Static variable in class twaver.TWaverConst
name property name
PROPERTYNAME_PADDING - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_PAINTCELL - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_PARENT - Static variable in class twaver.TWaverConst
parent property name
PROPERTYNAME_POLY_3D - Static variable in class twaver.TWaverConst
poly 3d property name
PROPERTYNAME_POLY_FILL - Static variable in class twaver.TWaverConst
poly fill property name
PROPERTYNAME_POLY_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
poly outline color property name
PROPERTYNAME_POLY_OUTLINE_WIDTH - Static variable in class twaver.TWaverConst
poly outline width property name
PROPERTYNAME_POLYLINEBLINKINGOBJECT - Static variable in class twaver.TWaverConst
blinking object property name
PROPERTYNAME_POLYLINESEGMENT - Static variable in class twaver.TWaverConst
polyline segment property name
PROPERTYNAME_RENDER_ALPHA - Static variable in class twaver.TWaverConst
render alpha transparent property name
PROPERTYNAME_RENDER_COLOR - Static variable in class twaver.TWaverConst
render color property name
PROPERTYNAME_ROWCOUNT - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_ROWINDEX - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_ROWPERCENTS - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_ROWSPAN - Static variable in class twaver.TWaverConst
 
PROPERTYNAME_SELECTED - Static variable in class twaver.TWaverConst
select state property name
PROPERTYNAME_SHAPEFROZEN - Static variable in class twaver.TWaverConst
link shape frozen property name
PROPERTYNAME_SHAPELINKPOINTS - Static variable in class twaver.TWaverConst
shape link points property name
PROPERTYNAME_SHAPELINKTYPE - Static variable in class twaver.TWaverConst
shape link type property name
PROPERTYNAME_SHAPENODE_FROM_ARROW - Static variable in class twaver.TWaverConst
shape node from arrow property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_CENTER - Static variable in class twaver.TWaverConst
shape node from arrow property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_COLOR - Static variable in class twaver.TWaverConst
shape node from arrow color property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_OUTLINE - Static variable in class twaver.TWaverConst
shape node from arrow outline property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
shape node from arrow outline color property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_STYLE - Static variable in class twaver.TWaverConst
shape node from arrow style property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_XOFFSET - Static variable in class twaver.TWaverConst
shape node from xoffset property name
PROPERTYNAME_SHAPENODE_FROM_ARROW_YOFFSET - Static variable in class twaver.TWaverConst
shape node from yoffset property name
PROPERTYNAME_SHAPENODE_JOINT_POINT - Static variable in class twaver.TWaverConst
shape node joint point property name
PROPERTYNAME_SHAPENODE_SHOW_DASH_LINE - Static variable in class twaver.TWaverConst
shape node show dash line property name
PROPERTYNAME_SHAPENODE_TO_ARROW - Static variable in class twaver.TWaverConst
shape node to arrow property name
PROPERTYNAME_SHAPENODE_TO_ARROW_CENTER - Static variable in class twaver.TWaverConst
shape node to arrow property name
PROPERTYNAME_SHAPENODE_TO_ARROW_COLOR - Static variable in class twaver.TWaverConst
shape node to arrow color property name
PROPERTYNAME_SHAPENODE_TO_ARROW_OUTLINE - Static variable in class twaver.TWaverConst
shape node to arrow outline property name
PROPERTYNAME_SHAPENODE_TO_ARROW_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
shape node to arrow outline color property name
PROPERTYNAME_SHAPENODE_TO_ARROW_STYLE - Static variable in class twaver.TWaverConst
shape node to arrow style property name
PROPERTYNAME_SHAPENODE_TO_ARROW_XOFFSET - Static variable in class twaver.TWaverConst
shape node to arrow xoffset property name
PROPERTYNAME_SHAPENODE_TO_ARROW_YOFFSET - Static variable in class twaver.TWaverConst
shape node to yoffset property name
PROPERTYNAME_SHAPENODEPOINTS - Static variable in class twaver.TWaverConst
shape node points property name
PROPERTYNAME_SHAPENODETYPE - Static variable in class twaver.TWaverConst
shape node type property name
PROPERTYNAME_SHELF_BORDER - Static variable in class twaver.TWaverConst
shelf border property name
PROPERTYNAME_SHELF_INNER_BORDER - Static variable in class twaver.TWaverConst
shelf inner border property name
PROPERTYNAME_SIZE - Static variable in class twaver.TWaverConst
element size property name
PROPERTYNAME_SLOT_BORDER - Static variable in class twaver.TWaverConst
slot border property name
PROPERTYNAME_SLOT_INNER_BORDER - Static variable in class twaver.TWaverConst
slot inner border property name
PROPERTYNAME_SPANCOUNT - Static variable in class twaver.TWaverConst
span count property name
PROPERTYNAME_STARTINDEX - Static variable in class twaver.TWaverConst
start index property name
PROPERTYNAME_STATE_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
state outline color property name
PROPERTYNAME_STATE_OUTLINE_INSETS - Static variable in class twaver.TWaverConst
state outline insets property name
PROPERTYNAME_STATE_OUTLINE_WIDTH - Static variable in class twaver.TWaverConst
state outline width property name
PROPERTYNAME_TAG - Static variable in class twaver.TWaverConst
tag property name
PROPERTYNAME_TEXTURE_FACTORY - Static variable in class twaver.TWaverConst
element texture factory property name
PROPERTYNAME_TO - Static variable in class twaver.TWaverConst
link end node property name
PROPERTYNAME_TOAGENT - Static variable in class twaver.TWaverConst
link to agent node property name
PROPERTYNAME_TOOLTIPTEXT - Static variable in class twaver.TWaverConst
tooltip text property name
PROPERTYNAME_TRANSFORMEDSHAPE - Static variable in class twaver.TWaverConst
transformed shape property name
PROPERTYNAME_TSUBNETWORKBACKGROUND - Static variable in class twaver.TWaverConst
tsubnetwork background property name
PROPERTYNAME_TSUBNETWORKDATALOADED - Static variable in class twaver.TWaverConst
tsubnetwork dataLoaded property name
PROPERTYNAME_TSUBNETWORKDATASOURCE - Static variable in class twaver.TWaverConst
tsubnetwork dataSource property name
PROPERTYNAME_TSUBNETWORKVIEWPOINT - Static variable in class twaver.TWaverConst
tsubnetwork viewPoint property name
PROPERTYNAME_USEROBJECT - Static variable in class twaver.TWaverConst
user object property name
PROPERTYNAME_VISIBLE - Static variable in class twaver.TWaverConst
visible state property name
PROPERTYNAME_WIDTH - Static variable in class twaver.TWaverConst
element width property name
PROPERTYNAME_WIRE_RADIAN - Static variable in class twaver.TWaverConst
wire proportion property name
PROPERTYNAME_ZOOM - Static variable in class twaver.TWaverConst
rotable node zoom property name
PropertyNameRenderer - Class in twaver.table.renderer
This is a renderer is used to render property name.
PropertyNameRenderer() - Constructor for class twaver.table.renderer.PropertyNameRenderer
 
PropertyPropagator - Interface in twaver
This class defines a generic action propagator when some property changed.
propertySheetChanged(PropertySheetEvent) - Method in interface twaver.table.PropertySheetListener
Invoked when a PropertySheetEvent occurs.
PropertySheetEvent - Class in twaver.table
Defines an event that encapsulates changes to a property sheet.
PropertySheetEvent(TPropertySheet, int) - Constructor for class twaver.table.PropertySheetEvent
Creates a PropertySheetEvent instance.
PropertySheetEvent(TPropertySheet, int, Category) - Constructor for class twaver.table.PropertySheetEvent
Creates a PropertySheetEvent instance.
PropertySheetEvent(TPropertySheet, int, PropertyChangeEvent, int) - Constructor for class twaver.table.PropertySheetEvent
Creates a PropertySheetEvent instance.
PropertySheetEvent(TPropertySheet, int, int) - Constructor for class twaver.table.PropertySheetEvent
Creates a PropertySheetEvent instance.
PropertySheetListener - Interface in twaver.table
The PropertySheetListener is used to receive TPropertySheet's events.
PropertyValueSettingListener - Interface in twaver.table
 
proportion - Variable in class twaver.network.ui.LinkUI
 
proportions - Variable in class twaver.chart.AbstractChart
 
proportions - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
proportionsOfRange - Variable in class twaver.chart.AbstractChart
 
proportionsOfRange - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
proportionsOfSum - Variable in class twaver.chart.AbstractChart
 
proportionsOfSum - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
PROTECTION_PATH_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Protection path failure'.
publish() - Method in class twaver.table.TPropertySheet
Publishes this sheet model data.
publishColumn() - Method in class twaver.table.TTableModel
Publish column
publishData() - Method in class twaver.chart.AbstractChart
Publishes data and update legend pane's layout.
publishData(boolean) - Method in class twaver.chart.AbstractChart
Publishes data with a boolean flag which decides whether the legendPane should be updated.
publishData() - Method in class twaver.combobox.TComboBox
publish elements in connected data box.
publishData() - Method in class twaver.list.TList
publish elements in connected data box.
publishData() - Method in class twaver.table.TTableModel
Call this method to publish data from raw data layer.
publishData() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
publishData(int, int) - Method in class twaver.web.table.TWebTable
 
publishedColumn - Variable in class twaver.table.TTableModel
 
publishedColumnMap - Variable in class twaver.table.TTableModel
 
publishedData - Variable in class twaver.table.TTableModel
 
publishedData - Variable in class twaver.web.table.TWebTable
 
publishedElements - Variable in class twaver.chart.AbstractChart
 
publishedElements - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
PUMP_FAILURE_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Pump failure M.3100'.
putAlarmBalloonAlpha(float) - Method in class twaver.AbstractElement
Sets the alpha for the alarm balloon of this element.
putAlarmBalloonAlpha(float) - Method in interface twaver.Element
Sets the alpha for the alarm balloon of this element.
putAlarmBalloonDirection(int) - Method in class twaver.AbstractElement
Sets the direction for the alarm balloon of this element.
putAlarmBalloonDirection(int) - Method in interface twaver.Element
Sets the direction for the alarm balloon of this element.
putAlarmBalloonOutlineColor(Color) - Method in class twaver.AbstractElement
Sets the color for the outline of the alarm balloon of this element.
putAlarmBalloonOutlineColor(Color) - Method in interface twaver.Element
Sets the color for the outline of the alarm balloon of this element.
putAlarmBalloonPosition(int) - Method in class twaver.AbstractElement
Sets the position for the alarm balloon of this element.
putAlarmBalloonPosition(int) - Method in interface twaver.Element
Sets the position for the alarm balloon of this element.
putAlarmBalloonShadowColor(Color) - Method in class twaver.AbstractElement
Sets the color for the shadow of the alarm balloon of this element.
putAlarmBalloonShadowColor(Color) - Method in interface twaver.Element
Sets the color for the shadow of the alarm balloon of this element.
putAlarmBalloonShadowOffset(int) - Method in class twaver.AbstractElement
Sets the offset for the shadow of the alarm balloon of this element.
putAlarmBalloonShadowOffset(int) - Method in interface twaver.Element
Sets the offset for the shadow of the alarm balloon of this element.
putAlarmBalloonShownOnTop(boolean) - Method in class twaver.AbstractElement
Sets whether the alarm balloon of this element should be shown on the top.
putAlarmBalloonShownOnTop(boolean) - Method in interface twaver.Element
Sets whether the alarm balloon of this element should be shown on the top.
putAlarmBalloonTextBlinkable(boolean) - Method in class twaver.AbstractElement
Sets whether the text of the alarm balloon of this element is blinkable.
putAlarmBalloonTextBlinkable(boolean) - Method in interface twaver.Element
Sets whether the text of the alarm balloon of this element is blinkable.
putAlarmBalloonTextColor(Color) - Method in class twaver.AbstractElement
Sets the text color for the alarm balloon of this element.
putAlarmBalloonTextColor(Color) - Method in interface twaver.Element
Sets the text color for the alarm balloon of this element.
putAlarmBalloonTextFont(Font) - Method in class twaver.AbstractElement
Sets the text font for the alarm balloon of this element.
putAlarmBalloonTextFont(Font) - Method in interface twaver.Element
Sets the text font for the alarm balloon of this element.
putAlarmBalloonVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the alarm balloon of this element should be visible.
putAlarmBalloonVisible(boolean) - Method in interface twaver.Element
Sets whether the alarm balloon of this element should be visible.
putAlarmBalloonXoffset(int) - Method in class twaver.AbstractElement
Sets the horizontal offset for the alarm balloon of this element.
putAlarmBalloonXoffset(int) - Method in interface twaver.Element
Sets the horizontal offset for the alarm balloon of this element.
putAlarmBalloonYoffset(int) - Method in class twaver.AbstractElement
Sets the vertical offset for the alarm balloon of this element.
putAlarmBalloonYoffset(int) - Method in interface twaver.Element
Sets the vertical offset for the alarm balloon of this element.
putAttachmentOrientation(int) - Method in class twaver.AbstractElement
Sets the orientation for the attachment of this element.
putAttachmentOrientation(int) - Method in interface twaver.Element
Sets the orientation for the attachment of this element.
putAttachmentPosition(int) - Method in class twaver.AbstractElement
Sets the position for the attachment of this element.
putAttachmentPosition(int) - Method in interface twaver.Element
Sets the position for the attachment of this element.
putAttachmentXGap(int) - Method in class twaver.AbstractElement
Sets the horizontal gap for the attachment of this element.
putAttachmentXGap(int) - Method in interface twaver.Element
Sets the horizontal gap for the attachment of this element.
putAttachmentXOffset(int) - Method in class twaver.AbstractElement
Sets the horizontal offset for the attachment of this element.
putAttachmentXOffset(int) - Method in interface twaver.Element
Sets the horizontal offset for the attachment of this element.
putAttachmentYGap(int) - Method in class twaver.AbstractElement
Sets the vertical gap for the attachment of this element.
putAttachmentYGap(int) - Method in interface twaver.Element
Sets the vertical gap for the attachment of this element.
putAttachmentYOffset(int) - Method in class twaver.AbstractElement
Sets the vertical offset for the attachment of this element.
putAttachmentYOffset(int) - Method in interface twaver.Element
Sets the vertical offset for the attachment of this element.
putBodyColor(Color) - Method in class twaver.BaseElement
Set element body fill color.
putBodyFill(boolean) - Method in class twaver.BaseElement
Set value to tell the element whether the element body need to fill.
putBodyRaised(boolean) - Method in class twaver.BaseElement
Set value to tell the element whether need to paint raised body.
putBorderAntialias(boolean) - Method in class twaver.AbstractElement
Sets whether the border of this element should be drawn with antialias mode.
putBorderAntialias(boolean) - Method in interface twaver.Element
Sets whether the border of this element should be drawn with antialias mode.
putBorderColor(Color) - Method in class twaver.AbstractElement
Sets the color for the border of this element.
putBorderColor(Color) - Method in interface twaver.Element
Sets the color for the border of this element.
putBorderFill(boolean) - Method in class twaver.AbstractElement
Sets whether the border of this element should be filled with border color.
putBorderFill(boolean) - Method in interface twaver.Element
Sets whether the border of this element should be filled with border color.
putBorderFillColor(Color) - Method in class twaver.AbstractElement
Sets the fill color for the border of this element.
putBorderFillColor(Color) - Method in interface twaver.Element
Sets the fill color for the border of this element.
putBorderInsets(int) - Method in class twaver.AbstractElement
Sets the insets for the border of this element.
putBorderInsets(int) - Method in interface twaver.Element
Sets the insets for the border of this element.
putBorderShapeFactory(int) - Method in class twaver.AbstractElement
Sets the shape factory for the border of this element.
putBorderShapeFactory(int) - Method in interface twaver.Element
Sets the shape factory for the border of this element.
putBorderStroke(String) - Method in class twaver.AbstractElement
Sets the stroke for the border of this element.
putBorderStroke(String) - Method in interface twaver.Element
Sets the stroke for the border of this element.
putBorderType(int) - Method in class twaver.AbstractElement
Sets the type for the border of this element.
putBorderType(int) - Method in interface twaver.Element
Sets the type for the border of this element.
putBorderUnderneath(boolean) - Method in class twaver.AbstractElement
Sets whether the border of this element should be underneath this element.
putBorderUnderneath(boolean) - Method in interface twaver.Element
Sets whether the border of this element should be underneath this element.
putBorderVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the border of this element should be visible.
putBorderVisible(boolean) - Method in interface twaver.Element
Sets whether the border of this element should be visible.
putBorderXormode(boolean) - Method in class twaver.AbstractElement
Sets whether the border of this element should be drawn with XOR mode.
putBorderXormode(boolean) - Method in interface twaver.Element
Sets whether the border of this element should be drawn with XOR mode.
putBTSAntennaArrowColor(Color) - Method in class twaver.BTSAntenna
 
putBTSAntennaArrowShow(boolean) - Method in class twaver.BTSAntenna
 
putBTSAntennaOutlineColor(Color) - Method in class twaver.BTSAntenna
 
putBTSAntennaOutlineShow(boolean) - Method in class twaver.BTSAntenna
 
putBTSAntennaOutlineStroke(String) - Method in class twaver.BTSAntenna
 
putCardBoltBottom(boolean) - Method in class twaver.Card
Tells whether display the bottom bolt for this card.
putCardBoltLeft(boolean) - Method in class twaver.Card
Tells whether display the left bolt for this card.
putCardBoltRight(boolean) - Method in class twaver.Card
Tells whether display the right bolt for this card.
putCardBoltTop(boolean) - Method in class twaver.Card
Tells whether display the top bolt for this card.
putCardExtendPercent(FloatInsets) - Method in class twaver.Card
Sets the extend percent FloatInsets object for this card.
putCardExtendPixel(Insets) - Method in class twaver.Card
Sets the extend pixel insets for this card.
putChartBubbleShapeBubbleVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the bubble shape in bubble chart is visible.
putChartBubbleShapeBubbleVisible(boolean) - Method in interface twaver.Element
Sets whether the bubble shape in bubble chart is visible.
putChartBubbleShapeLineVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the line shape in bubble chart is visible.
putChartBubbleShapeLineVisible(boolean) - Method in interface twaver.Element
Sets whether the line shape in bubble chart is visible.
putChartBubbleStyle(int) - Method in class twaver.AbstractElement
Sets the style for the bubble in the BubbleChart.
putChartBubbleStyle(int) - Method in interface twaver.Element
Sets the style for the bubble in the BubbleChart.
putChartColor(Color) - Method in class twaver.AbstractElement
Sets the color for this element.
putChartColor(Color) - Method in interface twaver.Element
Sets the color for this element.
putChartDialHandLength(double) - Method in class twaver.AbstractElement
Sets the dial hand length for the element.
putChartDialHandLength(double) - Method in interface twaver.Element
Sets the dial hand length for the element.
putChartDialHandStyle(int) - Method in class twaver.AbstractElement
Sets the dial hand style for the element.
putChartDialHandStyle(int) - Method in interface twaver.Element
Sets the dial hand style for the element.
putChartFormat(NumberFormat) - Method in class twaver.AbstractElement
Sets the number format for this element.
putChartFormat(NumberFormat) - Method in interface twaver.Element
Sets the number format for this element.
putChartInflexionStyle(int) - Method in class twaver.AbstractElement
Sets the style for the inflexion of this element.
putChartInflexionStyle(int) - Method in interface twaver.Element
Sets the style for the inflexion of this element.
putChartMarkers(List) - Method in class twaver.AbstractElement
Sets the mark list for this element.
putChartMarkers(List) - Method in interface twaver.Element
Sets the mark list for this element.
putChartMax(double) - Method in class twaver.AbstractElement
Sets the maximal value for this element.
putChartMax(double) - Method in interface twaver.Element
Sets the maximal value for this element.
putChartMin(double) - Method in class twaver.AbstractElement
Sets the minimal value for this element.
putChartMin(double) - Method in interface twaver.Element
Sets the minimal value for this element.
putChartPercentMarkerPostion(int) - Method in class twaver.AbstractElement
Sets the position for the marker in percent chart.
putChartPercentMarkerPostion(int) - Method in interface twaver.Element
Sets the position for the marker in percent chart.
putChartPercentSpareColor(Color) - Method in class twaver.AbstractElement
Sets the spare color for the percent chart.
putChartPercentSpareColor(Color) - Method in interface twaver.Element
Sets the spare color for the percent chart.
putChartPercentSpareCoverColor(Color) - Method in class twaver.AbstractElement
Sets the spare cover color for the percent chart.
putChartPercentSpareCoverColor(Color) - Method in interface twaver.Element
Sets the spare cover color for the percent chart.
putChartPercentSpareFill(boolean) - Method in class twaver.AbstractElement
Sets whether the spare of the percent chart should be filled.
putChartPercentSpareFill(boolean) - Method in interface twaver.Element
Sets whether the spare of the percent chart should be filled.
putChartPercentStyle(int) - Method in class twaver.AbstractElement
Sets the style for the percent type chart.
putChartPercentStyle(int) - Method in interface twaver.Element
Sets the style for the percent type chart.
putChartSectorDivisionPosition(List) - Method in class twaver.AbstractElement
 
putChartSectorDivisionPosition(List) - Method in interface twaver.Element
 
putChartSectorStroke(List) - Method in class twaver.AbstractElement
 
putChartSectorStroke(List) - Method in interface twaver.Element
 
putChartStroke(String) - Method in class twaver.AbstractElement
Sets the stroke for this element.
putChartStroke(String) - Method in interface twaver.Element
Sets the stroke for this element.
putChartValue(double) - Method in class twaver.AbstractElement
Sets the value for this element.
putChartValue(double) - Method in interface twaver.Element
Sets the value for this element.
putChartValues(List) - Method in class twaver.AbstractElement
Sets the values list for this element.
putChartValues(List) - Method in interface twaver.Element
Sets the values list for this element.
putChartValueTextPosition(int) - Method in class twaver.AbstractElement
Sets the position for the label of the chart.
putChartValueTextPosition(int) - Method in interface twaver.Element
Sets the position for the label of the chart.
putClientProperty(Object, Object) - Method in class twaver.AbstractElement
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, int) - Method in class twaver.AbstractElement
Adds an new integer type value for a specified client property.
putClientProperty(Object, double) - Method in class twaver.AbstractElement
Adds an new double type value for a specified client property.
putClientProperty(Object, boolean) - Method in class twaver.AbstractElement
Adds an new boolean type value for a specified client property.
putClientProperty(Object, Object) - Method in class twaver.Alarm
Set the client property for the alarm.
putClientProperty(Object, int) - Method in class twaver.Alarm
Adds an new integer type value for a specified client property.
putClientProperty(Object, boolean) - Method in class twaver.Alarm
Adds an new boolean type value for a specified client property.
putClientProperty(Object, Object) - Method in class twaver.Branch
Put a new client property into this branch.
putClientProperty(Object, Object) - Method in class twaver.Card
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, Object) - Method in interface twaver.Element
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, int) - Method in interface twaver.Element
Adds an new integer type value for a specified client property.
putClientProperty(Object, boolean) - Method in interface twaver.Element
Adds an new boolean type value for a specified client property.
putClientProperty(Object, Object) - Method in class twaver.EllipseGroup
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, Object) - Method in class twaver.Group
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, Object) - Method in class twaver.Layer
Set the client property for the layer.
putClientProperty(Object, Object) - Method in class twaver.Link
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, Object) - Method in class twaver.OrthogonalLink
Adds an arbitrary key/value "client property" to this element.
putClientProperty(Object, Object) - Method in class twaver.ParallelogramGroup
 
putClientProperty(Object, Object) - Method in class twaver.Segment
Change a client property
putClientProperty(Object, Object) - Method in class twaver.TDataBox
Adds an arbitrary key/value "client property" to this data box.
putCustomDraw(boolean) - Method in class twaver.BaseElement
Set 'custom draw' value for the element.
putCustomDrawAntialias(boolean) - Method in class twaver.BaseElement
Set whether paint the custom draw in anti-alias mode.
putCustomDrawDefaultBorder(boolean) - Method in class twaver.BaseElement
Tells element whether use default selection border in custom draw mode.
putCustomDrawFill(boolean) - Method in class twaver.BaseElement
Tells the element whether fill the custom draw shape during the custom draw paint.
putCustomDrawFill3D(boolean) - Method in class twaver.BaseElement
Tells the element whether fill the custom draw shape 3d.
putCustomDrawFillColor(Color) - Method in class twaver.BaseElement
Set the element custom draw fill color.
putCustomDrawGradient(boolean) - Method in class twaver.BaseElement
Whether this custom draw shape will filled in gradient mode.
putCustomDrawGradientColor(Color) - Method in class twaver.BaseElement
Set the custom draw gradient color.
putCustomDrawGradientFactory(int) - Method in class twaver.BaseElement
Set the fill gradient factory.
putCustomDrawOutline(boolean) - Method in class twaver.BaseElement
Whether the element custom draw paint outline.
putCustomDrawOutline3D(boolean) - Method in class twaver.BaseElement
Whether the element custom draw paint outline 3d.
putCustomDrawOutlineColor(Color) - Method in class twaver.BaseElement
Set the element custom draw outline color.
putCustomDrawOutlineStroke(String) - Method in class twaver.BaseElement
Change the outline stroke width for custom draw.
putCustomDrawShapeFactory(int) - Method in class twaver.BaseElement
Set the custom draw shape.
putDrawIconShape(boolean) - Method in class twaver.AbstractElement
Sets whether the icon shape is drawn.
putDrawIconShape(boolean) - Method in interface twaver.Element
Sets whether the icon shape is drawn.
putDrawImageShape(boolean) - Method in class twaver.Node
Set whether use image shape to draw the image selection border.
putElementTreeIcon(Icon) - Method in class twaver.AbstractElement
Set the icon for this element which is used to paint on the tree component.
putElementTreeIcon(Icon) - Method in interface twaver.Element
Set the icon for this element which is used to paint on the tree component.
putEquipDirection(Direction) - Method in class twaver.Shelf
Sets the equip direction for this shelf.
putEquipDirection(Direction) - Method in class twaver.Slot
Sets the equip direction for this slot.
putGroup3D(boolean) - Method in class twaver.Group
Use this boolean flag to tell group whether display this group with a 3d shape
putGroupAngle(int) - Method in class twaver.Group
Set group for the parallelogram angle.
putGroupAntialias(boolean) - Method in class twaver.Group
Set whether use anti alias mode to paint the group.
putGroupChamferEdge(int) - Method in class twaver.Group
 
putGroupChildrenOutcrop(int) - Method in class twaver.Group
Set the height value for the all contained children outcrop of the group.
putGroupDeep(int) - Method in class twaver.Group
Set the 3d deep value when 3d enabled.
putGroupDoubleClickEnabled(boolean) - Method in class twaver.Group
Set whether this group is double click enabled.
putGroupEllipse3D(boolean) - Method in class twaver.EllipseGroup
Use this boolean flag to tell group whether display this group with a 3d ellipse shape
putGroupEllipseDeep(int) - Method in class twaver.EllipseGroup
Set the 3d ellipse deep value when 3d enabled.
putGroupFill(boolean) - Method in class twaver.Group
Set whether fill this group.
putGroupFillColor(Color) - Method in class twaver.Group
Set the group fill color.
putGroupGradient(boolean) - Method in class twaver.Group
Sets group gradient value for the group.
putGroupGradientColor(Color) - Method in class twaver.Group
Sets the group gradient fill color.
putGroupGradientFactory(int) - Method in class twaver.Group
Sets the group gradient factory.
putGroupHandlerCloseIcon(String) - Method in class twaver.Group
Set the closed icon for the group handler.
putGroupHandlerEmptyIcon(String) - Method in class twaver.Group
Set the empty icon for the group handler.
putGroupHandlerExpandIcon(String) - Method in class twaver.Group
Set the expanded icon for the group handler.
putGroupHandlerPosition(int) - Method in class twaver.Group
Determines where the group handler appears on the element.
putGroupHandlerVisible(boolean) - Method in class twaver.Group
Shows or hides the group handler.
putGroupHandlerXoffset(int) - Method in class twaver.Group
Sets the group handler location a horizontal offset.
putGroupHandlerYoffset(int) - Method in class twaver.Group
Sets the group handler location a vertical offset.
putGroupInsets(Insets) - Method in class twaver.Group
Set the group insets.
putGroupOpaque(boolean) - Method in class twaver.Group
Set whether this group is opaque.
putGroupOutline(boolean) - Method in class twaver.Group
Set whether display outline of this group.
putGroupOutlineColor(Color) - Method in class twaver.Group
Set the group outline color.
putGroupOutlineStroke(String) - Method in class twaver.Group
Set outline stroke type of this group.
putLabelBackground(Color) - Method in class twaver.AbstractElement
Sets the background color for the label attachment of this element.
putLabelBackground(Color) - Method in interface twaver.Element
Sets the background color for the label attachment of this element.
putLabelBorder(boolean) - Method in class twaver.AbstractElement
Sets whether the border of the label attachment of this element should be visible.
putLabelBorder(boolean) - Method in interface twaver.Element
Sets whether the border of the label attachment of this element should be visible.
putLabelBorderColor(Color) - Method in class twaver.AbstractElement
Sets the border color for the label attachment of this element.
putLabelBorderColor(Color) - Method in interface twaver.Element
Sets the border color for the label attachment of this element.
putLabelBorderStroke(String) - Method in class twaver.AbstractElement
Sets the stroke for the border of the label attachment of this element.
putLabelBorderStroke(String) - Method in interface twaver.Element
Sets the stroke for the border of the label attachment of this element.
putLabelColor(Color) - Method in class twaver.AbstractElement
Sets the color for the label attachment of this element.
putLabelColor(Color) - Method in interface twaver.Element
Sets the color for the label attachment of this element.
putLabelDirection(Direction) - Method in class twaver.Card
Set the label text layout direction for this card.
putLabelFont(Font) - Method in class twaver.AbstractElement
Sets the font for the label attachment of this element.
putLabelFont(Font) - Method in interface twaver.Element
Sets the font for the label attachment of this element.
putLabelHighlightable(boolean) - Method in class twaver.AbstractElement
Sets whether the label attachment of this element should be highlighted when this element is selected.
putLabelHighlightable(boolean) - Method in interface twaver.Element
Sets whether the label attachment of this element should be highlighted when this element is selected.
putLabelHighlightBackground(Color) - Method in class twaver.AbstractElement
Sets the highlight color for the background of the label attachment of this element when this element is selected.
putLabelHighlightBackground(Color) - Method in interface twaver.Element
Sets the highlight color for the background of the label attachment of this element when this element is selected.
putLabelHighlightForeground(Color) - Method in class twaver.AbstractElement
Sets the highlight color for the foreground of the label attachment of this element when this element is selected.
putLabelHighlightForeground(Color) - Method in interface twaver.Element
Sets the highlight color for the foreground of the label attachment of this element when this element is selected.
putLabelIcon(String) - Method in class twaver.AbstractElement
Sets the icon url for the label attachment of this element.
putLabelIcon(String) - Method in interface twaver.Element
Sets the icon url for the label attachment of this element.
putLabelMaxLength(int) - Method in class twaver.AbstractElement
Sets the maximal length for the label attachment of this element.
putLabelMaxLength(int) - Method in interface twaver.Element
Sets the maximal length for the label attachment of this element.
putLabelOrientation(int) - Method in class twaver.AbstractElement
Sets the orientation for the label attachment of this element.
putLabelOrientation(int) - Method in interface twaver.Element
Sets the orientation for the label attachment of this element.
putLabelPosition(int) - Method in class twaver.AbstractElement
Sets the position for the label attachment of this element.
putLabelPosition(int) - Method in interface twaver.Element
Sets the position for the label attachment of this element.
putLabelSelectable(boolean) - Method in class twaver.AbstractElement
Sets whether the label attachment of this element is selectable.
putLabelSelectable(boolean) - Method in interface twaver.Element
Sets whether the label attachment of this element is selectable.
putLabelUnderline(boolean) - Method in class twaver.AbstractElement
Sets whether the underline of the label attachment of this element should be visible.
putLabelUnderline(boolean) - Method in interface twaver.Element
Sets whether the underline of the label attachment of this element should be visible.
putLabelUnderlineColor(Color) - Method in class twaver.AbstractElement
Sets the color for the underline of the label attachment of this element.
putLabelUnderlineColor(Color) - Method in interface twaver.Element
Sets the color for the underline of the label attachment of this element.
putLabelUnderlineStroke(String) - Method in class twaver.AbstractElement
Sets the stroke for the underline of the label attachment of this element.
putLabelUnderlineStroke(String) - Method in interface twaver.Element
Sets the stroke for the underline of the label attachment of this element.
putLabelVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the label attachment of this element should be visible.
putLabelVisible(boolean) - Method in interface twaver.Element
Sets whether the label attachment of this element should be visible.
putLabelXGap(int) - Method in class twaver.AbstractElement
Sets the horizontal gap for the label attachment of this element.
putLabelXGap(int) - Method in interface twaver.Element
Sets the horizontal gap for the label attachment of this element.
putLabelXOffset(int) - Method in class twaver.AbstractElement
Sets the horizontal offset for the label attachment of this element.
putLabelXOffset(int) - Method in interface twaver.Element
Sets the horizontal offset for the label attachment of this element.
putLabelYGap(int) - Method in class twaver.AbstractElement
Sets the vertical gap for the label attachment of this element.
putLabelYGap(int) - Method in interface twaver.Element
Sets the vertical gap for the label attachment of this element.
putLabelYOffset(int) - Method in class twaver.AbstractElement
Sets the vertical offset for the label attachment of this element.
putLabelYOffset(int) - Method in interface twaver.Element
Sets the vertical offset for the label attachment of this element.
putLink3D(boolean) - Method in class twaver.Link
Set whether enable 3d border for this link This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_3D.
putLinkAntialias(boolean) - Method in class twaver.Link
Whether draw this link with antialies mode.
putLinkBlinking(boolean) - Method in class twaver.Link
Whether enable link blinking.
putLinkBlinkingColor(Color) - Method in class twaver.Link
Set the link blinking color.
putLinkBundleExpand(boolean) - Method in class twaver.Link
Whether expand the link bundle, if this link is bundled with other links.
putLinkBundleID(int) - Method in class twaver.Link
Set link bundle id.
putLinkBundleIndex(int) - Method in class twaver.Link
Set the bundle index when the link is bundled with other links.
putLinkBundleSize(int) - Method in class twaver.Link
Set the total number of the link bundle this link located in.
putLinkColor(Color) - Method in class twaver.Link
Set link color.
putLinkCornerType(int) - Method in class twaver.Link
Set link corner type.
putLinkCornerXRadius(int) - Method in class twaver.Link
Set link corner xradius.
putLinkCornerYRadius(int) - Method in class twaver.Link
Set link corner yradius.
putLinkExtend(int) - Method in class twaver.Link
Set the link extend This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_EXTEND.
putLinkFlowing(boolean) - Method in class twaver.Link
Enable or disable the link flowing.
putLinkFlowingColor(Color) - Method in class twaver.Link
Sets the link flowing block's color.
putLinkFlowingConverse(boolean) - Method in class twaver.Link
Set whether the link flowing is in conversed direction.
putLinkFlowingWidth(int) - Method in class twaver.Link
Set the link flowing block's width.
putLinkFromArrow(boolean) - Method in class twaver.Link
Set whether show link from arrow.
putLinkFromArrowCenter(boolean) - Method in class twaver.Link
 
putLinkFromArrowColor(Color) - Method in class twaver.Link
Set the link from arrow color.
putLinkFromArrowOutline(boolean) - Method in class twaver.Link
Set whether draw the link's from arrow outline.
putLinkFromArrowOutlineColor(Color) - Method in class twaver.Link
Set the link from arrow outline color.
putLinkFromArrowStyle(int) - Method in class twaver.Link
Set the link from arrow style.
putLinkFromArrowXOffset(int) - Method in class twaver.Link
Sets the link from arrow location a horizontal offset.
putLinkFromArrowYOffset(int) - Method in class twaver.Link
Sets the link from arrow location a vertical offset.
putLinkFromPosition(int) - Method in class twaver.Link
Sets the position where the link from appear on the element.
putLinkFromXOffset(int) - Method in class twaver.Link
Sets the link from location a horizontal offset.
putLinkFromYOffset(int) - Method in class twaver.Link
Sets the link from location a vertical offset.
putLinkHandlerPosition(int) - Method in class twaver.Link
Sets the position where the link handler appear on the element.
putLinkHandlerVisible(boolean) - Method in class twaver.Link
Sets whether to display link handler.
putLinkHandlerXOffset(int) - Method in class twaver.Link
Sets the link handler location a horizontal offset.
putLinkHandlerYOffset(int) - Method in class twaver.Link
Sets the link handler location a vertical offset.
putLinkHollow(boolean) - Method in class twaver.Link
Determines whether or not this link is hollow This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_STYLE.
putLinkLabelRotatable(boolean) - Method in class twaver.Link
Set whether this link label is rotated to parallel the link.
putLinkOrthogonalDirection(OrthogonalLinkDirectionType) - Method in class twaver.Link
Set the bend direction of the orthogonal path.
putLinkOutlineColor(Color) - Method in class twaver.Link
Set link outline color.
putLinkOutlineWidth(int) - Method in class twaver.Link
Set link outline width.
putLinkProportion(double) - Method in class twaver.Link
Set the link proportion This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_PROPORTION.
putLinkSplitValue(double) - Method in class twaver.Link
Set the link split value This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_SPLIT_VALUE.
putLinkStyle(String) - Method in class twaver.Link
Set link style.
putLinkToArrow(boolean) - Method in class twaver.Link
Set whether show link to arrow.
putLinkToArrowCenter(boolean) - Method in class twaver.Link
 
putLinkToArrowColor(Color) - Method in class twaver.Link
Set the link to arrow outline color.
putLinkToArrowOutline(boolean) - Method in class twaver.Link
Set whether draw the link's to arrow outline.
putLinkToArrowOutlineColor(Color) - Method in class twaver.Link
Set the link to arrow outline color.
putLinkToArrowStyle(int) - Method in class twaver.Link
Set the link to arrow style.
putLinkToArrowXOffset(int) - Method in class twaver.Link
Sets the link from arrow location a horizontal offset.
putLinkToArrowYOffset(int) - Method in class twaver.Link
Sets the link to arrow location a vertical offset.
putLinkToPosition(int) - Method in class twaver.Link
Sets the position where the link to appear on the element.
putLinkToXOffset(int) - Method in class twaver.Link
Sets the link to location a horizontal offset.
putLinkToYOffset(int) - Method in class twaver.Link
Sets the link to location a vertical offset.
putLinkWidth(int) - Method in class twaver.Link
Set the link width This method is a wrap for #putClientProperty with key of TWaverConst.PROPERTYNAME_LINK_WIDTH.
putMessageArc(int) - Method in class twaver.AbstractElement
Sets the arc for the message attachment of this element.
putMessageArc(int) - Method in interface twaver.Element
Sets the arc for the message attachment of this element.
putMessageAutoAdjustDirection(boolean) - Method in class twaver.AbstractElement
Sets whether the direction of the message attachment should be adjusted automatic.
putMessageAutoAdjustDirection(boolean) - Method in interface twaver.Element
Sets whether the direction of the message attachment should be adjusted automatic.
putMessageBackground(Color) - Method in class twaver.AbstractElement
Sets the background color for the message attachment of this element.
putMessageBackground(Color) - Method in interface twaver.Element
Sets the background color for the message attachment of this element.
putMessageBorderColor(Color) - Method in class twaver.AbstractElement
Sets the border color for the message attachment of this element.
putMessageBorderColor(Color) - Method in interface twaver.Element
Sets the border color for the message attachment of this element.
putMessageBorderStroke(String) - Method in class twaver.AbstractElement
Sets the stroke for the border of the message attachment of this element.
putMessageBorderStroke(String) - Method in interface twaver.Element
Sets the stroke for the border of the message attachment of this element.
putMessageBorderVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the border of the message attachment of this element should be visible.
putMessageBorderVisible(boolean) - Method in interface twaver.Element
Sets whether the border of the message attachment of this element should be visible.
putMessageClosable(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element is closable.
putMessageClosable(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element is closable.
putMessageComponent(int) - Method in class twaver.AbstractElement
Sets the component type for the message attachment of this element.
putMessageComponent(int) - Method in interface twaver.Element
Sets the component type for the message attachment of this element.
putMessageContent(String) - Method in class twaver.AbstractElement
Sets the content for the message attachment of this element.
putMessageContent(String) - Method in interface twaver.Element
Sets the content for the message attachment of this element.
putMessageDirection(int) - Method in class twaver.AbstractElement
Sets the direction for the message attachment of this element.
putMessageDirection(int) - Method in interface twaver.Element
Sets the direction for the message attachment of this element.
putMessageFont(Font) - Method in class twaver.AbstractElement
Sets the font for the message attachment of this element.
putMessageFont(Font) - Method in interface twaver.Element
Sets the font for the message attachment of this element.
putMessageForeground(Color) - Method in class twaver.AbstractElement
Sets the foreground color for the message attachment of this element.
putMessageForeground(Color) - Method in interface twaver.Element
Sets the foreground color for the message attachment of this element.
putMessageGradient(boolean) - Method in class twaver.AbstractElement
 
putMessageGradientColor(Color) - Method in class twaver.AbstractElement
 
putMessageGradientFactory(int) - Method in class twaver.AbstractElement
 
putMessageHeight(int) - Method in class twaver.AbstractElement
Sets the height for the message attachment of this element.
putMessageHeight(int) - Method in interface twaver.Element
Sets the height for the message attachment of this element.
putMessageMinimizable(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element is minimizable.
putMessageMinimizable(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element is minimizable.
putMessageMinimized(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element should be minimized.
putMessageMinimized(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element should be minimized.
putMessageMinimizedIcon(String) - Method in class twaver.AbstractElement
Sets the icon for the message attachment of this element when the message attachment is minimized.
putMessageMinimizedIcon(String) - Method in interface twaver.Element
Sets the icon for the message attachment of this element when the message attachment is minimized.
putMessageOpaque(boolean) - Method in class twaver.AbstractElement
Sets whether the the message attachment of this element should be opaque.
putMessageOpaque(boolean) - Method in interface twaver.Element
Sets whether the the message attachment of this element should be opaque.
putMessagePosition(int) - Method in class twaver.AbstractElement
Sets the position for the message attachment of this element.
putMessagePosition(int) - Method in interface twaver.Element
Sets the position for the message attachment of this element.
putMessageShadowColor(Color) - Method in class twaver.AbstractElement
Sets the shadow color for the message attachment of this element.
putMessageShadowColor(Color) - Method in interface twaver.Element
Sets the shadow color for the message attachment of this element.
putMessageShadowVisible(boolean) - Method in class twaver.AbstractElement
Sets whether the shadow of the message attachment of this element should be visible.
putMessageShadowVisible(boolean) - Method in interface twaver.Element
Sets whether the shadow of the message attachment of this element should be visible.
putMessageShownOnTop(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element should show on top.
putMessageShownOnTop(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element should show on top.
putMessageShrinkable(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element is shrinkable.
putMessageShrinkable(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element is shrinkable.
putMessageShrinked(boolean) - Method in class twaver.AbstractElement
Sets whether the message attachment of this element should be shrinked.
putMessageShrinked(boolean) - Method in interface twaver.Element
Sets whether the message attachment of this element should be shrinked.
putMessageStyle(int) - Method in class twaver.AbstractElement
Sets the style for the message attachment of this element.
putMessageStyle(int) - Method in interface twaver.Element
Sets the style for the message attachment of this element.
putMessageTail(int) - Method in class twaver.AbstractElement
Sets the tail length for the message attachment of this element.
putMessageTail(int) - Method in interface twaver.Element
Sets the tail length for the message attachment of this element.
putMessageWidth(int) - Method in class twaver.AbstractElement
Sets the width for the message attachment of this element.
putMessageWidth(int) - Method in interface twaver.Element
Sets the width for the message attachment of this element.
putMessageXGap(int) - Method in class twaver.AbstractElement
Sets the horizontal gap for the message attachment of this element.
putMessageXGap(int) - Method in interface twaver.Element
Sets the horizontal gap for the message attachment of this element.
putMessageXOffset(int) - Method in class twaver.AbstractElement
Sets the horizontal offset for the message attachment of this element.
putMessageXOffset(int) - Method in interface twaver.Element
Sets the horizontal offset for the message attachment of this element.
putMessageYGap(int) - Method in class twaver.AbstractElement
Sets the vertical gap for the message attachment of this element.
putMessageYGap(int) - Method in interface twaver.Element
Sets the vertical gap for the message attachment of this element.
putMessageYOffset(int) - Method in class twaver.AbstractElement
Sets the vertical offset for the message attachment of this element.
putMessageYOffset(int) - Method in interface twaver.Element
Sets the vertical offset for the message attachment of this element.
putPoly3D(boolean) - Method in class twaver.PolySubNetwork
Set whether this shape should be paint in 3d style.
putPolyFill(boolean) - Method in class twaver.PolySubNetwork
Set whether the shape should be fill
putPolyOutlineColor(Color) - Method in class twaver.PolySubNetwork
Set the subnetwork shape outline color
putPolyOutlineWidth(int) - Method in class twaver.PolySubNetwork
Set outline width for the subnetwork shape.
putRenderAlpha(float) - Method in class twaver.AbstractElement
Sets the render alpha value for this element.
putRenderAlpha(float) - Method in interface twaver.Element
Sets the render alpha value for this element.
putRenderColor(Color) - Method in class twaver.AbstractElement
Sets the render color for this element.
putRenderColor(Color) - Method in interface twaver.Element
Sets the render color for this element.
putShapeNodeFromArrow(boolean) - Method in class twaver.ShapeNode
Set whether show shapeNode from arrow.
putShapeNodeFromArrowCenter(boolean) - Method in class twaver.ShapeNode
 
putShapeNodeFromArrowColor(Color) - Method in class twaver.ShapeNode
Set the shapeNode from arrow color.
putShapeNodeFromArrowOutline(boolean) - Method in class twaver.ShapeNode
Set whether draw the shapeNode's from arrow outline.
putShapeNodeFromArrowOutlineColor(Color) - Method in class twaver.ShapeNode
Set the shapeNode from arrow outline color.
putShapeNodeFromArrowStyle(int) - Method in class twaver.ShapeNode
Set the shapeNode from arrow style.
putShapeNodeFromArrowXOffset(int) - Method in class twaver.ShapeNode
Sets the shapeNode from arrow location a horizontal offset.
putShapeNodeFromArrowYOffset(int) - Method in class twaver.ShapeNode
Sets the shapeNode from arrow location a vertical offset.
putShapeNodeJointPoint(int) - Method in class twaver.ShapeNode
Sets the joint point type.
putShapeNodeShowDashLine(boolean) - Method in class twaver.ShapeNode
Sets whether display dash line for this shape node.
putShapeNodeToArrow(boolean) - Method in class twaver.ShapeNode
Set whether show shapeNode to arrow.
putShapeNodeToArrowCenter(boolean) - Method in class twaver.ShapeNode
 
putShapeNodeToArrowColor(Color) - Method in class twaver.ShapeNode
Set the shapeNode to arrow outline color.
putShapeNodeToArrowOutline(boolean) - Method in class twaver.ShapeNode
Set whether draw the shapeNode's to arrow outline.
putShapeNodeToArrowOutlineColor(Color) - Method in class twaver.ShapeNode
Set the shapeNode to arrow outline color.
putShapeNodeToArrowStyle(int) - Method in class twaver.ShapeNode
Set the shapeNode to arrow style.
putShapeNodeToArrowXOffset(int) - Method in class twaver.ShapeNode
Sets the shapeNode from arrow location a horizontal offset.
putShapeNodeToArrowYOffset(int) - Method in class twaver.ShapeNode
Sets the shapeNode to arrow location a vertical offset.
putShelfBorder(int) - Method in class twaver.Shelf
Sets the border size of this shelf.
putShelfInnerBorder(int) - Method in class twaver.Shelf
Sets the inner border size of this shelf.
putSlotBorder(int) - Method in class twaver.Slot
Sets the border size of this slot.
putSlotInnerBorder(int) - Method in class twaver.Slot
Sets the inner border size of this slot.
putStateOutlineColor(Color) - Method in class twaver.AbstractElement
Sets the color for the outline of the state of this element.
putStateOutlineColor(Color) - Method in interface twaver.Element
Sets the color for the outline of the state of this element.
putStateOutlineInsets(int) - Method in class twaver.AbstractElement
Sets the insets for the state outline of this element.
putStateOutlineInsets(int) - Method in interface twaver.Element
Sets the insets for the state outline of this element.
putStateOutlineWidth(int) - Method in class twaver.AbstractElement
Sets the width for the outline of the state of this element.
putStateOutlineWidth(int) - Method in interface twaver.Element
Sets the width for the outline of the state of this element.
putTextureFactory(String) - Method in class twaver.AbstractElement
Sets the texture factory for this element.
putTextureFactory(String) - Method in interface twaver.Element
Sets the texture factory for this element.
putUserProperty(Object, Object) - Method in class twaver.AbstractElement
Adds an arbitrary key/value "user property" to this element.
putUserProperty(Object, int) - Method in class twaver.AbstractElement
Adds an new integer type value for a specified user property.
putUserProperty(Object, boolean) - Method in class twaver.AbstractElement
Adds an new boolean type value for a specified user property.
putUserProperty(Object, Object) - Method in interface twaver.Element
Adds an arbitrary key/value "user property" to this element.
putUserProperty(Object, int) - Method in interface twaver.Element
Adds an new integer type value for a specified user property.
putUserProperty(Object, boolean) - Method in interface twaver.Element
Adds an new boolean type value for a specified user property.
putWireRadian(double) - Method in class twaver.Wire
Set wire radian.

Q

QUALITY_OF_SERVICE_ALARM - Static variable in class twaver.AlarmType
Quality of Service alarm.
QUEUE_SIZE_EXCEEDED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Queue size exceeded'.

R

R - Static variable in class twaver.swing.TableLayout
Indicates a row
Rack - Class in twaver
This class models an equipment rack element, which is a physical rack for telecom equipment.
Rack() - Constructor for class twaver.Rack
Create a rack
Rack(Object) - Constructor for class twaver.Rack
Create a rack by given id
RackUI - Class in twaver.network.ui
This class defines a rack ui to responsible for painting the Rack element.
RackUI(TNetwork, Rack) - Constructor for class twaver.network.ui.RackUI
Constructs a rack ui by given network component and rack element.
RADAE_RING_STYLE_ELLIPSE - Static variable in class twaver.TWaverConst
 
RADAE_RING_STYLE_LINE - Static variable in class twaver.TWaverConst
 
RadarAxis - Class in twaver.chart
 
RadarAxis(String) - Constructor for class twaver.chart.RadarAxis
 
RadarAxis(String, double, double) - Constructor for class twaver.chart.RadarAxis
 
RadarAxis(String, double, double, boolean) - Constructor for class twaver.chart.RadarAxis
 
RadarChart - Class in twaver.chart
 
RadarChart() - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object
RadarChart(TDataBox) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized an explicit data box
RadarChart(TDataBox, String, Color) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized with an explicit data box,a title and a background color.
RadarChart(TDataBox, String, Color, Color) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized with an explicit data box,a title , a background color and a foreground color.
RadarChart(List) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized with an explicit list
RadarChart(List, String) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized with an explicit list and a title.
RadarChart(List, String, Color) - Constructor for class twaver.chart.RadarChart
Creates a new RadarChart object initialized with an explicit list, a title and a background color.
random - Static variable in class twaver.AlarmSeverity
 
random(int, int) - Method in class twaver.SpringLayouter
Calls this method to make the elements of data box dispersed randomly.
range - Variable in class twaver.chart.AbstractChart
 
range - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
rawColumn - Variable in class twaver.table.TTableModel
 
rawColumnIndexMap - Variable in class twaver.table.TTableModel
 
rawColumnMap - Variable in class twaver.table.TTableModel
 
rawData - Variable in class twaver.table.TTableModel
 
rawData - Variable in class twaver.web.table.TWebTable
 
read(TDataBox) - Method in class twaver.DataBoxJarReader
Read data from the jar file into the specified data box.
read(TDataBox, Element) - Method in class twaver.DataBoxJarReader
Read data from the jar file into the specified data box.
readByBinary(boolean, byte[]) - Static method in class twaver.PersistenceManager
Read a databox object and all contained data back from a binary array.
readByXML(TDataBox, String, Element) - Static method in class twaver.PersistenceManager
 
readByXML(TDataBox, InputStream, Element) - Static method in class twaver.PersistenceManager
Read data from xml into specified databox.
readElementPropertyValue(Element, TTableColumn) - Method in class twaver.table.TElementTable
read element property value
readElementPropertyValue(Element, TTableColumn) - Method in class twaver.table.TTreeTable
Overridden to consider tree column
RECEIVE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Receive failure'.
RECEIVER_ANTENNA_FAULT - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Receiver antenna fault'.
RECEIVER_FAILURE_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Receiver failure M.3100'.
RECEIVER_MULTICOUPLER_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Receiver multicoupler failure'.
RectangleInputHandler - Class in twaver.network.inputhandler
This is an abstract input hander, define a handler that drag a rectangle on network canvas, and do something.
RectangleInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.RectangleInputHandler
 
rectangleProcess(TNetwork, Rectangle) - Method in class twaver.network.inputhandler.CreateResizableNodeInputHandler
 
rectangleProcess(TNetwork, Rectangle) - Method in class twaver.network.inputhandler.ExportImageInputHandler
 
rectangleProcess(TNetwork, Rectangle) - Method in class twaver.network.inputhandler.RectangleInputHandler
 
rectangleProcess(TNetwork, Rectangle) - Method in class twaver.network.inputhandler.ZoomToRectInputHandler
 
RECTIFIER_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Rectifier failure'.
RECTIFIER_HIGH_VOLTAGE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Rectifier high voltage'.
RECTIFIER_LOW_F_VOLTAGE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Rectifier low F voltage'.
RECUCED_LOGGING_CAPABILITY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Reduced logging capability'.
redid(Object) - Method in interface twaver.UndoRedoListener
Invoked after an redo action is done.
redo(TDataBox, Object) - Method in class twaver.DefaultUndoRedoInterceptor
Invoked to implement redo action.
redo() - Method in class twaver.UndoRedoEvent
 
redo(TDataBox, Object) - Method in interface twaver.UndoRedoInterceptor
Invoked to implement redo action.
redo() - Method in class twaver.UndoRedoManager
Calls this to do redo action.
REDUCED_ALARM_REPORTING - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Reduced alarm reporting'.
REDUCED_EVENT_REPORTING - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Reduced event reporting'.
REDUCED_TRANSMITTER_OUTPUT_POWER - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Reduced transmitter output power'.
register(Task) - Method in class twaver.TaskScheduler
Register a task into this task scheduler.
registerAlarmAttachment(Element, String) - Method in class twaver.web.svg.network.SVGContext
Register the string of element's alarm attachments
registerAlarmSeverity(String, String, int, Color, String) - Static method in class twaver.AlarmSeverity
Register a new alarm severity.
registerAttachment(String, String) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerAttachment(String, String, int) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerAttachment(String, String, int, int, int) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerAttachment(String, Class) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerAttachment(String, Class, int) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerAttachment(String, Class, int, int, int) - Static method in class twaver.TUIManager
Registers new attachment for TWaver.
registerBeanInfo(Class, BeanInfo) - Static method in class twaver.TWaverUtil
Registers the specified element class with the specified bean info.
registerBeanInfo(Class, List) - Static method in class twaver.TWaverUtil
Registers the specified element class with the specified attributes list.
registerBeanInfo(Class, String) - Static method in class twaver.TWaverUtil
Registers the specified element class with the specified xml url.
registerBeanInfo(Class, InputStream) - Static method in class twaver.TWaverUtil
Registers the specified element class with the specified inputStream.
registerBeanInfoWithoutDefault(Class) - Static method in class twaver.TWaverUtil
Registers the specified element class to indicate that this type of element class will not include the system default properties like: id, name, location, etc.
registerBounds(Element, Rectangle) - Method in class twaver.web.svg.network.SVGContext
Register the bounds of element to cache map
registerButton(String, Class) - Static method in class twaver.network.NetworkToolBarFactory
Register a new toolbar button.
registerCategory(String, String) - Static method in class twaver.table.Category
Register a category.
registerCategory(String, String, boolean) - Static method in class twaver.table.Category
Register a category.
registerCategory(String, String, String) - Static method in class twaver.table.Category
Register a category.
registerCategory(String, String, String, boolean) - Static method in class twaver.table.Category
Register a category.
registerClassDelegate(Class, PersistenceDelegate) - Static method in class twaver.PersistenceManager
Register a class delegate for specified class type.
registerCustomDefinition(String) - Method in class twaver.web.svg.network.SVGContext
Register the definition context to cache map
registerDefault(String, Object) - Static method in class twaver.TUIManager
Registers the default value by the property key.
registerDefaultValue(String, String) - Method in class twaver.web.svg.network.SVGContext
Register the default value to cache map
registerEditor(Class, Class) - Method in class twaver.table.CellEditorManager
Register a cell editor for a property type.
registerEditor(Class, String) - Method in class twaver.table.CellEditorManager
Register a cell editor for a property type.
registerElementClassAttributes(Class, List) - Method in class twaver.table.TElementTable
Registers the specified attributes for the specified element class.
registerElementClassAttributes(Class, List) - Method in class twaver.table.TPropertySheet
Registers the specified attributes for the specified element class.
registerElementClassAttributes(Class, List) - Method in class twaver.web.TWebElementTable
Registers the specified attributes for the specified element class.
registerElementClassAttributes(Class, List) - Method in class twaver.web.TWebPropertySheet
Registers the specified attributes for the specified element class.
registerElementClassXML(Class, String) - Method in class twaver.table.TElementTable
Register the specified xml's url for the specified element class.
registerElementClassXML(Class, InputStream) - Method in class twaver.table.TElementTable
Registers the specified element class with the specified inputStream.
registerElementClassXML(Class, String) - Method in class twaver.table.TPropertySheet
Registers the specified xml's url for the specified element class.
registerElementClassXML(Class, InputStream) - Method in class twaver.table.TPropertySheet
Registers the specified element class with the specified input stream.
registerElementClassXML(Class, String) - Method in class twaver.web.TWebElementTable
Register the specified xml's url for the specified element class.
registerElementClassXML(Class, InputStream) - Method in class twaver.web.TWebElementTable
Registers the specified element class with the specified inputStream.
registerElementClassXML(Class, String) - Method in class twaver.web.TWebPropertySheet
Registers the specified xml's url for the specified element class.
registerElementClassXML(Class, InputStream) - Method in class twaver.web.TWebPropertySheet
Registers the specified element class with the specified input stream.
registerEnumerable(Enumerable) - Static method in class twaver.base.enumerable.EnumerableManager
Register enumerable.
registerEnumTypes(String, EnumType[]) - Method in class twaver.EnumTypeManager
Register a new enumeration type into the manager.
registerFromPoint(Link, Point) - Method in class twaver.web.svg.network.SVGContext
Register the point of the form link to cache map
registerGradientID(String) - Method in class twaver.web.svg.network.SVGContext
Register the gradient ID to cache map
registerGroupShape(Group, Shape) - Method in class twaver.web.svg.network.SVGContext
Register the group's shape of element to cache map
registerIcon(Class, String) - Static method in class twaver.TUIManager
Registers default icon url for an element type.
registerImage(Class, String) - Static method in class twaver.TUIManager
Registers default image url for an element type.
registerImageIcon(String, ImageIcon) - Static method in class twaver.TWaverUtil
Registers an image icon into TWaver cache with an specified url string.
registerLinkPath(Link, GeneralPath) - Method in class twaver.web.svg.network.SVGContext
Register the generalpath of the link to cache map
registerLinkStyle(String, LinkStyleFactory) - Static method in class twaver.TUIManager
Registers a new LinkStyleFactory with the specified link style type.
registerMessageAttachment(Element, String) - Method in class twaver.web.svg.network.SVGContext
Register the string of element's message attachments
registerPredefinedPropertyCopied(String, boolean) - Static method in class twaver.TUIManager
Registers to determines whether the specified predefined property name should be copied or not.
registerRenderer(Class, Class) - Method in class twaver.table.CellRendererManager
Register a cell renderer.
registerRenderer(Class, String) - Method in class twaver.table.CellRendererManager
Register a renderer.
registerStroke(String, Stroke) - Static method in class twaver.TUIManager
Registers a stroke object into TWaver with a type string.
registerSVGStruct(Element, SVGStruct) - Method in class twaver.web.svg.network.SVGContext
Register the svgstruct of the element to cache map
registerTableCellEditor(Class, String) - Static method in class twaver.TUIManager
Registers a table cell editor for a class type
registerTableCellEditor(Class, Class) - Static method in class twaver.TUIManager
Registers a table cell editor for a class type
registerTableCellRenderer(Class, String) - Static method in class twaver.TUIManager
Registers a table cell renderer for a class type.
registerTableCellRenderer(Class, Class) - Static method in class twaver.TUIManager
Registers a table cell renderer for a class type.
registerTexturePatternID(String, String) - Method in class twaver.web.svg.network.SVGContext
Register texture pattern ID to cache map
registerToolbar(String, String[]) - Static method in class twaver.network.NetworkToolBarFactory
Register a new toolbar.
registerToolbar(String, List) - Static method in class twaver.network.NetworkToolBarFactory
Register a toolbar.
registerToPoint(Link, Point) - Method in class twaver.web.svg.network.SVGContext
Register the point of the to link to cache map
registerWithoutImage(Class) - Static method in class twaver.TUIManager
Calls the method to tell twaver the element type has no image, normally this kind of element is drawn be Java2D.
registry - Variable in class twaver.table.CellEditorManager
 
registry - Variable in class twaver.table.CellRendererManager
 
relationship() - Method in class twaver.TwoStraightOpt
判断两条直线的关系
releaseProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.AbstractMoveInputHandler
mouse release process
releaseProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.EagerMoveInputHandler
 
releaseProcess(MouseEvent, double, double) - Method in class twaver.network.inputhandler.LazyMoveInputHandler
 
reload() - Method in class twaver.network.CloudLayouter
 
reloadChildren() - Method in class twaver.tree.AbstractTTreeNode
Call this method to reload all children tree nodes.
reloadData() - Method in class twaver.table.TElementTable
Reloads all data.
reloadElement(Element) - Method in class twaver.table.TElementTable
Reloads Element content.
REMOTE_ALARM_INDICATION - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Remote alarm indication'.
REMOTE_ALARM_INTERFACE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Remote alarm interface'.
REMOTE_NODE_TRANSMISSION_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Remote node transmission error'.
REMOVE_COLUMN - Static variable in class twaver.table.TTableModelEvent
Indicate a column has been removed from table model.
REMOVE_ROW - Static variable in class twaver.table.TTableModelEvent
Indicate a row has been removed from table model.
REMOVE_SELECTION_COLLECTION - Static variable in interface twaver.SelectionChangedInterceptor
remove a collection of elements from selection model.
REMOVE_SELECTION_ELEMENT - Static variable in interface twaver.SelectionChangedInterceptor
remove a element from selection model.
removeAcknowledgedAlarm(AlarmSeverity) - Method in class twaver.AlarmState
Removes an acknowledged alarm on the given severity.
removeAlarm(Alarm) - Method in class twaver.AlarmModel
remove the specified alarm instance from the alarm model.
removeAlarm(Alarm) - Method in class twaver.AlarmModelQuickFinder
Remove the alarm from internal cache.
removeAlarmByID(Object) - Method in class twaver.AlarmModel
remove the alarm with specified id from the alarm model.
removeAlarmClickedActionListener(ActionListener) - Method in class twaver.table.TAlarmTable
Remove an alarm clicked action listener from this table.
removeAlarmDoubleClickedActionListener(ActionListener) - Method in class twaver.table.TAlarmTable
Remove an alarm double clicked action listener from this table.
removeAlarmModelListener(AlarmModelListener) - Method in class twaver.AlarmModel
remove an AlarmModelListener from the alarm model.
removeAlarmPropertyChangeListener(PropertyChangeListener) - Method in class twaver.AlarmModel
remove an PropertyChangeListener from the alarm model.
removeAlarmsByElement(Element) - Method in class twaver.AlarmModel
Remove all alarms which associate with specified element instance.
removeAllAcknowledgedAlarms(AlarmSeverity) - Method in class twaver.AlarmState
Removes all acknowledged alarms of the given severity.
removeAllAcknowledgedAlarms() - Method in class twaver.AlarmState
Removes all acknowledged alarms of all severities.
removeAllAlarms() - Method in class twaver.AlarmModel
Equal to clear.
removeAllNewAlarms(AlarmSeverity) - Method in class twaver.AlarmState
Removes all new alarms of the given severity.
removeAllNewAlarms() - Method in class twaver.AlarmState
Removes all new alarms of all severities.
removeAntenna(BTSAntenna) - Method in class twaver.BTS
Removes an antenna from this bts.
removeAttachment(String) - Method in class twaver.AbstractElement
Removes specified attachment from this element.
removeAttachment(String) - Method in interface twaver.Element
Removes specified attachment from this element.
removeAttachment(Attachment) - Method in class twaver.network.ui.AbstractElementUI
Remove this attachment from this ui class so this attachment will no longer displayed by this UI.
removeAttachment(Attachment) - Method in interface twaver.network.ui.ElementUI
Remove the specified attachment from this attachable.
removeAxisText(Object) - Method in class twaver.chart.RadarChart
Removes a axis.
removeAxisText(int) - Method in class twaver.chart.RadarChart
Remove a axis by the index.
removeAxisText(Object) - Method in class twaver.web.svg.chart.SVGRadarChart
Removes a axis.
removeAxisText(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Remove a axis by the index.
removeBackgroundDoubleClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Removes a specified background double click action listener from network.
removeBatchListener(BatchListener) - Method in class twaver.AlarmModel
 
removeBatchListener(BatchListener) - Method in interface twaver.Batchable
Removes a batch listener from this Batchable instance.
removeBatchListener(BatchListener) - Method in class twaver.TDataBox
Removes a batch listener from this data box.
removeBranch(Branch) - Method in class twaver.PolyLine
Remove a branch object from this polyline object
removeCanvasCushion(CanvasCushion) - Method in class twaver.network.TNetwork
Removes a given canvas cushion from this network.
removeCanvasMarker(CanvasMarker) - Method in class twaver.network.TNetwork
Removes a specified canvas marker from this network.
removeCanvasPaintListener(CanvasPaintListener) - Method in class twaver.network.TNetwork
Removes a canvas paint listener from this network.
removeCheckedRows() - Method in class twaver.table.TTableModel
Delete all checked table rows from table.
removeChild(Element) - Method in class twaver.AbstractElement
Removes the child element from this element.
removeChild(Element) - Method in interface twaver.Element
Removes the child element from this element.
removeColumn(TableColumn) - Method in class twaver.table.TTable
Remove a table column from this table component.
removeColumn(TableColumn) - Method in class twaver.table.TTableModel
Remove a table column from this table.
removeColumnByName(String) - Method in class twaver.table.TTable
Remove a table column from table component by column name.
removeColumnByName(String) - Method in class twaver.table.TTableModel
Remove a table column by column name.
removeDataBoxListener(DataBoxListener) - Method in class twaver.TDataBox
Removes a listener from the box that's notified each time a change to the element occurs.
removeDataBoxSelectionListener(DataBoxSelectionListener) - Method in interface twaver.DataBoxSelectionModel
Remove specified listener from this selection model.
removeDataBoxSequenceListener(DataBoxSequenceListener) - Method in class twaver.TDataBox
Removes a listener to the list that's notified when element's sequence change.
removeDescendant(Element) - Method in class twaver.TDataBox
Removes all the element's descendant from this databox.
removeElement(Element) - Method in class twaver.DataBoxQuickFinder
Remove the element from internal cache.
removeElement(Element) - Method in class twaver.TDataBox
Removes an element from this databox.
removeElementByID(Object) - Static method in class twaver.DataBoxParserAgent
 
removeElementByID(Object) - Method in class twaver.TDataBox
Removes an element by given element id.
removeElementClickedActionListener(ActionListener) - Method in class twaver.chart.AbstractChart
Removes an action listener from the chart panel
removeElementClickedActionListener(ActionListener) - Method in class twaver.list.TList
Remove element clicked action listener from list.
removeElementClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Removes element clicked action listener from network.
removeElementClickedActionListener(ActionListener) - Method in class twaver.table.TElementTable
Remove the specified action from listening the element's clicked event
removeElementDoubleClickedActionListener(ActionListener) - Method in class twaver.chart.AbstractChart
Remove an action listener from the chart panel
removeElementDoubleClickedActionListener(ActionListener) - Method in class twaver.list.TList
Remove the element double click action listener from list.
removeElementDoubleClickedActionListener(ActionListener) - Method in class twaver.network.TNetwork
Removes the element double click actin listener from network.
removeElementDoubleClickedActionListener(ActionListener) - Method in class twaver.table.TElementTable
Remove the specified action from listening the element's double clicked event
removeElementNodeDoubleClickedActionListener(ActionListener) - Method in class twaver.tree.TTree
Remove an action listener for receiving element tree node double click event.
removeElementPropertyChangeListener(PropertyChangeListener) - Method in class twaver.TDataBox
Removes an element property change listener from this databox.
removeFirstAlarm(int) - Method in class twaver.AlarmModel
 
removeFromParent() - Method in class twaver.AbstractElement
Remove this element from its parent.
removeFromParent() - Method in interface twaver.Element
Remove this element from its parent.
removeHead(int) - Method in class twaver.chart.BubbleChart
Removes the count value from the value list of all elements.
removeHead(int) - Method in class twaver.chart.LineChart
Removes the count head values of the elements which is in the list of publishedElements.
removeHead(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Removes the count value from the value list of all elements.
removeImageBase64Cache(String) - Static method in class twaver.web.WebUtil
 
removeImageID(ImageKey) - Static method in class twaver.web.WebUtil
Removes image's id by image's key.
removeInteractionListener(InteractionListener) - Method in class twaver.network.TNetwork
Removes the interaction listener from network.
removeItem(Item) - Method in class twaver.chart.AbstractChart
Removes an item from the box
removeLayer(Layer) - Method in class twaver.LayerModel
Removes a layer from the model.
removeLayerByID(Object) - Method in class twaver.LayerModel
Removes a layer from the model.
removeLayerModelListener(LayerModelListener) - Method in class twaver.LayerModel
Removes a layerModelListener from the layer model.
removeLayerPropertyChangeListener(PropertyChangeListener) - Method in class twaver.LayerModel
Removes a propertyChangeListener from the layer model.
removeLayoutComponent(Component) - Method in class twaver.swing.LabelValueLayout
 
removeLayoutComponent(Component) - Method in class twaver.swing.SingleFiledLayout
Removes the specified component with the specified name from the layout.
removeLayoutComponent(Component) - Method in class twaver.swing.TableLayout
Removes the specified component from the layout.
removelazyLoaderListener(LazyLoaderListener) - Method in class twaver.tree.TTree
 
removeMarker(Marker) - Method in class twaver.chart.AbstractScaleChart
Removes a specified Marker object from the markers
removeMarker(Marker) - Method in class twaver.chart.AbstractXYScaleChart
Removes a specified Marker object from the markers
removeMarker(Marker) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Removes a specified Marker object from the markers
removeMovableFilter(MovableFilter) - Method in class twaver.network.TNetwork
Removes a movable filter from this network.
removeMovableFilter(MovableFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Removes a movable filter from this network.
removeNewAlarm(AlarmSeverity) - Method in class twaver.AlarmState
Removes a new alarm on the given severity.
removePageListener(PageListener) - Method in class twaver.table.AbstractPageTableModel
Remove a page listener from this table paging.
removePageListener(PageListener) - Method in interface twaver.table.TablePaging
Remove a page listener from this table paging.
removePoint(int) - Method in class twaver.ShapeLink
Remove a control point from the specified index
removePoint(int) - Method in class twaver.ShapeNode
Remove a control point from the specified index
removePropertyChangeHandler(PropertyChangeHandler) - Method in class twaver.network.NetworkElementRenderer
remove the specified handler from this render.
removePropertyChangeListener(PropertyChangeListener) - Method in class twaver.AbstractElement
Removes a PropertyChangeListener from this element.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class twaver.AbstractElement
Removes a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface twaver.Element
Removes a PropertyChangeListener from this element.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface twaver.Element
Removes a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class twaver.table.TTableColumn
Remove a property change listener from this column.
removePropertyChangeListener(PropertyChangeListener) - Method in class twaver.TDataBox
Removes a PropertyChangeListener from this data box.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class twaver.TDataBox
Removes a PropertyChangeListener for a specific property.
removePropertySheetListener(PropertySheetListener) - Method in class twaver.table.TPropertySheet
 
removePropertyValueSettingListener(PropertyValueSettingListener) - Method in class twaver.table.TPropertySheet
Remove the specified property value setting licenter from this property sheet.
removeRow(int) - Method in class twaver.table.TTableModel
Removes the row with the specified row index.
removeRow(Vector) - Method in class twaver.table.TTableModel
Removes the row with the specified row data
removeRowByOID(Integer) - Method in class twaver.table.TTableModel
Removes the row with the specified row OID
removeRowFilter(TTableRowFilter) - Method in class twaver.table.TTable
Remove a row filter on this table.
removeRowFilter(TTableRowFilter) - Method in class twaver.table.TTableModel
Remove a table row filter from this table.
removeRowsByOID(List) - Method in class twaver.table.TTableModel
Remove rows by a list of row OIDs.
removeSegment(Segment) - Method in class twaver.Branch
Remove a segment object from this branch.
removeSegment(Segment) - Method in class twaver.PolyLine
Remove a internal link segment from this polyline.
removeSelectableFilter(SelectableFilter) - Method in class twaver.chart.AbstractChart
Removes a selectable filter from this chart.
removeSelectableFilter(SelectableFilter) - Method in class twaver.network.TNetwork
Removes a selectable filter from this network.
removeSelectableFilter(SelectableFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Removes a selectable filter from this network.
removeSelectedElements() - Method in class twaver.TDataBox
Removes all selected elements from this databox.
removeSelectedRows() - Method in class twaver.table.TTableModel
Delete all selected table rows from table.
removeSelection(Element) - Method in interface twaver.DataBoxSelectionModel
Remove specified element from this model.
removeSelection(Collection) - Method in interface twaver.DataBoxSelectionModel
Remove specified elements from this model.
removeSelection(Element) - Method in class twaver.network.TNetwork
Unselects given element.
removeSVGHeadCustomAttribute(String) - Method in class twaver.web.svg.network.SVGContext
 
removeTableListener(TTableListener) - Method in class twaver.table.TTable
Remove a TWaver table from this table.
removeTableListener(TTableListener) - Method in class twaver.table.TTableModel
Remove a table listener from this model.
removeTreeNodeClickedActionListener(ActionListener) - Method in class twaver.tree.TTree
Remove the node clicked action listener from tree.
removeUITable(Element) - Method in class twaver.network.NetworkElementRenderer
remove the specified element's elementUI from ui mapping table
removeUndoRedoListener(UndoRedoListener) - Method in class twaver.UndoRedoManager
Removes a UndoRedoListener object from this UndoRedoManager object.
removeVisibleFilter(VisibleFilter) - Method in class twaver.chart.AbstractChart
Removes a specified VisibleFilter object from the visible filter list.
removeVisibleFilter(VisibleFilter) - Method in class twaver.combobox.TComboBox
Remove the given visible filter from this combobox.
removeVisibleFilter(VisibleFilter) - Method in class twaver.list.TList
Remove the given visible filter from this list.
removeVisibleFilter(VisibleFilter) - Method in class twaver.network.TNetwork
Removes a visible filter from this network.
removeVisibleFilter(AlarmVisibleFilter) - Method in class twaver.table.TAlarmTable
Remove alarm visible filter from this table.
removeVisibleFilter(VisibleFilter) - Method in class twaver.table.TElementTable
Remove the given visible filter from this element table.
removeVisibleFilter(VisibleFilter) - Method in class twaver.table.TTreeTable
Remove the given visible filter from this element table.
removeVisibleFilter(VisibleFilter) - Method in class twaver.tree.TTree
Remove a visible filter from this tree.
removeVisibleFilter(VisibleFilter) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
removeVisibleFilter(VisibleFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Removes a visible filter from this network.
removeVisibleFilter(VisibleFilter) - Method in class twaver.web.TWebElementTable
Remove the given visible filter from this element table.
removeVisibleFilter(VisibleFilter) - Method in class twaver.web.TWebTree
Remove a visible filter from this webtree.
removeXScaleText(int) - Method in class twaver.chart.AbstractScaleChart
Remove the scale text at the specified position in this xScaleTextList.
removeZoomListener(ZoomListener) - Method in class twaver.network.zoom.PhysicalZoomer
remove a zoom listener from this network.
removeZoomListener(ZoomListener) - Method in interface twaver.network.zoom.Zoomer
Remove a zoom listener from the zoomer.
renderAlpha - Variable in class twaver.network.ui.AbstractElementUI
 
renderer - Static variable in class twaver.chart.PercentChart
 
renderer - Variable in class twaver.table.editor.AbstractCanvasEditor
 
renderer - Variable in class twaver.table.editor.ActionTableCellEditor
 
renderer - Static variable in class twaver.web.svg.chart.SVGPercentChart
 
repaint(Element) - Method in class twaver.network.NetworkElementRenderer
Repaint the specified element's bounds.
repaint(Collection) - Method in class twaver.network.NetworkElementRenderer
Repaint the specified elements's bounds.
repaint(Element) - Method in class twaver.network.TNetwork
Repaints the given element area on network canvas.
repaintLogicalBounds(Rectangle) - Method in class twaver.network.NetworkElementRenderer
Repaint the specified logical bounds.
repaintPhysicalBounds(Rectangle) - Method in class twaver.network.NetworkElementRenderer
Repaint the specified physical bounds.
replace(String, String, String) - Static method in class twaver.TWaverUtil
Replace all occurences of a substring within a string with another string.
REPLACEABLE_UNIT_MISSING - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Replaceable unit missing'.
REPLACEABLE_UNIT_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Replaceable unit problem'.
REPLACEABLE_UNIT_TYPE_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Replaceable unit type mismatch'.
reset() - Method in class twaver.AlarmStateStatistics
Calls this method to recalculate all alarm count of elements in data box.
reset() - Method in class twaver.chart.AbstractChart
Reset the position and size of the chartPane.
reset() - Method in class twaver.table.TAlarmOverview
Calls this to reset alarm state statistics.
reset() - Method in class twaver.table.TTableModel
Resets the whole table.
reset() - Method in interface twaver.UndoRedoListener
Invoked when UndoRedoManger instance is reset.
reset() - Method in class twaver.UndoRedoManager
Calls this to clear all undo/redo records.
resetData() - Method in class twaver.web.table.TWebAlarmTable
 
resetData() - Method in class twaver.web.table.TWebTable
Reset raw data
resetDefaultSize() - Method in class twaver.ResizableNode
Call this method to reset this resizable node to default size.
resetModel() - Method in class twaver.table.TPropertySheet
Resets this sheet model data.
resetPublishedDataMap() - Method in class twaver.table.TTableModel
 
Resizable - Interface in twaver
This interface defines an element that is resizable.
ResizableFilter - Interface in twaver
This interface used to determine whether an element is resizable on a network component.
ResizableNode - Class in twaver
This is a resizable node.
ResizableNode() - Constructor for class twaver.ResizableNode
Create a resizable node
ResizableNode(Object) - Constructor for class twaver.ResizableNode
Create resizable node by given id
ResizableNodeUI - Class in twaver.network.ui
 
ResizableNodeUI(TNetwork, ResizableNode) - Constructor for class twaver.network.ui.ResizableNodeUI
 
ResizableTable - Class in twaver.table
ResizableTable is an extended version of the basic JTable component.
ResizableTable() - Constructor for class twaver.table.ResizableTable
Creates a resizable table instance.
RESIZE - Static variable in class twaver.UndoRedoEvent
 
ResizeInputHandler - Class in twaver.network.inputhandler
This class defines a input handler used to resize element.
ResizeInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.ResizeInputHandler
 
RESOURCE_AT_OR_NEARING_CAPACITY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Resource at or nearing capacity'.
ResourceLocateInterceptor - Interface in twaver
This interceptor can be implemneted to customize resolving resource location for xml, image, etc.
RESPONSE_TIME_EXCESSIVE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Response time excessive'.
RETRANSMISSION_RATE_EXCESSIVE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Retransmission rate excessive'.
reverseBundledLinksExpand(Link) - Static method in class twaver.TWaverUtil
Reverse the expand status of the bundled links between the specified link's from agent node and to agent node.
reverseBundleExpand(Link) - Method in class twaver.TDataBox
 
reverseExpand() - Method in class twaver.network.ui.GroupUI
 
reverseExpand() - Method in class twaver.network.ui.LinkUI
Reverse the bundle expand status.
reverseExpand(boolean) - Method in class twaver.network.ui.PolyLineUI
 
RGBPixelFilter - Class in twaver
 
RGBPixelFilter() - Constructor for class twaver.RGBPixelFilter
 
RGBtoHSB(int, int, int, float[]) - Static method in class twaver.HSBPixelFilter
 
right - Variable in class twaver.FloatInsets
 
RIGHT - Static variable in class twaver.swing.SingleFiledLayout
Right justify components
RIGHT - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is right justified in its cell
rightPanel - Variable in class twaver.table.TPageNavigator
 
RightPileAction - Class in twaver.network.action
This action move and resize all selected elements to pile them up to right.
RightPileAction(TView) - Constructor for class twaver.network.action.RightPileAction
 
rightPileSelection() - Method in class twaver.TDataBox
Makes all selected elements piled from right.
RotatableLabel - Class in twaver.swing
 
RotatableLabel(int) - Constructor for class twaver.swing.RotatableLabel
 
RotatableLabel(int, int) - Constructor for class twaver.swing.RotatableLabel
 
RotatableNode - Class in twaver
 
RotatableNode() - Constructor for class twaver.RotatableNode
 
RotatableNode(Object) - Constructor for class twaver.RotatableNode
Create a new node instance with given id.
RotatableNodeUI - Class in twaver.network.ui
 
RotatableNodeUI(TNetwork, RotatableNode) - Constructor for class twaver.network.ui.RotatableNodeUI
 
RoundRect - Class in twaver
This class defines a node in round rectangle shape.
RoundRect() - Constructor for class twaver.RoundRect
Create a round rectangle node.
RoundRect(Object) - Constructor for class twaver.RoundRect
Create a round rectangle node by given id.
RoundRectSVGUI - Class in twaver.web.svg.network.ui
 
RoundRectSVGUI(TSVGNetwork, RoundRect) - Constructor for class twaver.web.svg.network.ui.RoundRectSVGUI
Create a round rectangle svg ui with the given network and the roundRect.
RoundRectUI - Class in twaver.network.ui
 
RoundRectUI(TNetwork, RoundRect) - Constructor for class twaver.network.ui.RoundRectUI
 
ROUTING_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Routing failure'.
ROW - Static variable in class twaver.swing.SingleFiledLayout
Align components in a row
row - Variable in class twaver.table.editor.AbstractCanvasEditor
 
row - Variable in class twaver.table.editor.AbstractCellEditor
 
row - Variable in class twaver.table.editor.ActionTableCellEditor
 
row - Variable in class twaver.table.editor.ButtonEditor
 
row - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
row1 - Variable in class twaver.swing.TableLayoutConstraints
Cell in which the upper left corner of the component lays
row2 - Variable in class twaver.swing.TableLayoutConstraints
Cell in which the lower right corner of the component lays
ROW_CLICKED - Static variable in class twaver.table.PropertySheetEvent
 
ROW_DOUBLE_CLICKED - Static variable in class twaver.table.PropertySheetEvent
 
rowClicked(int, Vector, int) - Method in class twaver.table.TTableAdapter
Called when row is double clicked
rowClicked(int, Vector, int) - Method in interface twaver.table.TTableListener
Called when row is double clicked
rowData - Variable in class twaver.table.TTableModelEvent
 
ROWDATA_COMPARATOR - Static variable in class twaver.table.TTableModel
row data comparator
rowFilters - Variable in class twaver.table.TTableModel
 
rowFilters - Variable in class twaver.web.table.TWebTable
 
rowOIDMapper - Variable in class twaver.table.TElementTable
 
rowSelectionChanged(List, boolean) - Method in class twaver.table.TTableAdapter
Called when selected row changes
rowSelectionChanged(List, boolean) - Method in interface twaver.table.TTableListener
Called when selected row changes
run(long) - Method in interface twaver.Task
This method defines the task executed body.
run() - Method in class twaver.TaskScheduler
runnable - Variable in class twaver.animate.Animate
 

S

SameHeightAction - Class in twaver.network.action
This action can make all selected elements of given network resizing to the same height.
SameHeightAction(TView) - Constructor for class twaver.network.action.SameHeightAction
 
sameHeightSelection() - Method in class twaver.TDataBox
Makes all selected elements have the same height with the first selected element.
SameWidthAction - Class in twaver.network.action
This action can make all selected elements of given network resizing to the same width.
SameWidthAction(TView) - Constructor for class twaver.network.action.SameWidthAction
 
sameWidthSelection() - Method in class twaver.TDataBox
Makes all selected elements have the same width with the first selected element.
saveCurrentBrowserRecord() - Method in class twaver.network.TNetwork
Calls this method to save current zoom environment into a record.
saveCurrentSubNetwork(String) - Method in class twaver.network.TNetwork
Saves current subnetwork data into the specified file in XML format.
saveCurrentSubNetwork(String, boolean, boolean) - Method in class twaver.network.TNetwork
Saves current subnetwork data into the specified file in XML format.
saveImageToFile(ImageIcon, String, String) - Static method in class twaver.TWaverUtil
Saves the image data into the specified file at a specified format.
saveImageToFile(ImageIcon, String, String, boolean) - Static method in class twaver.TWaverUtil
Saves the image data into the specified file at a specified format.
searchField - Variable in class twaver.table.TPropertySheetPane
 
SECURITY_VIOLATION - Static variable in class twaver.AlarmType
Security Violation alarm.
Segment - Class in twaver
Segment encapsulates the information for one segment of the PolyLine element.
Segment() - Constructor for class twaver.Segment
Create a segment instance
Segment(Node, Node, Point, Point) - Constructor for class twaver.Segment
Create a segment by given information.
Segment(Node, Node) - Constructor for class twaver.Segment
Create a segment by given start node and end node
Segment(Point, Point) - Constructor for class twaver.Segment
Create a segment by given points.
Segment(Node, Point) - Constructor for class twaver.Segment
Create segment by given node and point.
Segment(Point, Node) - Constructor for class twaver.Segment
Create a segment by given point and node.
SEGMENT_FROMNODE - Static variable in class twaver.TWaverConst
segment from node property name
SEGMENT_FROMPOINT - Static variable in class twaver.TWaverConst
segment from point property name
SEGMENT_LINECOLOR - Static variable in class twaver.TWaverConst
segment line color property name
SEGMENT_TONODE - Static variable in class twaver.TWaverConst
segment to node property name
SEGMENT_TOPOINT - Static variable in class twaver.TWaverConst
segment to point property name
SEGMENT_VISIBLE - Static variable in class twaver.TWaverConst
segment visible property name
segments - Variable in class twaver.Branch
 
segments - Variable in class twaver.PolyLine
 
segments - Variable in class twaver.ShapeNode
 
selectable - Variable in class twaver.network.ui.LabelAttachment
 
SelectableFilter - Interface in twaver
The SelectableFilter is used to determine whether to render an element's selected state in view components.
selectAlarmsByElement(Element) - Method in class twaver.table.TAlarmTable
Select alarm rows by the specified element.
selectAll() - Method in interface twaver.DataBoxSelectionModel
 
selectAll() - Method in class twaver.network.TNetwork
Selects all elements on the network.
selectAll() - Method in class twaver.TDataBox
Selects all elements contained in this data box.
selected - Variable in class twaver.AbstractElement
 
selectedColor - Variable in class twaver.chart.AbstractChart
 
selectedColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
selectedOffset - Variable in class twaver.chart.AbstractChart
 
selectedOffset - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
selectedRows - Variable in class twaver.table.TTableModel
 
selectedStroke - Variable in class twaver.chart.AbstractChart
 
selectedStroke - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
selection() - Method in interface twaver.DataBoxSelectionModel
Return a element iterator of this selection model.
selection() - Method in class twaver.network.TNetwork
Returns an iterator for all selected elements.
selection() - Method in class twaver.TDataBox
Returns an element iterator of all selected elements.
selectionChanged(DataBoxSelectionEvent) - Method in class twaver.DataBoxSelectionAdapter
Called whenever the value of the selection model changes.
selectionChanged(DataBoxSelectionEvent) - Method in interface twaver.DataBoxSelectionListener
Called whenever the value of the selection model changes.
SelectionChangedInterceptor - Interface in twaver
The SelectionChangedInterceptor class is designed to intercept selection changed event in selection model.
SelectionInputHandler - Class in twaver.network.inputhandler
This is a implementation of InputEventListener that uses to handle selection related input interaction of a network component, include mouse event and keyboard event.
SelectionInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.SelectionInputHandler
Constructs a instance that is initialized with given network.
selectRow(ElementAttribute) - Method in class twaver.table.TPropertySheet
Select a row by an element attribute.
selectRowDatas(Collection) - Method in class twaver.table.TTable
 
sendToBottom(Element) - Method in class twaver.TDataBox
Sends given element to the bottom index.
sendToBottom(Element, Element) - Method in class twaver.TDataBox
Sends given element to the layer below reference element.
SendToBottomFilter - Interface in twaver
 
sendToTop(Element) - Method in class twaver.TDataBox
Sends the given element to the toppest index.
sendToTop(Element) - Method in class twaver.web.svg.network.TSVGNetwork
 
sendToTop(Network, Element) - Static method in class twaver.web.WebUtil
Send the element to top in the network and adjust the element's index ,adjust group's layer
SendToTopFilter - Interface in twaver
This filter used to determine whether an element instance can be send to top on network component.
SerializablePoint2D - Class in twaver.base
 
SerializablePoint2D() - Constructor for class twaver.base.SerializablePoint2D
 
SerializablePoint2D(double, double) - Constructor for class twaver.base.SerializablePoint2D
 
SerializablePropertyChangeListener - Interface in twaver
This is a simple interface, just extends interface PropertyChangeListener and Serializable.
set3D(boolean) - Method in class twaver.chart.PieChart
 
set3D(boolean) - Method in class twaver.web.svg.chart.SVGPieChart
 
setA(Point2D) - Method in class twaver.StraightLine
 
setAcked(boolean) - Method in class twaver.Alarm
Set the acknowledged value
setAcknowledgedAlarmCount(AlarmSeverity, int) - Method in class twaver.AlarmState
Sets a new total acknowledged alarm number for the given severity.
setAckTime(Date) - Method in class twaver.Alarm
Set the acknowledged time
setAckUserID(String) - Method in class twaver.Alarm
Set the acknowledged user id.
setActive(boolean) - Method in class twaver.network.CloudLayouter
 
setAdditionalText(String) - Method in class twaver.Alarm
Set the additional text for the alarm
setAlarmBalloonVisible(boolean) - Method in class twaver.network.TNetwork
Sets whether the alarm balloon attachment is visible on network canvas.
setAlarmBalloonVisible(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
 
setAlarmColorGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new alarm color generator for this network.
setAlarmColorGenerator(Generator) - Static method in class twaver.TUIManager
Sets a new default alarm color generator for network component.
setAlarmColorGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new alarm color generator for this network.
setAlarmElementMapping(AlarmElementMapping) - Method in class twaver.AlarmModel
 
setAlarmLabelGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new alarm label generator for this network.
setAlarmLabelGenerator(Generator) - Static method in class twaver.TUIManager
Sets a new default alarm label generator for network component.
setAlarmLabelGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new alarm label generator for this network.
setAlarmPropagator(AlarmPropagator) - Method in class twaver.TDataBox
Sets the alarm propagator of this databox.
setAlarmSeverity(AlarmSeverity) - Method in class twaver.Alarm
Set the severity of the alarm
setAlarmState(AlarmState) - Method in class twaver.AbstractElement
Sets the element's alarm state object.
setAlarmState(AlarmState) - Method in interface twaver.Element
Sets the element's alarm state object.
setAlarmType(AlarmType) - Method in class twaver.Alarm
Set the alarm type
setAlpha(float) - Method in class twaver.Layer
Sets the alpha transparent value of this layer.
setAlpha(float) - Method in class twaver.network.background.AbstractBackground
 
setAlpha(float) - Method in class twaver.network.TNetwork
Sets a new alpha transparent value for network canvas.
setAlpha(float) - Method in class twaver.network.ui.ComponentAttachment
 
setAlpha(float) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setAngle(double) - Method in class twaver.RotatableNode
 
setAnimateBlinkInterval(int) - Static method in class twaver.TWaverUtil
Sets the minimal animate interval for blinking globally.
setAnimateComponentAttachment(boolean) - Method in class twaver.network.TNetwork
Determines whether enable animate effect on component attachment
setAnimateElementDelete(boolean) - Method in class twaver.network.TNetwork
Determines whether enable animate effect when element is deleted.
setAnimateElementMove(boolean) - Method in class twaver.network.TNetwork
Determines whether enable animate effect when element is moved.
setAnimateElementResize(boolean) - Method in class twaver.network.TNetwork
Determines whether enable animate effect when element is resized.
setAnimateGIFInterval(int) - Static method in class twaver.TWaverUtil
Sets the minimal animate interval for gif globally.
setAnimateSleep(int) - Static method in class twaver.TWaverUtil
Sets the default animate sleep interval.
setAnimateStep(int) - Static method in class twaver.TWaverUtil
Sets the default animate step size
setAnimateSubnetworkEnter(boolean) - Method in class twaver.network.TNetwork
Determines whether enable animate effect when enter subnetwork.
setAntennas(List) - Method in class twaver.BTS
Sets a list contains antennas for this bts.
setAntennaType(int) - Method in class twaver.BTSAntenna
Sets the type of this antenna.
setAntialias(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chartPane will use antialias model.
setApplyBackgroundThroughSubNetwork(boolean) - Method in class twaver.network.TNetwork
Sets whether this network's background is applied to all subnetworks that have no assigned background.
setApplyBackgroundThroughSubNetwork(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
Sets whether this network's background is applied to all subnetworks that have no assigned background.
setArc(int) - Method in class twaver.network.ui.ComponentAttachment
 
setArc(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setArcRange(double) - Method in class twaver.chart.DialChart
Sets the range of the arc in the arc type dial chart.
setArcRange(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the range of the arc in the arc type dial chart.
setAreaFill(boolean) - Method in class twaver.chart.RadarChart
Sets whether the area should be filled.
setAreaFill(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the area should be filled.
setAreaGradient(boolean) - Method in class twaver.chart.LineChart
Sets whether to draw gradient area.
setAreaGradientColor(Color) - Method in class twaver.chart.LineChart
Sets the the area gradient color.
setAreaGradientFactory(int) - Method in class twaver.chart.LineChart
Sets the area gradient factory.
setAreaSelectable(boolean) - Method in class twaver.chart.BubbleChart
Sets whether the area can be selected when the line type is TWaverConst.LINE_TYPE_AREA.
setAreaSelectable(boolean) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets whether the area can be selected when the line type is TWaverConst.LINE_TYPE_AREA.
setAutoAdjustDirection(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setAutoAdjustDirection(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setAutoRemoveAlarmWhenCleared(boolean) - Method in class twaver.AlarmModel
 
setAutoRemoveAlarmWhenElementIsRemoved(boolean) - Method in class twaver.AlarmModel
 
setAutoSyncSelectionFromDataBoxToView(boolean) - Method in class twaver.list.TList
Sets whether synchronize selection from data box to this list automatically.
setAutoSyncSelectionFromDataBoxToView(boolean) - Method in class twaver.table.TElementTable
Sets whether to synchronize selection from data box to this table automatically.
setAutoSyncSelectionFromDataBoxToView(boolean) - Method in class twaver.tree.TTree
Sets whether synchronize selection from data box to this tree automatically.
setAutoSyncSelectionFromViewToDataBox(boolean) - Method in class twaver.list.TList
Sets whether synchronize selection from this list to data box automatically.
setAutoSyncSelectionFromViewToDataBox(boolean) - Method in class twaver.table.TElementTable
Sets whether to synchronize selection from this table to data box automatically.
setAutoSyncSelectionFromViewToDataBox(boolean) - Method in class twaver.tree.TTree
Sets whether synchronize selection from this tree to data box automatically.
setAxisColor(Color) - Method in class twaver.chart.RadarChart
Sets the new color for the axis.
setAxisColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the new color for the axis.
setAxisInflexionStyle(int) - Method in class twaver.chart.RadarChart
Sets new style for the inflexion in axis.
setAxisInflexionStyle(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets new style for the inflexion in axis.
setAxisInflexionVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the inflexion of the axis is visible.
setAxisInflexionVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the inflexion of the axis is visible.
setAxisStartAngle(double) - Method in class twaver.chart.RadarChart
Sets the start angle for the axis.
setAxisStartAngle(double) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the start angle for the axis.
setAxisStroke(String) - Method in class twaver.chart.RadarChart
Sets the stroke for the axis.
setAxisStroke(String) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the stroke for the axis.
setAxisTextColor(Color) - Method in class twaver.chart.RadarChart
Sets the new text color for the axis.
setAxisTextColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the new text color for the axis.
setAxisTextFont(Font) - Method in class twaver.chart.RadarChart
Sets the text font for the axis.
setAxisTextFont(Font) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the text font for the axis.
setAxisTextTooltipVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the tooltip of the axis is visible in axis line.
setAxisTextVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the text of the axis should be visible.
setAxisTextVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the text of the axis should be visible.
setAxisVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the axis should be visible.
setAxisVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the axis should be visible.
setB(Point2D) - Method in class twaver.StraightLine
 
setBackground(Background) - Method in class twaver.DataBoxContext
Sets the background object.
setBackground(Color) - Method in class twaver.EnumType
Sets the background for this enum type.
setBackground(Background) - Method in class twaver.LinkSubNetwork
Set the background of this subnetwork.
setBackground(Background) - Method in class twaver.network.TNetwork
Sets the network background.
setBackground(Background) - Method in class twaver.ShapeSubNetwork
Set the background of this subnetwork.
setBackground(Background) - Method in class twaver.SubNetwork
Set the background of this subnetwork.
setBackground(Background) - Method in class twaver.TDataBox
Sets a new background for this data box.
setBackground(Background) - Method in interface twaver.TSubNetwork
Sets the background of this subnetwork.
setBackground(Background) - Method in class twaver.web.svg.network.TSVGNetwork
 
setBackgroundAttributeGenerator(Generator) - Method in class twaver.web.svg.network.SVGContext
Append customer's attribute to background tag .
setBackgroundColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundFillColor(Color) - Method in class twaver.chart.AbstractChart
Sets a new fill color for the background of the chart panel
setBackgroundFillColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundFillOpacity(float) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundFillOpacity(float) - Method in class twaver.web.svg.network.TSVGNetwork
Sets the background fill opacity value
setBackgroundGradient(boolean) - Method in class twaver.chart.AbstractChart
Sets whether to draw gradient background.
setBackgroundGradient(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundGradientColor(Color) - Method in class twaver.chart.AbstractChart
Sets the the background gradient color.
setBackgroundGradientColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundGradientFactory(int) - Method in class twaver.chart.AbstractChart
Sets the background gradient factory.
setBackgroundGradientFactory(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundOutlineColor(Color) - Method in class twaver.chart.AbstractChart
Sets a new outline color for the background of the chart panel
setBackgroundOutlineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundStroke(String) - Method in class twaver.chart.AbstractChart
Sets a new stroke for the background of the chart panel
setBackgroundStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBackgroundVisible(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the background should be shown on the chart pane.
setBackgroundVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setBallBorderColor(Color) - Method in class twaver.chart.DialChart
Sets the color for the border of the ball of this chart.
setBallBorderColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the color for the border of the ball of this chart.
setBallColor(Color) - Method in class twaver.chart.DialChart
Sets the color for the ball of this chart.
setBallColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the color for the ball of this chart.
setBallGradient(boolean) - Method in class twaver.chart.DialChart
Sets whether the ball is gradient.
setBallGradient(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the ball is gradient.
setBallGradientColor(Color) - Method in class twaver.chart.DialChart
Sets the gradient color for the ball.
setBallGradientColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the gradient color for the ball.
setBallGradientFactory(int) - Method in class twaver.chart.DialChart
Sets the gradient factory for the ball.
setBallGradientFactory(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the gradient factory for the ball.
setBallPercentSize(double) - Method in class twaver.chart.DialChart
Sets the percent size of the ball, if ballPercentSize is greater than 0, the size of the ball will use the ballPercentSize.
setBallPercentSize(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the percent size of the ball, if ballPercentSize is greater than 0, the size of the ball will use the ballPercentSize.
setBallSize(double) - Method in class twaver.chart.DialChart
Sets the size for the ball of this chart.
setBallSize(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the size for the ball of this chart.
setBarType(int) - Method in class twaver.chart.BarChart
Sets a new type for the bar chart.
setBarType(int) - Method in class twaver.web.svg.chart.SVGBarChart
Sets a new type for the bar chart.
setBaseShape(Shape) - Method in class twaver.PolySubNetwork
 
setBaseShape(GeneralPath) - Method in class twaver.PolySubNetwork
Set the base Shape of this poly subnetwork.
setBaseShape(Shape) - Method in class twaver.ShapeNode
Sets the shape for this shape node.
setBeamAlpha(float) - Method in class twaver.BTSAntenna
Sets the beam alpha of this antenna.
setBeamDirection(int) - Method in class twaver.BTSAntenna
Sets the beam direction of this antenna.
setBeamWidth(int) - Method in class twaver.BTSAntenna
Sets the beam width of this antenna.
setBlank(boolean) - Method in class twaver.swing.TTristateCheckBox
 
setBlinkingObject(Object) - Method in class twaver.PolyLine
Set the blinking object of this polyline.
setBlinkingRule(BlinkingRule) - Method in class twaver.network.TNetwork
Sets an blinking rule for this network component.
setBlinkingRule(BlinkingRule) - Static method in class twaver.TUIManager
Sets the default blinking rule for network component.
setBlinkingRule(SVGBlinkingRule) - Method in class twaver.web.svg.network.TSVGNetwork
 
setBocpReadMethod(Method) - Static method in class twaver.TWaverUtil
Sets the read method of business object's client property.
setBocpWriteMethod(Method) - Static method in class twaver.TWaverUtil
Sets the write method of business object's client property.
setBodyColor(Color) - Method in class twaver.network.ui.ComponentAttachment
 
setBodyColor(Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBodyGradient(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setBodyGradient(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBodyGradientColor(Color) - Method in class twaver.network.ui.ComponentAttachment
 
setBodyGradientColor(Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBodyGradientFactory(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBodyGradientType(int) - Method in class twaver.network.ui.ComponentAttachment
 
setBodyPaint(Graphics2D, Color) - Method in class twaver.network.ui.AbstractElementUI
 
setBodyVisible(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setBodyVisible(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBorder(Insets) - Method in class twaver.Grid
 
setBorderColor(Color) - Method in class twaver.network.ui.ComponentAttachment
 
setBorderColor(Color) - Method in class twaver.swing.RotatableLabel
 
setBorderColor(Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBorderStroke(Stroke) - Method in class twaver.network.ui.ComponentAttachment
 
setBorderStroke(Stroke) - Method in class twaver.swing.RotatableLabel
 
setBorderStroke(Stroke) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBorderVisible(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setBorderVisible(boolean) - Method in class twaver.swing.RotatableLabel
 
setBorderVisible(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBottom(float) - Method in class twaver.FloatInsets
Sets the inset from the bottom.
setBoundColor(Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setBranch(Branch) - Method in class twaver.Segment
Set the parent branch object
setBranchColor(Color) - Method in class twaver.Branch
Set the branch paint color.
setBranchs(List) - Method in class twaver.PolyLine
Set all specified branch objects as the internal branches of this polyline.
setBTS(BTS) - Method in class twaver.BTSAntenna
Sets a new bts object to connect with this antenna.
setBubbleAlpha(float) - Method in class twaver.chart.BubbleChart
Sets the alpha for the bubble.
setBubbleAlpha(float) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets the alpha for the bubble.
setBubbleGradient(boolean) - Method in class twaver.chart.BubbleChart
Sets whether the bubble is gradient.
setBubbleGradient(boolean) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets whether the bubble is gradient.
setBubbleGradientColor(Color) - Method in class twaver.chart.BubbleChart
Sets the gradient color of the bubble.
setBubbleGradientColor(Color) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets the gradient color of the bubble.
setBubbleGradientFactory(int) - Method in class twaver.chart.BubbleChart
Sets the gradient factory for the bubble Legal Values are: TWaverConst.GRADIENT_***
setBubbleGradientFactory(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets the gradient factory for the bubble Legal Values are: TWaverConst.GRADIENT_***
setBubbleStyle(int) - Method in class twaver.chart.BubbleChart
Sets new default style for the bubble.
setBubbleStyle(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets new default style for the bubble.
setBundledLinksExpand(Node, Node, boolean) - Static method in class twaver.TWaverUtil
Set the expand status of the bundled links between node1 and node2.
setBundleExpand(boolean) - Method in class twaver.Link
Set the bundle expand status with given value.
setBundleExpand(boolean, boolean) - Method in class twaver.network.ui.PolyLineUI
 
setBundleSize(int) - Method in class twaver.chart.BarChart
Sets the size of the bundle.
setBundleSize(int) - Method in class twaver.web.svg.chart.SVGBarChart
Sets the size of the bundle.
setBusinessObject(Object) - Method in class twaver.AbstractElement
Sets a new business object.An element object can bind a business object to carry additional information.
setBusinessObject(Object) - Method in interface twaver.Element
Sets a new business object.An element object can bind a business object to carry additional information.
setBusinessProperty(boolean) - Method in class twaver.ElementAttribute
Sets whether this attribute is business property.
setCacheImageBase64(boolean) - Static method in class twaver.web.WebUtil
Sets whether to cache image by base64.
setCategoryFontBold(boolean) - Method in class twaver.table.TPropertySheet
Sets whether the category font of this sheet is bold.
setCategoryFontBold(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether the category font of this websheet is bold.
setCategoryName(String) - Method in class twaver.ElementAttribute
Sets the category name of this property.
setCategoryNames(List) - Method in class twaver.ElementAttribute
Sets a list of all categories name.
setCategorySortingComparator(Comparator) - Method in class twaver.table.TPropertySheet
Sets the comparator used for sorting category column.
setCategorySortingComparator(Comparator) - Method in class twaver.web.TWebPropertySheet
Sets the comparator used for sorting category column.
setCeaseLimit(double) - Method in class twaver.network.CloudLayouter
 
setCeaseRate(double) - Method in class twaver.network.CloudLayouter
 
setCellRenderer(ListCellRenderer) - Method in class twaver.combobox.TComboBox
Sets the new cellRenderer for the combobox.
setCellRenderer(ListCellRenderer) - Method in class twaver.list.TList
Sets a new cell renderer for this list.
setCenterAlignment(boolean) - Method in class twaver.combobox.TComboBox
Sets whether the cell renderer should be center alignment.
setCenterAlignment(boolean) - Method in class twaver.combobox.TComboBoxRenderer
 
setCenterAlignment(boolean) - Method in class twaver.list.TList
Sets whether the cell renderer is center alignment.
setCenterAlignment(boolean) - Method in class twaver.list.TListCellRenderer
Sets whether the cell renderer is center alignment.
setCenterLocation(double, double) - Method in class twaver.BaseElement
Sets the element's center point.
setCenterLocation(Point2D) - Method in class twaver.BaseElement
 
setCenterLocation(double, double) - Method in interface twaver.Element
Sets the element's center point.
setCenterLocation(Point2D) - Method in interface twaver.Element
 
setCenterLocation(double, double) - Method in class twaver.Link
Do nothing here.
setCenterLocation(Point2D) - Method in class twaver.Link
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.AbstractChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.AbstractScaleChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.AbstractXYScaleChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.BarChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.BubbleChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.DialChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.LineChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.PercentChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.PieChart
 
setChartSVGAttribute(AbstractSVGChart) - Method in class twaver.chart.RadarChart
 
setChartValues(List) - Method in class twaver.AbstractElement
Sets the value list for this element.
setChartValues(List) - Method in interface twaver.Element
Sets the value list for this element.
setCheckableFilter(CheckableFilter) - Method in class twaver.list.TList
Set the list item checkable filter.
setCheckableFilter(CheckableFilter) - Method in class twaver.tree.TTree
Set the tree node checkable filter.
setCheckedWhenNotSpecified(boolean) - Method in class twaver.swing.TTristateCheckBox
 
setCheckedWhenNotSpecified(boolean) - Method in class twaver.tree.TTree
 
setChildrenSortableFilter(ChildrenSortableFilter) - Method in class twaver.tree.TTree
Sets the children sortable filter for this tree.
setChildrenSortableFilter(ChildrenSortableFilter) - Method in class twaver.web.TWebTree
Sets the children sortable filter for this webtree.
setCleared(boolean) - Method in class twaver.Alarm
Set the alarm cleared value.
setClearedAlarmSeverity(AlarmSeverity) - Static method in class twaver.AlarmSeverity
Sets the appointed alarm severity as cleared alarm severity.
setClearedTime(Date) - Method in class twaver.Alarm
Set the alarm cleared time.
setClearSelectionOnMarginClicked(boolean) - Method in class twaver.chart.AbstractChart
Use this method to determines whether clear selection when chart blank area is clicked.
setClearSelectionOnMarginClicked(boolean) - Method in class twaver.list.TList
Use this method to determines whether clear selection when blank area is clicked.
setClearSelectionOnMarginClicked(boolean) - Method in class twaver.network.TNetwork
Sets this value to true, if you want click blank area on network to clear all current seleciton; Sets this value to false, if you want click blank area on network not clear current selection.
setClearSelectionOnMarginClicked(boolean) - Method in class twaver.table.TTable
Set whether mouse click table margin (blank area) will clear current table selection.
setClearSelectionOnMarginClicked(boolean) - Method in class twaver.tree.TTree
Use this method to determines whether clear selection when tree blank area is clicked.
setClearUserID(String) - Method in class twaver.Alarm
Set the user id who clear the alarm.
setClickCountToStart(int) - Method in class twaver.table.editor.ActionTableCellEditor
Specifies the number of clicks needed to start editing.
setClientProperty(boolean) - Method in class twaver.ElementAttribute
Deprecated.
whether or not clientProperty can be judged by clientPropertyKey.
setClientPropertyFilter(ClientPropertyPersistentFilter) - Method in class twaver.DataBoxOutputSetting
Sets the ClientPropertyPersistentFilter object.
setClientPropertyFilter(ClientPropertyPersistentFilter) - Static method in class twaver.PersistenceManager
Set the client property filter.
setClientPropertyKey(String) - Method in class twaver.ElementAttribute
Sets the client property key.
setClosable(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setClosable(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setCollapsedIcon(Icon) - Method in class twaver.table.TPropertySheet
Sets the category collapsed icon.
setCollapsedIcon(Icon) - Method in class twaver.tree.TTree
Sets the element node's collapsed icon.
setColor(Color) - Method in class twaver.AlarmSeverity
Change the color of this alarm severity.
setColor(Color) - Method in class twaver.chart.Item
Sets a new color for the item.
setColor(Color) - Method in class twaver.chart.LabelStruct
 
setColor(Color) - Method in class twaver.chart.Marker
Sets a new color for the marker.
setColor(Color) - Method in class twaver.network.background.ColorBackground
Set the background color.
setColor(Color) - Method in class twaver.network.background.ImageBackground
 
setColorBackground(Color) - Method in class twaver.LinkSubNetwork
Sets the color background of this subnetwork.
setColorBackground(Color) - Method in class twaver.network.TNetwork
Sets a color background with a given color.
setColorBackground(Color) - Method in class twaver.ShapeSubNetwork
Sets the color background of this subnetwork.
setColorBackground(Color) - Method in class twaver.SubNetwork
Sets the color background of this subnetwork.
setColorBackground(Color) - Method in interface twaver.TSubNetwork
Sets the color background of this subnetwork.
setColumn(double[]) - Method in class twaver.swing.TableLayout
Adjusts the number and sizes of rows in this layout.
setColumn(int, double) - Method in class twaver.swing.TableLayout
Adjusts the width of a single column in this layout.
setColumnAutoResizable(boolean) - Method in class twaver.table.ResizableTable
Determines whether or not the column can be resize automatically.
setColumnCount(int) - Method in class twaver.Grid
 
setColumnIndex(int) - Method in class twaver.Grid
 
setColumnPercents(List) - Method in class twaver.Grid
 
setColumnResizable(boolean) - Method in class twaver.table.ResizableTable
Determines whether or not the column is resizable.
setColumns(TWebTableColumn[]) - Method in class twaver.web.table.TWebTable
 
setColumnSpan(int) - Method in class twaver.Grid
 
setColumnVisibleFilter(ColumnVisibleFilter) - Method in class twaver.table.TTable
Sets the column visible filter.
setColumnWith(int) - Method in class twaver.table.TTableColumn
Set column preferred width.
setComponent(JComponent) - Method in class twaver.network.ui.ComponentAttachment
 
setComponentBounds(Rectangle) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setComponentValue() - Method in class twaver.table.editor.ActionTableCellEditor
 
setComponentValue() - Method in class twaver.table.editor.ColorEditor
 
setComponentValue() - Method in class twaver.table.editor.InsetsEditor
 
setComponentValue() - Method in class twaver.table.editor.SpinnerDateEditor
 
setComponentValue() - Method in class twaver.table.editor.TextActionTableCellEditor
 
setConsiderAttachmentOnLayout(boolean) - Method in class twaver.network.TNetwork
Sets whether to consider attachment size when doing auto layout.
setConsiderDropDownIcon(boolean) - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
setConsiderDropDownIcon(boolean) - Method in class twaver.table.renderer.EnumTypeRenderer
 
setConstraints(Component, TableLayoutConstraints) - Method in class twaver.swing.TableLayout
Sets the constraints of a given component.
setConverseIncreaseOrder(boolean) - Method in class twaver.table.TAlarmTable
Determines whether or not to insert new alarm data at the head.
setConverseIncreaseOrder(boolean) - Method in class twaver.table.TElementTable
Determines whether or not to insert new element data at the head.
setConverseIncreaseOrder(boolean) - Method in class twaver.web.table.TWebTable
 
setConverseIncreaseOrder(boolean) - Method in class twaver.web.TWebElementTable
Determines whether or not to insert new element data at the head.
setCopyElements(List) - Static method in class twaver.TWaverUtil
Sets a new list of elements as copied element.
setCp(Point2D) - Method in class twaver.IntersectionPoint
 
setCr(int, double[]) - Method in class twaver.swing.TableLayout
Sets the sizes of rows or columns for the methods setRow or setColumn.
setCr(int, int, double) - Method in class twaver.swing.TableLayout
Sets the sizes of rows or columns for the methods setRow or setColumn.
setCurrentBackground(Background) - Method in class twaver.network.TNetwork
Sets current displaying background for network.
setCurrentBackground(Background) - Method in class twaver.web.svg.network.TSVGNetwork
Sets current displaying background for network.
setCurrentElement(Element) - Method in class twaver.swing.LabelInputField
 
setCurrentMouseEvent(MouseEvent) - Method in class twaver.table.TTable
 
setCurrentPageIndex(int) - Method in class twaver.table.AbstractPageTableModel
Set current page index.
setCurrentPageIndex(int) - Method in interface twaver.table.TablePaging
Set current page index.
setCurrentSubNetwork(TSubNetwork) - Method in class twaver.network.TNetwork
Sets new subnetwork.
setCurrentSubNetwork(TSubNetwork) - Method in class twaver.web.svg.network.TSVGNetwork
Sets new subnetwork.
setCurrentSubNetworkID(Object) - Method in class twaver.web.svg.network.SVGContext
 
setDataBox(TDataBox) - Method in class twaver.AlarmStateStatistics
Sets a new data box for this alarm state statistic.
setDataBox(TDataBox) - Method in class twaver.chart.AbstractChart
Sets a new databox for this chart panel.
setDataBox(TDataBox) - Method in class twaver.combobox.TComboBox
Sets a new connected data box for the combobox.
setDataBox(TDataBox) - Static method in class twaver.DataBoxParserAgent
 
setDataBox(TDataBox) - Method in class twaver.list.TList
Sets a new data box for this list.
setDataBox(TDataBox) - Method in class twaver.network.TNetwork
Sets databox for this network.
setDataBox(TDataBox) - Method in class twaver.table.TAlarmOverview
Sets new data box.
setDataBox(TDataBox) - Method in class twaver.table.TAlarmStatTable
Set the databox for this table.
setDataBox(TDataBox) - Method in class twaver.table.TAlarmTable
Sets a new data box for this table.
setDataBox(TDataBox, TTableColumn[]) - Method in class twaver.table.TAlarmTable
Sets a new data box for this table.
setDataBox(TDataBox) - Method in class twaver.table.TElementTable
Sets the databox of for this element table.
setDataBox(TDataBox) - Method in class twaver.table.TPropertySheet
Set the specified databox as the connected databox.
setDataBox(TDataBox) - Method in class twaver.tree.TTree
Set the connected data box.
setDataBox(TDataBox, Element) - Method in class twaver.tree.TTree
Set the connected databox.
setDataBox(TDataBox) - Method in interface twaver.TView
Sets databox for this view.
setDataBox(TDataBox) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setDataBox(TDataBox) - Method in class twaver.web.svg.network.TSVGNetwork
Sets databox for this view.
setDataBox(TDataBox) - Method in class twaver.web.svg.TSVGAlarmOverview
 
setDataBox(TDataBox) - Method in class twaver.web.table.TWebAlarmStatTable
Set the databox for this table.
setDataBox(TDataBox) - Method in class twaver.web.table.TWebAlarmTable
 
setDataBox(TDataBox) - Method in class twaver.web.TWebElementTable
Set the specified databox as the connected databox.
setDataBox(TDataBox) - Method in class twaver.web.TWebPropertySheet
Set the specified databox as the connected databox.
setDataBox(TDataBox) - Method in class twaver.web.TWebTree
Set the connected data box.
setDataBoxIconURL(String) - Method in class twaver.tree.TTree
Set databox tree icon url.
setDataBoxIconURL(String) - Method in class twaver.web.TWebTree
Set databox webtree icon url.
setDataBoxLabelEditable(boolean) - Method in class twaver.tree.TTree
 
setDataBoxs(List) - Method in class twaver.table.TPropertySheet
By default the sheet will connected a data box, but in some case you can make the sheet connect to multi-databox(s), thus the sheet will reflect the change of last data box's selection model.
setDataBoxVersion(String) - Static method in class twaver.TWaverUtil
Sets the default data box version string.
setDataLoaded(boolean) - Method in class twaver.LinkSubNetwork
Set data loaded flag value.
setDataLoaded(boolean) - Method in class twaver.ShapeSubNetwork
Set data loaded flag value.
setDataLoaded(boolean) - Method in class twaver.SubNetwork
Sets data loaded flag value.
setDataLoaded(boolean) - Method in interface twaver.TSubNetwork
Sets data loaded flag value.
setDataLoader(DataLoader) - Static method in class twaver.TWaverUtil
Set data loader for TWaver
setDataSource(String) - Method in class twaver.LinkSubNetwork
Set the xml datasource of this subnetwork.
setDataSource(String) - Method in class twaver.ShapeSubNetwork
Set the xml datasource of this subnetwork.
setDataSource(String) - Method in class twaver.SubNetwork
Sets the xml datasource of this subnetwork.
setDataSource(String) - Method in interface twaver.TSubNetwork
Sets the xml datasource of this subnetwork.
setDefaultBackgroundColor(Color) - Method in class twaver.web.svg.network.SVGContext
Sets the default background's color
setDefaultButtonGroup() - Method in class twaver.network.toolbar.BaseNetworkToggleButton
 
setDefaultCursor(Cursor) - Method in class twaver.network.TNetwork
 
setDefaultFont(Font) - Static method in class twaver.TUIManager
Sets a new twaver default font, Default font is used in network canvas, such as label attachment of element, etc.
setDefaultFontFamily(String) - Method in class twaver.web.svg.network.SVGContext
 
setDefaultFontSize(int) - Method in class twaver.web.svg.network.SVGContext
 
setDefaultFontWeight(String) - Method in class twaver.web.svg.network.SVGContext
 
setDefsNodeID(String) - Method in class twaver.web.svg.network.SVGContext
 
setDescription(String) - Method in class twaver.ElementAttribute
Sets the description text of this property which displayed on property sheet component.
setDescription(String) - Method in class twaver.Layer
Sets the description of this layer.
setDescription(String) - Method in class twaver.swing.FileChooserFilter
Sets the human readable description of this filter.
setDescription(String) - Method in class twaver.table.Category
Set category description
setDescription(String) - Method in class twaver.web.svg.network.SVGContext
Sets the description of svg
setDescriptionRenderer(TableCellRenderer) - Method in class twaver.table.TPropertySheet
Sets description column renderer.
setDialType(int) - Method in class twaver.chart.DialChart
Sets the type of the dial chart.
setDialType(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the type of the dial chart.
setDirection(int) - Method in class twaver.network.ui.ComponentAttachment
 
setDirection(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setDirty(boolean) - Method in class twaver.web.table.TWebTable
 
setDisplayName(String) - Method in class twaver.AbstractElement
Sets new display name for this element.
setDisplayName(String) - Method in class twaver.AlarmSeverity
Change the new display name of this alarm severity.
setDisplayName(String) - Method in interface twaver.Element
Sets new display name for this element.
setDisplayName(String) - Method in class twaver.ElementAttribute
Sets the display name of this property.
setDisplayName(String) - Method in class twaver.table.Category
Set display name for this category.
setDisplayName(String) - Method in class twaver.table.TTableColumn
Set display name for this column.
setDisplayName(String) - Method in class twaver.web.table.TWebTableColumn
Set display name for this column.
setDistinctSortableHeader(boolean) - Method in class twaver.table.TTable
 
setDnDHandler(DnDHandler) - Method in class twaver.tree.TTree
Sets the drag-and-drop handler.
setDoubleClickableFilter(DoubleClickableFilter) - Method in class twaver.network.TNetwork
Sets a new element double clickable filter for the network.
setDoubleFormat(NumberFormat) - Method in class twaver.web.svg.network.SVGContext
Sets the double format
setDragCriticalValue(int) - Method in class twaver.network.TNetwork
Sets the distance critical value for starting to drag.
setDraggingSpeed(DraggingSpeed) - Method in class twaver.network.TNetwork
Sets the the moving speed in the network,when user is dragging the element exceed the bounds of network's visible region.
setEditable(boolean) - Method in class twaver.ElementAttribute
Set whether this property is editable.
setEditable(boolean) - Method in class twaver.table.TElementTable
Sets whether or not the table cell is editable.
setEditable(boolean) - Method in class twaver.table.TPropertySheet
Set whether the displayed element attributes is editable in this property sheet.
setEditable(boolean) - Method in class twaver.table.TTableColumn
Set whether this column cells are editable.
setEditable(boolean) - Method in class twaver.table.TTableModel
Set whether this table is cell editable.
setEditable(boolean) - Method in class twaver.web.TWebPropertySheet
Set whether the displayed element attributes is editable in this property websheet.
setEditableFilter(EditableFilter) - Method in class twaver.table.TElementTable
Gets the editable filter for this table.
setEditingRow(int) - Method in class twaver.table.TAlarmTable
 
setEditingRow(int) - Method in class twaver.table.TElementTable
 
setEditor(TableCellEditor) - Method in class twaver.table.TTableColumn
Set cell editor for this column.
setEditorClass(String) - Method in class twaver.ElementAttribute
Sets the class name of the property editor.
setElement(Element) - Method in class twaver.chart.ShapeStruct
 
setElement(Element) - Method in class twaver.table.TPropertySheet
Sets a element for this list.
setElement(Element) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setElementAttribute(ElementAttribute) - Method in interface twaver.TPropertyDescriptor
Set the element attribute which encapsulate more information about the bound property.
setElementAttributeVisibleFilter(ElementAttributeVisibleFilter) - Method in class twaver.table.TPropertySheet
Set element attribute visible filter.
setElementAttributeVisibleFilter(ElementAttributeVisibleFilter) - Method in class twaver.web.TWebPropertySheet
Sets the element attribute visible filter
setElementBodyColorGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new element body color generator for this network.
setElementBodyColorGenerator(Generator) - Method in class twaver.tree.TTree
Sets a new element body color generator for this tree.
setElementBodyColorGenerator(Generator) - Static method in class twaver.TUIManager
Sets the default element body color generator.
setElementBodyColorGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new element body color generator for this network.
setElementBodyColorGenerator(Generator) - Method in class twaver.web.TWebTree
Sets a new element body color generator for this tree.
setElementBodyCustomAttributeGenerator(Generator) - Static method in class twaver.TUIManager
 
setElementBodyCustomAttributeGenerator(Generator) - Method in class twaver.web.svg.network.SVGContext
Append customer's attribute to tag 'up'.
setElementBoundsInvalidatableFilter(ElementBoundsInvalidatableFilter) - Method in class twaver.network.TNetwork
Installs the element bounds invalidatable filter for this network.
setElementClass(Class) - Method in class twaver.table.TElementTable
Get the table displaying data type.
setElementClass(Class) - Method in class twaver.web.TWebElementTable
Get the table displaying data type.
setElementCustomAttributeGenerator(Generator) - Method in class twaver.web.TWebTree
 
setElementDelegateInterceptor(ElementDelegateInterceptor) - Method in class twaver.DataBoxOutputSetting
Sets the ElementDelegateInterceptor object.
setElementDraggable(boolean) - Method in class twaver.tree.TTree
Set to true if the tree node is drag-and-drop enabled.
setElementFilter(ElementPersistentFilter) - Method in class twaver.DataBoxOutputSetting
Sets the ElementPersistentFilter object.
setElementHeadCustomAttributeGenerator(Generator) - Static method in class twaver.TUIManager
Sets the default element's web custom attribute generator.
setElementHeadCustomAttributeGenerator(Generator) - Method in class twaver.web.svg.network.SVGContext
Append customer's attribute to tag 'g'.
setElementIconGenerator(Generator) - Method in class twaver.combobox.TComboBox
Sets a new elementIconGenerator for the combobox.
setElementIconGenerator(Generator) - Method in class twaver.list.TList
Sets the element icon generator for this list.
setElementIconGenerator(Generator) - Method in class twaver.tree.TTree
Set the generator, this generator used to create element tree icon for each element displayed on tree.
setElementID(Object) - Method in class twaver.Alarm
Set the element id for this alarm.
setElementLabelEditableFilter(EditableFilter) - Method in class twaver.network.TNetwork
Sets element label editable filter.
setElementLabelEditableFilter(EditableFilter) - Method in class twaver.tree.TTree
Set tree element label editable filter.
setElementLabelEditor(ElementLabelEditor) - Method in class twaver.network.TNetwork
Sets element label editor.
setElementLabelEditor(ElementLabelEditor) - Method in class twaver.tree.TTree
Set element label editor for this tree.
setElementLabelGenerator(Generator) - Method in class twaver.combobox.TComboBox
Sets a new elementLabelGenerator for the combobox.
setElementLabelGenerator(Generator) - Method in class twaver.list.TList
Sets the element label generator for this list.
setElementLabelGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new label generator for this network.
setElementLabelGenerator(Generator) - Method in class twaver.tree.TTree
Sets generator for displaying the label of element on TView, for example, the tree node label, the tree node label, etc.
setElementLabelGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new label generator for this network.
setElementLabelGenerator(Generator) - Method in class twaver.web.TWebTree
Sets generator for displaying the label of element on the webtree, for example, the tree node label, the tree node label, etc.
setElementNetworkLabelGenerator(Generator) - Static method in class twaver.TUIManager
Sets the element label generator for all network components.
setElementPropertyChangeRepaintFilter(ElementPropertyChangeRepaintFilter) - Method in class twaver.network.TNetwork
Sets element property change repaint filter.
setElements(List) - Method in class twaver.table.TPropertySheet
Sets a list of elements for this sheet.
setElementSelectColorGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new element selected color generator for this network.
setElementSelectColorGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new element selected color generator for this network.
setElementStateOutlineColorGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new element state outline color generator for this network.
setElementStateOutlineColorGenerator(Generator) - Method in class twaver.tree.TTree
Sets a new element state outline color generator for this tree.
setElementStateOutlineColorGenerator(Generator) - Static method in class twaver.TUIManager
Sets the default element state outline color generator.
setElementStateOutlineColorGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new element state outline color generator for this network.
setElementStateOutlineColorGenerator(Generator) - Method in class twaver.web.TWebTree
Sets a new element state outline color generator for this tree.
setElementToolTipDisplayable(boolean) - Method in class twaver.tree.TTree
Set whether enable to display element tooltip text on tree.
setElementToolTipTextGenerator(Generator) - Method in class twaver.combobox.TComboBox
Sets the elementToolTipTextGenerator for the combobox.
setElementToolTipTextGenerator(Generator) - Method in class twaver.list.TList
Sets the element tooltip text generator for this list.
setElementToolTipTextGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new the tooltip text generator for this network.
setElementToolTipTextGenerator(Generator) - Method in class twaver.tree.TTree
Set element tooltip text generator.
setElementToolTipTextGenerator(Generator) - Static method in class twaver.TUIManager
Sets the default element tooltip text generator.
setElementToolTipTextGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new the tooltip text generator for this network.
setElementTransparentAreaSelectable(boolean) - Method in class twaver.network.TNetwork
Sets this value used to determine whether click the element image transparent area is able to select the element.
setElementTreeLabelGenerator(Generator) - Static method in class twaver.TUIManager
Sets the default element label generator for tree components.
setElliptical(boolean) - Method in class twaver.network.CloudLayouter
 
setEnable(boolean) - Method in class twaver.UndoRedoManager
Sets whether this UndoRedoManager is enabled.
setEnableAdjustIndex(boolean) - Method in class twaver.TDataBox
Sets whether this data box is enable to adjust element index.
setEnableAlarmPropagationFromChildren(boolean) - Method in class twaver.AbstractElement
Determines whether or not the children's alarm state can be propagated to this element.
setEnableAlarmPropagationFromChildren(boolean) - Method in interface twaver.Element
Determines whether or not the children's alarm state can be propagated to this element.
setEnableAnimation(boolean) - Method in class twaver.network.TNetwork
Sets whether to enable animation on this network canvas.
setEnableAnimation(boolean) - Method in class twaver.tree.TTree
Sets whether to enable animation on tree node icon.
setEnableAttachmentDefaultAction(boolean) - Method in class twaver.network.TNetwork
Sets whether the default action on attachment should be enable.
setEnableAutoAdjustCanvasSize(boolean) - Method in class twaver.network.TNetwork
Determines whether this network canvas needs to to be adjusted automatically when something that affects the canvas view size happened, such as element's location changed, element is removed or added, zoom in or zoom out, etc.
setEnableAutoScroll(boolean) - Method in class twaver.network.TNetwork
Sets this value to true to make network canvas viewport automatically scrolled when element(s) is dragging, false otherwise.
setEnableAutoScroll(boolean) - Static method in class twaver.TWaverUtil
Whether enable mouse auto scroll navigator.
setEnableBatch(boolean) - Method in class twaver.ElementAttribute
Sets whether this property is enable batch reading/writing.
setEnableBlinking(boolean) - Method in class twaver.BlinkingRule
Sets whether the element body and outline blinking is enable for this rule.
setEnableBlinking(boolean) - Method in class twaver.network.TNetwork
Sets whether to enable blinking on this network canvas.
setEnableBodyBlinking(boolean) - Method in class twaver.BlinkingRule
Sets whether the element body blinking is enable for this rule.
setEnableCategoryInteraction(boolean) - Method in class twaver.table.TPropertySheet
Sets whether to enable category interaction(expand/collapse)
setEnableComponent(Component, boolean) - Static method in class twaver.TWaverUtil
Enabling or disabling a Container and enabling or disabling its children recursively.
setEnableCopyPasteWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable copy and paste elements with keyboard.
setEnableDeleteWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable delete elements with keyboard.
setEnableDoubleClickToReset(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chart panel should be reset or not when the char panel is double clicked.
setEnableDoubleClickToUp(boolean) - Method in class twaver.network.TNetwork
If set this value to true, double click on network canvas blank area will goto upper subnetwork layer, false will do nothing on double click.
setEnableElementLabelInteract(boolean) - Method in class twaver.web.svg.network.SVGContext
 
setEnableElementTooltip(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets enable element tooltip.
setEnableEnterEmptySubNetwork(boolean) - Method in class twaver.network.TNetwork
By default, all subnetwork can be double clicked to drill down.
setEnableExitFullScreenWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable exit full screen with keyboard.
setEnableIllegalLinkVisible(boolean) - Method in class twaver.network.TNetwork
Sets whether the illegal links are visible.
setEnableIllegalLinkVisible(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
Sets whether the illegal links are visible.
setEnableInteract(boolean) - Method in class twaver.web.svg.network.SVGContext
 
setEnableMouseWheelToZoom(boolean) - Method in class twaver.network.TNetwork
Sets whether enable scrolling mouse wheel to zoom in/out.
setEnableOutlineBlinking(boolean) - Method in class twaver.BlinkingRule
Sets whether the element outline blinking is enable for this rule.
setEnablePropagationFromChildren(boolean) - Method in class twaver.AlarmState
Determines whether or not the children's alarm state can propagate to the related element of this alarm state.
setEnableRightClickEvent(boolean) - Method in class twaver.list.TList
 
setEnableRightClickEvent(boolean) - Method in class twaver.network.TNetwork
 
setEnableRightClickEvent(boolean) - Method in class twaver.table.TTable
 
setEnableRightClickEvent(boolean) - Method in class twaver.tree.TTree
 
setEnableSelectAllWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable select all with keyboard.
setEnableSwitchFullScreenWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable switch full screen with keyboard.
setEnableToolTipText(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the tooltip text should be shown or not.
setEnableTristateCheckBox(boolean) - Method in class twaver.tree.TTree
Set whether this tree component is enable tristate checkbox.
setEnableTristateSorting(boolean) - Method in class twaver.table.TTable
Sets whether to enable tristate sorting for table column.
setEnableUndoRedoWithKeyboard(boolean) - Method in class twaver.network.TNetwork
Sets whether network enable undo and redo elements with keyboard.
setEnableXTranslate(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chartPane can be translated along the x-axis.
setEnableXZoom(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chartPane can be zoomed along the x-axis.
setEnableYTranslate(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chartPane can be translated along the y-axis or not.
setEnableYZoom(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chart panel can be zoomed along the y-axis.
setEnableZoomAndPan(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setEnableZoomAndPan(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
 
setEndAngle(double) - Method in class twaver.chart.DialChart
Sets the value for the end angle of this chart.
setEndAngle(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the value for the end angle of this chart.
setEndIndex(int) - Method in class twaver.chart.LineChart
Sets a new index for the end position.
setEndIndex(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setEndX(double) - Method in class twaver.web.svg.chart.SVGLineChart
 
setEnsureVisibleOnSelected(boolean) - Method in class twaver.list.TList
Set value used to determine whether element will be ensure visible when element is selected.
setEnsureVisibleOnSelected(boolean) - Method in class twaver.network.TNetwork
Determines whether or not to ensure the element visible when selected.
setEnsureVisibleOnSelected(boolean) - Method in class twaver.table.TElementTable
Set value used to determine whether element will be ensure visible when element is selected.
setEnsureVisibleOnSelected(boolean) - Method in class twaver.tree.TTree
This flag used to determine whether scroll viewport to make element visible on the tree when the element is selected.
setEnumTypeName(String) - Method in class twaver.table.editor.EnumTypeEditor
 
setEnumTypeName(String) - Method in class twaver.table.renderer.EnumTypeRenderer
 
setEquipCount(int) - Method in class twaver.Shelf
Sets the equip count which means how many child equipments this shelf can contain.
setEquipCount(int) - Method in class twaver.Slot
Sets the equip count which means how many child equipments the slot can contain.
setEquipIndex(int) - Method in class twaver.Shelf
Sets the equip index which is the position index where this shelf contains in its parent.
setEquipIndex(int) - Method in class twaver.Slot
Sets the equip index which is the position index where this slot contains in its parent.
setEscapeText(boolean) - Method in class twaver.web.svg.network.SVGContext
 
setEscapeValue(boolean) - Method in class twaver.web.table.TWebTable
 
setExist(boolean) - Method in class twaver.BaseEquipment
Sets whether this equipment is exist.
setExist(boolean) - Method in interface twaver.Equipment
Set whether this equipment object is 'exist' on chassis.
setExpand(boolean) - Method in class twaver.Group
Set new group expand status to specified value.
setExpand(boolean) - Method in class twaver.swing.FullScreenSupport
 
setExpand(boolean) - Method in class twaver.swing.TExpandPane
 
setExpand(boolean) - Method in class twaver.table.Category
Set whether this category should be expanded when displayed in a property sheet component.
setExpandedIcon(Icon) - Method in class twaver.table.TPropertySheet
Sets the category expanded icon.
setExpandedIcon(Icon) - Method in class twaver.tree.TTree
Sets the element node's expanded icon.
setExpandGroupAfterLayout(boolean) - Method in class twaver.network.TNetwork
Sets whether to expand group after doing layout.
setExportValuesInterceptor(ExportValuesInterceptor) - Static method in class twaver.TWaverUtil
Sets a new ExportValuesInterceptor object.
setExt(boolean) - Method in class twaver.web.TWebTreeTable
 
setExtensionListInDescription(boolean) - Method in class twaver.swing.FileChooserFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setExtraWidthAssignable(boolean) - Method in class twaver.ElementAttribute
Sets whether to be assigned extra with after packing.
setExtraWidthAssignable(boolean) - Method in class twaver.table.TTableColumn
Sets whether to be assigned extra with after packing.
setFillColor(Color) - Method in class twaver.ElementAttribute
Sets the fill color of this property.
setFillColor(Color) - Method in class twaver.network.OverviewPane
Set overview background fill color.
setFillIndent(boolean) - Method in class twaver.table.TPropertySheet
Sets whether to fill indent
setFillMode(int) - Method in class twaver.network.OverviewPane
Set overview fill mode when overview window is resized.
setFillOpacity(float) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setFireTreeNodeChangedWhenSelectionChanged(boolean) - Method in class twaver.tree.TTree
 
setFixedValueCount(int) - Method in class twaver.chart.LineChart
 
setFollowerPadding(int) - Method in class twaver.Grid
Set the inner gap when this follower attached on a parent grid element.
setFollowerPaddingBottom(int) - Method in class twaver.Grid
Set the inner gap in bottom side when this follower attached on a parent grid element.
setFollowerPaddingLeft(int) - Method in class twaver.Grid
Set the inner gap in left side when this follower attached on a parent grid element.
setFollowerPaddingRight(int) - Method in class twaver.Grid
Set the inner gap in right side when this follower attached on a parent grid element.
setFollowerPaddingTop(int) - Method in class twaver.Grid
Set the inner gap in top side when this follower attached on a parent grid element.
setFont(Font) - Method in class twaver.chart.LabelStruct
 
setFont(Font) - Method in class twaver.swing.TPopupMenu
 
setFont(Font) - Method in class twaver.table.editor.FontChooser
Set the font that is currently being edited.
setFontStyle(int) - Method in class twaver.ElementAttribute
Sets the for font, that is the font style of this property.
setForceSize(int) - Method in class twaver.SpringLayouter
Sets the force size of spring layout parameter which will affect the balance distance between elements.
setForeColor(Color) - Method in class twaver.ElementAttribute
Sets the for color, that is, the text color, of this property.
setForeground(Color) - Method in class twaver.chart.AbstractChart
Sets a new color for the foreground of the chart.
setForeground(Color) - Method in class twaver.EnumType
Sets the foreground for this enum type.
setForegroundColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setFormat(NumberFormat) - Method in class twaver.chart.AbstractChart
Sets a new number format for the chart panel.
setFormat(NumberFormat) - Method in class twaver.chart.Item
Sets a new number format for the item.
setFormat(NumberFormat) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setFrom(Node) - Method in class twaver.Link
Set from node for this link.
setFromNode(Node) - Method in class twaver.Segment
Set the start node for this segment.
setFromPoint(Point) - Method in class twaver.Segment
Set the from point for this segment.
setFrozeLinkShape(boolean) - Method in class twaver.network.TNetwork
 
setFullScreenAttachment(JComponent, JComponent, Object) - Method in class twaver.network.TNetwork
Sets full screen network attachment.
setGeoCoordinate(GeoCoordinate) - Method in class twaver.AbstractElement
 
setGeoCoordinate(GeoCoordinate) - Method in interface twaver.Element
 
setGradient(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the graphics uses a gradient paint to fill.
setGradient(boolean) - Method in class twaver.network.background.ColorBackground
Sets whether to draw gradient background.
setGradient(boolean) - Method in class twaver.network.background.ImageBackground
Sets whether to draw gradient background.
setGradient(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets whether the graphics uses a gradient paint to fill.
setGradientColor(Color) - Method in class twaver.chart.AbstractChart
Sets the gradient color.
setGradientColor(Color) - Method in class twaver.network.background.ColorBackground
Sets the the gradient color.
setGradientColor(Color) - Method in class twaver.network.background.ImageBackground
Sets the the gradient color.
setGradientColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the gradient color.
setGradientFactory(int) - Method in class twaver.network.background.ColorBackground
Sets the gradient factory.
setGradientFactory(int) - Method in class twaver.network.background.ImageBackground
Sets the gradient factory.
setGrayImageBeforeDyed(boolean) - Static method in class twaver.TWaverUtil
Sets whether to gray image before dye it.
setGroupChildBoundsGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new group child bounds generator for this network.
setGroupType(int) - Method in class twaver.Group
Sets the type of this group.
setHeadAutoResizable(boolean) - Method in class twaver.table.ResizableTable
Determines whether or not the head can be resizable automatically.
setHeight(int) - Method in class twaver.network.ui.ComponentAttachment
 
setHeight(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setHeightSize(int) - Method in interface twaver.Resizable
Set the height value for this resizable element
setHeightSize(int) - Method in class twaver.ResizableNode
Set the height value for this resizable element
setHGap(int) - Method in class twaver.swing.TableLayout
Sets the horizontal gap between colunns.
setHighlightBackground(Color) - Method in class twaver.chart.AbstractChart
Sets a new color for the highlight background when the label of the legendPane is selected
setHighlightForeground(Color) - Method in class twaver.chart.AbstractChart
Sets a new color for the highlight foreground when the label of the legendPane is selected
setHollow(boolean) - Method in class twaver.chart.PieChart
Sets whether this pie chart is hollow.
setHollow(boolean) - Method in class twaver.web.svg.chart.SVGPieChart
Sets whether this pie chart is hollow.
setHollowPercent(double) - Method in class twaver.chart.PieChart
Sets a new percent of hollow.
setHollowPercent(double) - Method in class twaver.web.svg.chart.SVGPieChart
Sets a new percent of hollow.
setHorizontalAlignment(Component, String) - Static method in class twaver.TWaverUtil
Sets the alignment of the component contents along the X axis.
setHost(Node) - Method in class twaver.Follower
Sets the host node of this follower.
setHostAttribute(Grid) - Method in class twaver.network.inputhandler.ResizeInputHandler
 
setI18nGenerator(Generator) - Static method in class twaver.TWaverUtil
Set the i18n string generator for TWaver.
setIcon(String) - Method in class twaver.AbstractElement
Sets this element's icon url, that may be used to render in tree as substitute for default icon, if url is null then element's icon will be replaced by default icon.
setIcon(String) - Method in interface twaver.Element
Sets this element's icon url, that may be used to render in tree as substitute for default icon, if url is null then element's icon will be replaced by default icon.
setIcon(Icon) - Method in class twaver.ElementAttribute
Sets icon object of this property.
setIcon(Icon) - Method in class twaver.table.TTableColumn
Sets the icon for this column.
setIconHeight(int) - Method in class twaver.chart.AbstractChart
Sets a new height for the icon that displays on the legend pane.
setIconHeight(int) - Method in class twaver.tree.TTree
Sets the icon height.
setIconVisible(boolean) - Method in class twaver.combobox.TComboBox
Sets whether the icon should be visible.
setIconVisible(boolean) - Method in class twaver.list.TList
Determine whether list item icon is visible.
setIconVisible(boolean) - Method in class twaver.tree.TTree
Determines whether tree icon is visible.
setIconVisible(boolean) - Method in class twaver.web.TWebTree
Determines whether webtree icon is visible.
setIconWidth(int) - Method in class twaver.chart.AbstractChart
Sets a new width for the icon that displays on the legend pane.
setIconWidth(int) - Method in class twaver.tree.TTree
Sets the icon width.
setID(Object) - Method in class twaver.DataBoxContext
Sets the id object.
setID(Object) - Method in class twaver.TDataBox
Sets a new id value for this data box.
setIdentifierFactory(IdentifierFactory) - Static method in class twaver.TWaverUtil
Set the element ID factory.
setIgnoreCaseSearch(boolean) - Method in class twaver.table.TPropertySheetPane
Sets whether to ignore case when searching.
setIgnorePropertyChange(boolean) - Method in class twaver.UndoRedoManager
 
setImage(String) - Method in class twaver.AbstractElement
Sets this element's image url, that may be used to render in network as substitute for default image, if url is null then element's image will be replaced by default image.
setImage(String) - Method in interface twaver.Element
Sets this element's image url, that may be used to render in network as substitute for default image, if url is null then element's image will be replaced by default image.
setImage(String) - Method in class twaver.ResizableNode
Sets this element's image url, that may be used to render in network as substitute for default image, if url is null then element's image will be replaced by default image.
setImage(String) - Method in class twaver.RotatableNode
 
setImage(String) - Method in class twaver.ShapeImage
 
setImageBackground(String) - Method in class twaver.LinkSubNetwork
Sets the image background of this subnetwork.
setImageBackground(String) - Method in class twaver.network.TNetwork
Sets a image background with a given image url.
setImageBackground(String) - Method in class twaver.ShapeSubNetwork
Sets the image background of this subnetwork.
setImageBackground(String) - Method in class twaver.SubNetwork
Sets the image background of this subnetwork.
setImageBackground(String) - Method in interface twaver.TSubNetwork
Sets the image background of this subnetwork.
setImageBackground(String) - Method in class twaver.web.svg.network.TSVGNetwork
 
setImageCache(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets whether export image with cache.If yes,the url of image will be added a random number.
setImageCache(boolean) - Method in class twaver.web.TWebTree
 
setImageFilePath(String) - Method in class twaver.web.svg.network.SVGContext
Sets the image file's path
setImages(Map) - Method in class twaver.DataBoxContext
 
setImages(Map) - Method in class twaver.DataBoxOutputSetting
 
setImageURL(String) - Method in class twaver.network.background.ImageBackground
Set the image URL string of the background.
setImageURL(String) - Method in class twaver.network.background.TextureBackground
 
setImageURLPrefix(String) - Method in class twaver.web.svg.network.SVGContext
Sets the image url's prefix
setIndentOpaque(boolean) - Method in class twaver.table.TPropertySheet
Sets whether the indent part of this sheet is opaque.
setIndentOpaque(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether the indent part of this websheet is opaque.
setIndex(int) - Method in class twaver.chart.ShapeStruct
 
setInductive(boolean) - Method in class twaver.swing.FullScreenSupport
 
setInflexionStyle(int) - Method in class twaver.chart.BubbleChart
Sets the style for the inflexion.
setInflexionStyle(int) - Method in class twaver.chart.LineChart
Sets a new inflexion style for the line chart.
setInflexionStyle(int) - Method in class twaver.chart.RadarChart
Sets a new inflexion style for the line chart.
setInflexionStyle(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets the style for the inflexion.
setInflexionStyle(int) - Method in class twaver.web.svg.chart.SVGLineChart
 
setInflexionStyle(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets a new inflexion style for the line chart.
setInflexionVisible(boolean) - Method in class twaver.chart.BubbleChart
Sets whether the inflexion should be visible.
setInflexionVisible(boolean) - Method in class twaver.chart.LineChart
Sets whether the inflexion should be visible.
setInflexionVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the inflexion should be visible.
setInflexionVisible(boolean) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets whether the inflexion should be visible.
setInflexionVisible(boolean) - Method in class twaver.web.svg.chart.SVGLineChart
Sets whether the inflexion should be visible.
setInflexionVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the inflexion should be visible.
setInteractionMode(InteractionMode) - Method in class twaver.network.TNetwork
Sets network interaction mode.
setInterceptor(UndoRedoInterceptor) - Method in class twaver.UndoRedoManager
Sets the UndoRedoInterceptor instance.
setInterruptedWhenNullValue(boolean) - Method in class twaver.chart.LineChart
Sets whether the line should be interrupted when some value is null
setInterruptedWhenNullValue(boolean) - Method in class twaver.web.svg.chart.SVGLineChart
Sets whether the line should be interrupted when some value is null
setInterval(int) - Method in class twaver.swing.TExpandPane
 
setInterval(int) - Method in interface twaver.Task
Set the new task interval in milliseconds.
setInterval(int) - Method in class twaver.TaskAdapter
Set the new task interval in milliseconds.
setItems(List) - Method in class twaver.chart.AbstractChart
Sets a new elements list for the box of the chart panel.
setIteratorByHiberarchy(boolean) - Method in class twaver.chart.AbstractChart
Sets whether iteration of elements of data box by hiberarchy.
setIteratorByHiberarchy(boolean) - Method in class twaver.table.TElementTable
Sets whether iteration of elements of data box by hiberarchy.
setIteratorByHiberarchy(boolean) - Method in class twaver.table.TTreeTable
 
setIteratorByHiberarchy(boolean) - Method in class twaver.web.TWebElementTable
Sets whether iteration of elements of data box by hiberarchy.
setIteratorByHiberarchy(boolean) - Method in class twaver.web.TWebTreeTable
 
setJavaClass(Class) - Method in class twaver.ElementAttribute
Sets the property java class type.
setJavaClass(Class) - Method in class twaver.table.TTableColumn
Set class type for the column bound property.
setJavaClass(Class) - Method in class twaver.web.table.TWebTableColumn
Set class type for the column bound property.
setLabel(Element, String) - Method in interface twaver.ElementLabelEditor
Sets a new label value for the given element.
setLabelAttachment(LabelAttachment) - Method in class twaver.network.ui.AbstractElementUI
 
setLastChangedTime(Date) - Method in class twaver.Alarm
Set the last change time for the alarm.
setLatitude(double) - Method in class twaver.GeoCoordinate
 
setLayerID(Object) - Method in class twaver.AbstractElement
Sets the layer id of the element belongs to.
setLayerID(Object) - Method in interface twaver.Element
Sets the layer id of the element belongs to.
setLayerModel(LayerModel) - Method in class twaver.network.LayerManagerPane
 
setLayoutGroupRecursively(boolean) - Method in class twaver.network.TNetwork
 
setLazyLoader(LazyLoader) - Method in class twaver.tree.TTree
Set tree node lazy loader.
setLazyPublishMode(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the chart should use the lazy publish mode.
setLazyPublishMode(boolean) - Method in class twaver.combobox.TComboBox
Sets whether this combobox uses lazy publish mode.
setLazyPublishMode(boolean) - Method in class twaver.list.TList
Sets whether the list should use the lazy publish mode.
setLazyPublishMode(boolean) - Method in class twaver.table.TTable
Sets whether the table should use the lazy publish mode.
setLeft(float) - Method in class twaver.FloatInsets
Sets the inset from the left.
setLegendFont(Font) - Method in class twaver.chart.AbstractChart
Sets a new font for the legnd pane.
setLegendFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the font for the legend.
setLegendLayout(int) - Method in class twaver.chart.AbstractChart
Sets a new layout for the legend pane.
setLegendOrientation(int) - Method in class twaver.chart.AbstractChart
Sets a new orientation for the item label in the legendPane.Legal values are: TWaverConst.LABEL_ORIENTATION_HORIZONTAL TWaverConst.LABEL_ORIENTATION_VERTICAL TWaverConst.LABEL_ORIENTATION_LEFT TWaverConst.LABEL_ORIENTATION_RIGHT
setLegendPosition(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the position of the legend.
setLegendSize(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Deprecated.
As of TWaver version 3.6 replaced by this.setLegendFont(this.legendFont.deriveFont(legendSize))
setLegendVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets whether the legend is visible.
setLimit(int) - Method in class twaver.AlarmModel
 
setLimit(int) - Method in class twaver.UndoRedoManager
Sets the max limit count for store undo/redo records.
setLimitBounds(Rectangle) - Method in class twaver.SpringLayouter
Sets the limit bounds for this spring layouter to limit the elements doing layout inside the specified bounds area.
setLimitElementInPositiveLocation(boolean) - Method in class twaver.network.TNetwork
Sets whether the elements can moved to the positive location such as (-100,-100).
setLine1(StraightLine) - Method in class twaver.TwoStraightOpt
 
setLine2(StraightLine) - Method in class twaver.TwoStraightOpt
 
setLineColor(Color) - Method in class twaver.Segment
Set the line color of this segment.
setLineType(int) - Method in class twaver.chart.BubbleChart
Sets new type for the line.
setLineType(int) - Method in class twaver.chart.LineChart
Sets a new type for the line.
setLineType(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets new type for the line.
setLineType(int) - Method in class twaver.web.svg.chart.SVGLineChart
Sets a new type for the line.
setLineVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the line should be visible.
setLineVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the line should be visible.
setLinkBundleAgentGenerator(Generator) - Method in class twaver.TDataBox
Sets a new link bundle agent generator for this data box.
setLinkBundleAgentGenerator(Generator) - Static method in class twaver.TUIManager
Sets link bundle agent generator.
setLinkBundleAlternate(boolean) - Method in class twaver.network.TNetwork
 
setLinkBundleAlternate(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
 
setLinkBundleCompact(boolean) - Method in class twaver.network.TNetwork
Sets whether bundled links is compact style.
setLinkBundleCompact(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
Sets whether bundled links is compact style.
setLinkBundleFilter(VisibleFilter) - Method in class twaver.TDataBox
Sets the link bundle filter for this data box.
setLinkBundleFilter(VisibleFilter) - Static method in class twaver.TUIManager
Sets the default link bundle filter for data box.
setLinkLayout(LinkLayouter) - Method in class twaver.network.TNetwork
Sets a new link layouter object for this network.
setLinkRepulsionFactor(double) - Method in class twaver.SpringLayouter
Sets the link repulsion factor for this spring layouter which will affect the balance distance between links.
setLinkType(int) - Method in class twaver.Link
Sets the type of this link.
setList(JList) - Method in class twaver.table.renderer.AbstractCanvasRenderer
 
setLocale(Locale) - Static method in class twaver.TWaverUtil
Sets current locale for TWaver.
setLocalSortable(boolean) - Method in class twaver.table.TTable
Sets whether this table is local sortable.
setLocation(Point) - Method in class twaver.BaseElement
Set new location of the element.
setLocation(int, int) - Method in class twaver.BaseElement
Set element location via x int and y int.
setLocation(double, double) - Method in class twaver.BaseElement
Set element location via x double value and y double value.
setLocation(Point2D.Double) - Method in class twaver.BaseElement
Set the location of the element.
setLocation(Point2D.Double) - Method in class twaver.BTS
Set the location of the element.
setLocation(Point2D.Double) - Method in class twaver.BTSAntenna
Set the location of the element.
setLocation(double, double) - Method in class twaver.Dummy
Override this method to do nothing when set location to a dummy.
setLocation(Point) - Method in class twaver.Dummy
Override this method to do nothing when set location to a dummy.
setLocation(Point2D.Double) - Method in class twaver.Dummy
Override this method to do nothing when set location to a dummy.
setLocation(double, double) - Method in interface twaver.Element
Sets new location for this element.
setLocation(Point2D.Double) - Method in interface twaver.Element
Sets new element location.
setLocation(Point) - Method in interface twaver.Element
Sets new element location.
setLocation(Point2D.Double) - Method in class twaver.Follower
Set the location of the element.
setLocation(Point2D.Double) - Method in class twaver.Group
Set the location of the element.
setLocation(double, double) - Method in class twaver.Link
Do nothing here.
setLocation(Point) - Method in class twaver.Link
Do nothing here.
setLocation(Point2D.Double) - Method in class twaver.Link
Do nothing here.
setLocation(Point2D.Double) - Method in class twaver.PolySubNetwork
 
setLocation(Point2D.Double) - Method in class twaver.ShapeNode
Set the location of the element.
setLogicalCenterPoint(Point) - Method in class twaver.network.TNetwork
Sets current network logical center point.
setLogicalSelection(Rectangle, boolean) - Method in class twaver.network.TNetwork
Calls the method to select the elements within the given logical bounds.
setLongitude(double) - Method in class twaver.GeoCoordinate
 
setLookAndFeelWithDefaultFont() - Static method in class twaver.TWaverUtil
Sets all font value of Swing's UIManager with default font.
setLookAndFeelWithFont(Font) - Static method in class twaver.TWaverUtil
Sets all font value of Swing's UIManager with specified font.
setLowerLimit(double) - Method in class twaver.chart.AbstractChart
Sets a new lower limit of the chart panel, the lowerLimit is the minimal scale of the y-axis.
setLowerLimit(double) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new lower limit of the chart panel, the lowerLimit is the minimal scale of the y-axis.
setMarkerPosition(int) - Method in class twaver.chart.PercentChart
Sets the marker position.
setMarkerPosition(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the marker position.
setMarkers(List) - Method in class twaver.chart.AbstractScaleChart
Sets a new list for the markers.
setMarkers(List) - Method in class twaver.chart.AbstractXYScaleChart
Sets a new list for the markers.
setMarkers(List) - Method in class twaver.chart.DialChart
Sets the marker for this chart.
setMarkers(List) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the marker for this chart.
setMarkerStartPosition(int) - Method in class twaver.chart.PercentChart
Sets the start position of the marker.
setMarkerStartPosition(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the start position of the marker.
setMaxPackHeight(int) - Method in class twaver.ElementAttribute
Sets the maximal cell height for packing table rows.
setMaxPackHeight(int) - Method in class twaver.table.TTableColumn
Sets the maximal cell height for packing table rows.
setMaxPackWidth(int) - Method in class twaver.ElementAttribute
Sets the maximum with value for packing.
setMaxPackWidth(int) - Method in class twaver.table.TTableColumn
Sets the maximum with value for packing.
setMaxValue(double) - Method in class twaver.chart.DialChart
Sets the maximal value for this chart.
setMaxValue(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the maximal value for this chart.
setMaxWidth(int) - Method in class twaver.ElementAttribute
Sets the max column width of this property.
setMaxZoom(double) - Method in class twaver.chart.AbstractChart
Sets the maximal zoom scale for the chartPane
setMaxZoom(double) - Method in class twaver.network.zoom.PhysicalZoomer
 
setMaxZoom(double) - Method in interface twaver.network.zoom.Zoomer
 
setMessageContentGenerator(Generator) - Method in class twaver.network.TNetwork
Sets a new message content generator for this network.
setMessageContentGenerator(Generator) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new message content generator for this network.
setMinBackgroundSize(Dimension) - Method in class twaver.web.svg.network.SVGContext
Sets the minimun background's size
setMinimizable(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setMinimizable(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setMinimized(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setMinimized(boolean, MouseEvent) - Method in class twaver.network.ui.ComponentAttachment
 
setMinimized(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setMinimizedIcon(Icon) - Method in class twaver.network.ui.ComponentAttachment
 
setMinimizedIconURL(String) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setMinInterval(int) - Method in class twaver.TaskScheduler
Set the minimum interval of this task scheduler in millisecond.
setMinLayoutXOffset(int) - Method in class twaver.network.TNetwork
 
setMinLayoutYOffset(int) - Method in class twaver.network.TNetwork
 
setMinPackHeight(int) - Method in class twaver.ElementAttribute
Sets the minimal cell height for packing table rows.
setMinPackHeight(int) - Method in class twaver.table.TTableColumn
Sets the minimal cell height for packing table rows.
setMinPackWidth(int) - Method in class twaver.ElementAttribute
Sets the minimum with value for packing.
setMinPackWidth(int) - Method in class twaver.table.TTableColumn
Sets the minimum with value for packing.
setMinValue(double) - Method in class twaver.chart.DialChart
Sets the value for the minimal value of this chart.
setMinValue(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the value for the minimal value of this chart.
setMinWidth(int) - Method in class twaver.ElementAttribute
Sets the minimum column width of this property.
setMinZoom(double) - Method in class twaver.chart.AbstractChart
Sets the minimal zoom scale for the chartPane.
setMinZoom(double) - Method in class twaver.network.zoom.PhysicalZoomer
 
setMinZoom(double) - Method in interface twaver.network.zoom.Zoomer
 
setMode(int) - Method in class twaver.table.TPropertySheet
Change property sheet displaying mode, tells the property sheet show properties with categories, or show properties no categories.
setMode(int) - Method in class twaver.web.TWebPropertySheet
Change property sheet displaying mode, tells the property sheet show properties with categories, or show properties no categories.
setMovable(boolean) - Method in class twaver.Layer
Sets whether the elements belonged to this layer is movable.
setMovableFilter(MovableFilter) - Method in class twaver.network.TNetwork
Remove all all movable filters and add the specified movable filter.
setMovableFilter(MovableFilter) - Method in class twaver.SpringLayouter
Sets the movable filter for this spring layouter, the movable filter makes some elements fix in original location when doing layout.
setMoveSpeed(double) - Method in class twaver.network.CloudLayouter
 
setMultiColumnSortable(boolean) - Method in class twaver.table.TTable
Set whether support multiple-column-sorting.
setName(String) - Method in class twaver.AbstractElement
Sets new name for this element.
setName(String) - Method in class twaver.DataBoxContext
Sets the name string.
setName(String) - Method in interface twaver.Element
Sets new name for this element.
setName(String) - Method in class twaver.ElementAttribute
Sets the property name.
setName(String) - Method in class twaver.Layer
Sets the name of this layer.
setName(String) - Method in class twaver.table.Category
Set category name
setName(String) - Method in class twaver.table.TTableColumn
Set column name
setName(String) - Method in class twaver.TDataBox
Sets a new name for this databox.
setName(String) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setName(String) - Method in class twaver.web.table.TWebTableColumn
Set column name
setNetwork(TNetwork) - Method in class twaver.network.OverviewPane
Set displayed network for this overview
setNetwork(TSVGNetwork) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setNetworkBackground(Background) - Method in class twaver.network.TNetwork
Set a new background for the network.
setNetworkBackground(Background) - Method in class twaver.web.svg.network.TSVGNetwork
Set a new background for the network.
setNetworkParams(int, int, double, double, double, double) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
setNewAlarmCount(AlarmSeverity, int) - Method in class twaver.AlarmState
Sets the new alarm total count for given severity.
setNewCardToSlot(TDataBox, Slot, Card, boolean) - Static method in class twaver.TWaverUtil
Set a new card to the specified slot and box, also remove the old card from the slot and box.
setNickName(String) - Method in class twaver.AlarmSeverity
Change the new nickname of this severity.
setNodeRepulsionFactor(double) - Method in class twaver.SpringLayouter
Sets the node repulsion factor for this spring layouter which will affect the balance distance between nodes.
setNullable(boolean) - Method in class twaver.table.editor.EnumTypeEditor
 
setOrientation(int) - Method in class twaver.chart.LabelStruct
 
setOutGNodeID(String) - Method in class twaver.web.svg.network.SVGContext
 
setOutlineColor(Color) - Method in class twaver.chart.PercentChart
Sets a new color for the outline.
setOutlineColor(Color) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets a new color for the outline.
setOutputStream(OutputStream) - Method in class twaver.DataBoxOutputSetting
Sets the output stream for output xml data.
setPadding(Insets) - Method in class twaver.Grid
 
setPageRowSize(int) - Method in class twaver.table.AbstractPageTableModel
Set page row size
setPageRowSize(int) - Method in interface twaver.table.TablePaging
Set page row size
setPaintAttachmentFilter(PaintAttachmentFilter) - Method in class twaver.network.OverviewPane
 
setPaintAttachmentFilter(PaintAttachmentFilter) - Method in class twaver.network.TNetwork
 
setPaintBackground(boolean) - Method in class twaver.network.TNetwork
 
setPaintCell(boolean) - Method in class twaver.Grid
 
setPaintSelectedStateWhenChecked(boolean) - Method in class twaver.list.TList
Sets whether to paint selected state when element is checked.
setPaintSelectedStateWhenChecked(boolean) - Method in class twaver.tree.TTree
Sets whether to paint selected state when element is checked.
setPaintSelectionStateFilter(PaintSelectionStateFilter) - Method in class twaver.chart.BarChart
 
setPaintSelectionStateFilter(PaintSelectionStateFilter) - Method in class twaver.network.TNetwork
Sets a new paint selection state filter for this network.
setPaintSelectionStateFilter(PaintSelectionStateFilter) - Method in class twaver.tree.TTree
Set selection state paint filter.
setPaintState(int) - Method in class twaver.network.TNetwork
 
setParallelLinkGap(int) - Method in class twaver.network.TNetwork
Sets a new parallel link gap.
setParallelLinkGap(int) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new parallel link gap.
setParallelLinkOffset(int) - Method in class twaver.network.TNetwork
Sets a new parallel link offset
setParallelLinkOffset(int) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new parallel link offset
setParams(Map) - Method in class twaver.ElementAttribute
Sets the additional parameters of this properties.
setParent(Element) - Method in class twaver.AbstractElement
Set new parent to this element.
setParent(Element) - Method in class twaver.BTSAntenna
Set new parent to this element.
setParent(Element) - Method in interface twaver.Element
Set new parent to this element.
setPasteOffset(int) - Static method in class twaver.TWaverUtil
Sets the offset for every pasted element.
setPath(GeneralPath) - Method in class twaver.network.ui.LinkUI
Set this link ui path.
setPercentGap(int) - Method in class twaver.chart.PercentChart
Sets a new gap for the percent chart.
setPercentGap(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets a new gap for the percent chart.
setPercentLabelCenter(boolean) - Method in class twaver.chart.PercentChart
Sets whether percent label is displayed at center.
setPercentLabelCenter(boolean) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets whether percent label is displayed at center.
setPercentLabelColor(Color) - Method in class twaver.chart.PercentChart
Sets the label color of the percent chart.
setPercentLabelColor(Color) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the label color of the percent chart.
setPercentLabelFont(Font) - Method in class twaver.chart.PercentChart
Sets the label font for the percent chart.
setPercentLabelFont(Font) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the label font for the percent chart.
setPercentLabelVisible(boolean) - Method in class twaver.chart.PercentChart
Sets whether the label of the percent should be visible.
setPercentLabelVisible(boolean) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets whether the label of the percent should be visible.
setPercentType(int) - Method in class twaver.chart.PercentChart
Sets the type for the percent chart.
setPercentType(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the type for the percent chart.
setPercentTypeValueVisible(boolean) - Method in class twaver.chart.BarChart
Sets whether the value in percent type should be visible.
setPercentTypeValueVisible(boolean) - Method in class twaver.web.svg.chart.SVGBarChart
Sets whether the value in percent type should be visible.
setPhysicalCenterPoint(Point) - Method in class twaver.network.TNetwork
Sets current network physical center point.
setPhysicalSelection(Point, Point, boolean) - Method in class twaver.network.TNetwork
Calls the method to select the elements within the bounds area between start point and end point.
setPillarWidth(int) - Method in class twaver.chart.BarChart
Sets the width of the pillar.
setPixelFilter(PixelFilter) - Static method in class twaver.TWaverUtil
 
setPoint(int, Point2D) - Method in class twaver.ShapeLink
Set control point at the specified index
setPoint(int, Point2D) - Method in class twaver.ShapeNode
Set control point at the specified index
setPoint1(Point2D) - Method in class twaver.IntersectionPoint
 
setPoint2(Point2D) - Method in class twaver.IntersectionPoint
 
setPoint3(Point2D) - Method in class twaver.IntersectionPoint
 
setPoints(List) - Method in class twaver.ShapeLink
Set the control points for this shape node.
setPoints(List) - Method in class twaver.ShapeNode
Set the control points for this shape node
setPolyLine(PolyLine) - Method in class twaver.Segment
Set the parent polyline element for this segment.
setPopupMenuFactory(PopupMenuFactory) - Method in class twaver.network.TNetwork
Sets popup menu factory for network.
setPopupMenuFactory(PopupMenuFactory) - Method in class twaver.tree.TTree
Set popup menu factory for tree.
setPopupMenuGenerator(PopupMenuGenerator) - Method in class twaver.chart.AbstractChart
Set a new popup menu generator for the chart panel.
setPopupMenuGenerator(PopupMenuGenerator) - Method in class twaver.list.TList
Set popup menu generator for list.
setPopupMenuGenerator(PopupMenuGenerator) - Method in class twaver.network.TNetwork
Sets popup menu generator for network canvas.
setPopupMenuGenerator(PopupMenuGenerator) - Method in class twaver.table.TElementTable
Sets the popup menu generator for this table.
setPopupMenuGenerator(PopupMenuGenerator) - Method in class twaver.tree.TTree
Set popup menu generator for tree.
setPopupPreferredSizeWidth(boolean) - Method in class twaver.combobox.TComboBox
Sets whether the width of the pop-up panel size should be the width of the preferredSize.
setPosition(int) - Method in class twaver.chart.LabelStruct
 
setPosition(int) - Method in class twaver.network.ui.ComponentAttachment
 
setPosition(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setPower(int) - Method in class twaver.BTSAntenna
Sets the power value that will determine this size of this antenna in network canvas.
setPreviewPanel(JLabel) - Method in class twaver.table.editor.FontChooser
Sets the current preview panel.
setProbableCause(AlarmProbableCause) - Method in class twaver.Alarm
Set the probable cause for this alarm.
setPropagateSeverity(AlarmSeverity) - Method in class twaver.AlarmState
Set the propagate alarm severity.
setPropertyDescriptor(TPropertyDescriptor) - Method in class twaver.table.TTableColumn
Sets the TPropertyDescriptor object connected with this column.
setPropertyDescriptor(TPropertyDescriptor) - Method in class twaver.web.table.TWebTableColumn
Sets the TPropertyDescriptor object connected with this column.
setPropertyDistinctLevel(int) - Method in class twaver.table.TPropertySheet
Sets the property distinct level.
setPropertyDistinctLevel(int) - Method in class twaver.web.TWebPropertySheet
Sets the property distinct level.
setPropertyExtraIndent(boolean) - Method in class twaver.table.TPropertySheet
Sets whether this property sheet using an extra indent for all attributes.
setPropertyExtraIndent(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether this property websheet using an extra indent for all attributes.
setPropertyNameRenderer(TableCellRenderer) - Method in class twaver.table.TPropertySheet
Set table cell renderer for property name column.
setPropertySortingComparator(Comparator) - Method in class twaver.table.TPropertySheet
Sets the comparator used for sorting property column.
setPropertySortingComparator(Comparator) - Method in class twaver.web.TWebPropertySheet
Sets the comparator used for sorting property column.
setPropertyValue(TPropertyDescriptor, Object) - Method in class twaver.AbstractElement
Sets a new value to the given property of this element.
setPropertyValue(TPropertyDescriptor, Object) - Method in interface twaver.Element
Sets a new value to the given property of this element.
setProposedRepairAction(String) - Method in class twaver.Alarm
Set the proposed repair action for this alarm.
setRadarFill(boolean) - Method in class twaver.chart.RadarChart
Sets whether the radar should be filled.
setRadarFill(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the radar should be filled.
setRadarFillColor(Color) - Method in class twaver.chart.RadarChart
Sets the fill color for the radar.
setRadarFillColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the fill color for the radar.
setRadarFillGradient(boolean) - Method in class twaver.chart.RadarChart
Sets whether the fill color of the radar should be gradient.
setRadarFillGradient(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the fill color of the radar should be gradient.
setRadarFillGradientColor(Color) - Method in class twaver.chart.RadarChart
Sets the gradient fill color for the radar.
setRadarFillGradientColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the gradient fill color for the radar.
setRadarFillGradientFactory(int) - Method in class twaver.chart.RadarChart
Sets the gradient factory for the fill color.
setRadarFillGradientFactory(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the gradient factory for the fill color.
setRaisedTime(Date) - Method in class twaver.Alarm
Set the raised time for this alarm.
setReadMethod(String) - Method in class twaver.ElementAttribute
Sets the read method name which used to read the property value.
setReadMethod(Method) - Method in class twaver.table.TTableColumn
Set read method for this column which is used to get the column bound property's value
setReadMethod(Method) - Method in class twaver.web.table.TWebTableColumn
Set read method for this column which is used to get the column bound property's value
setReloadOnDataBoxChanged(boolean) - Method in class twaver.network.CloudLayouter
 
setRenderer(TableCellRenderer) - Method in class twaver.table.TTableColumn
Set column cell renderer.
setRendererClass(String) - Method in class twaver.ElementAttribute
Sets the class name of this property renderer.
setResizable(boolean) - Method in class twaver.Layer
Sets whether the elements belonged to this layer is resizable.
setResizableFilter(ResizableFilter) - Method in class twaver.network.TNetwork
Sets resizable filter for this network.
setResizableFilter(ResizableFilter) - Method in class twaver.web.svg.network.TSVGNetwork
Sets resizable filter for this network.
setResourceAgent(Class) - Static method in class twaver.TWaverUtil
Sets resource agent class, twaver will try find resource from the agent class path first, if not found or the agent class is null then twaver will try to find in predefined path in /resource/...
setResourceLocateInterceptor(ResourceLocateInterceptor) - Static method in class twaver.TWaverUtil
Set resource locate interceptor for TWaver.
setRestoreCategoryState(boolean) - Method in class twaver.table.TPropertySheet
Sets whether to restore categories' expand and collapse state.
setRestoreCategoryState(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether to restore categories' expand and collapse state.
setRight(float) - Method in class twaver.FloatInsets
Sets the inset from the right.
setRingBorderColor(Color) - Method in class twaver.chart.DialChart
Sets a new ring border color for this chart.
setRingBorderColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets a new ring border color for this chart.
setRingBorderVisible(boolean) - Method in class twaver.chart.DialChart
Sets whether the border of the ring of this chart should be visible.
setRingBorderVisible(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the border of the ring of this chart should be visible.
setRingColor(Color) - Method in class twaver.chart.DialChart
Sets the color for the ring of this chart.
setRingColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the color for the ring of this chart.
setRingFillColor(Color) - Method in class twaver.chart.DialChart
Sets a new fill color for this chart.
setRingFillColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets a new fill color for this chart.
setRingGradient(boolean) - Method in class twaver.chart.DialChart
Sets whether the fill color of the ring should be gradient.
setRingGradient(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the fill color of the ring should be gradient.
setRingGradientColor(Color) - Method in class twaver.chart.DialChart
Sets the gradient color of the ring.
setRingGradientColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the gradient color of the ring.
setRingGradientFactory(int) - Method in class twaver.chart.DialChart
Sets the gradient factory of the ring .
setRingGradientFactory(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the gradient factory of the ring .
setRingHost(boolean) - Method in class twaver.BTS
 
setRingMajorColor(Color) - Method in class twaver.chart.RadarChart
Sets the major ring color.
setRingMajorColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the major ring color.
setRingMajorStroke(String) - Method in class twaver.chart.RadarChart
Sets the major ring stroke.
setRingMajorStroke(String) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the major ring stroke.
setRingMinColor(Color) - Method in class twaver.chart.RadarChart
Set the color for the minimum ring.
setRingMinColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Set the color for the minimum ring.
setRingMinStroke(String) - Method in class twaver.chart.RadarChart
Sets the stroke for the minimum ring.
setRingMinStroke(String) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the stroke for the minimum ring.
setRingMinVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the minimum ring should be visible.
setRingMinVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the minimum ring should be visible.
setRingStroke(String) - Method in class twaver.chart.DialChart
Sets the stroke for the ring of this chart.
setRingStroke(String) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the stroke for the ring of this chart.
setRingStyle(int) - Method in class twaver.chart.RadarChart
Sets the style for the ring.
setRingStyle(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the style for the ring.
setRingVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the ring should be visible.
setRingVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the ring should be visible.
setRootElement(Element) - Method in class twaver.tree.TTree
Set root element, if element is null BoxNode will be the root node
setRootVisible(boolean) - Method in class twaver.tree.TTree
Determine whether the tree root node is visible.
setRow(double[]) - Method in class twaver.swing.TableLayout
Adjusts the number and sizes of rows in this layout.
setRow(int, double) - Method in class twaver.swing.TableLayout
Adjusts the height of a single row in this layout.
setRowCount(int) - Method in class twaver.Grid
 
setRowHeight(int) - Method in class twaver.table.TTreeTable
Overridden to pass the new rowHeight to the tree.
setRowIndex(int) - Method in class twaver.Grid
 
setRowPackParticipable(boolean) - Method in class twaver.ElementAttribute
Sets whether this attribute will participate with packing table rows.
setRowPackParticipable(boolean) - Method in class twaver.table.TTableColumn
Sets whether this attribute will participate with packing table rows.
setRowPercents(List) - Method in class twaver.Grid
 
setRowResizable(boolean) - Method in class twaver.table.ResizableTable
Determines whether or not the row is resizable.
setRowSpan(int) - Method in class twaver.Grid
 
setSaveImageToFileUseCache(boolean) - Method in class twaver.web.svg.network.SVGContext
ImageUtils.saveImageToFile use cache.
setScaleColor(Color) - Method in class twaver.chart.DialChart
Sets the color for the scale of this chart.
setScaleColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the color for the scale of this chart.
setScaleInside(boolean) - Method in class twaver.chart.DialChart
Sets whether the scale of this chart should be shown inside the ring.
setScaleInside(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the scale of this chart should be shown inside the ring.
setScaleLength(double) - Method in class twaver.chart.DialChart
Sets the length for the scale of the chart.
setScaleLength(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the length for the scale of the chart.
setScaleMajorCount(int) - Method in class twaver.chart.DialChart
Sets a new major count for the scale of this chart.
setScaleMajorCount(int) - Method in class twaver.chart.RadarChart
Sets the count for the major scale.
setScaleMajorCount(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets a new major count for the scale of this chart.
setScaleMajorCount(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the count for the major scale.
setScaleMajorTextColor(Color) - Method in class twaver.chart.RadarChart
Sets the text color for the major scale.
setScaleMajorTextColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the text color for the major scale.
setScaleMajorTextFont(Font) - Method in class twaver.chart.RadarChart
Sets the text font for the major scale.
setScaleMajorTextFont(Font) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the text font for the major scale.
setScaleMajorTextVisible(boolean) - Method in class twaver.chart.RadarChart
Sets whether the text of the major scale should be visible.
setScaleMajorTextVisible(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the text of the major scale should be visible.
setScaleMaxValue(double) - Method in class twaver.chart.RadarChart
Sets the maximal value for the scale.
setScaleMaxValue(double) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the maximal value for the scale.
setScaleMinCount(int) - Method in class twaver.chart.RadarChart
Sets the count for the minimum scale.
setScaleMinCount(int) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the count for the minimum scale.
setScaleMinorCount(int) - Method in class twaver.chart.DialChart
Sets the minor scale number of this chart.
setScaleMinorCount(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the minor scale number of this chart.
setScaleMinorVisible(boolean) - Method in class twaver.chart.DialChart
Sets whether the minor scale of this chart should be visible.
setScaleMinorVisible(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the minor scale of this chart should be visible.
setScaleMinTextVisible(boolean) - Method in class twaver.chart.DialChart
Sets whether the minimal text scale should be visible.
setScaleMinTextVisible(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the minimal text scale should be visible.
setScaleMinValue(double) - Method in class twaver.chart.RadarChart
Sets the minimum value for the scale.
setScaleMinValue(double) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the minimum value for the scale.
setScaleStroke(String) - Method in class twaver.chart.DialChart
Sets the stroke for the scale of this chart.
setScaleStroke(String) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the stroke for the scale of this chart.
setScaleStyle(int) - Method in class twaver.chart.DialChart
Sets the style for the scale of this chart.
setScaleStyle(int) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the style for the scale of this chart.
setScaleTextColor(Color) - Method in class twaver.chart.DialChart
Sets the color for the scale text.
setScaleTextColor(Color) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the color for the scale text.
setScaleTextFont(Font) - Method in class twaver.chart.DialChart
Sets the font for the scale of this chart.
setScaleTextFont(Font) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the font for the scale of this chart.
setScaleTextVisible(boolean) - Method in class twaver.chart.DialChart
Sets whether the scale text of this chart should be visible.
setScaleTextVisible(boolean) - Method in class twaver.web.svg.chart.SVGDialChart
Sets whether the scale text of this chart should be visible.
setSegmentCount(int) - Method in class twaver.chart.PercentChart
Sets a new count for the segment.
setSegmentCount(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets a new count for the segment.
setSegments(List) - Method in class twaver.PolyLine
Set all specified segment objects as the internal link segments of this polyline.
setSegments(List) - Method in class twaver.ShapeNode
Sets a list contains all segments.
setSegmentSectionProrate(double) - Method in class twaver.chart.PercentChart
Sets the prorate of the section in segment.
segmentSectionProrate must be a floating point number in the inclusive range [0.0, 1.0].
setSegmentSectionProrate(double) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the prorate of the section in segment.
segmentSectionProrate must be a floating point number in the inclusive range [0.0, 1.0].
setSelectable(boolean) - Method in class twaver.Layer
Sets whether the elements belonged to this layer is selectable.
setSelectableOnRightClick(boolean) - Method in class twaver.chart.AbstractChart
Set this to true, then right click mouse will select the clicked element; set this to false, then right click mouse will not select the clicked element.
setSelectableOnRightClick(boolean) - Method in class twaver.list.TList
Set whether element is selectable on right click.
setSelectableOnRightClick(boolean) - Method in class twaver.network.TNetwork
Sets this to true, then right click mouse will select the clicked element; sets this to false, then right click mouse will not select the clicked element.
setSelectableOnRightClick(boolean) - Method in class twaver.table.TTable
Set whether a mouse right click can make table row selected.
setSelectableOnRightClick(boolean) - Method in class twaver.tree.TTree
Set whether element is selectable on right click.
setSelected(boolean) - Method in class twaver.AbstractElement
Sets the element object to be selected/unselected status.
setSelected(boolean) - Method in interface twaver.Element
Sets the element object to be selected/unselected status.
setSelectedColor(Color) - Method in class twaver.chart.AbstractChart
Sets the color of selected element that is used to paint a selected border.
setSelectedOffset(int) - Method in class twaver.chart.AbstractChart
Sets a new offset which will be used to show selected chart item.
setSelectedOffset(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new offset which will be used to show selected chart item.
setSelectedPanelIndex(int) - Method in class twaver.table.TAlarmOverview
Set current selected panel index.
setSelectedRows(List) - Method in class twaver.table.TTableModel
Set selected rows.
setSelectedStroke(String) - Method in class twaver.chart.AbstractChart
Sets a new stroke which is used to show selected chart item.
setSelection(Element) - Method in interface twaver.DataBoxSelectionModel
Clear this selection model first, then add the specified element into this mode.
setSelection(Collection) - Method in interface twaver.DataBoxSelectionModel
Clear this selection model first, then add all given elements into this model.
setSelection(Element) - Method in class twaver.network.TNetwork
Clears all selection and makes given element selected.
setSelection(Collection) - Method in class twaver.network.TNetwork
Clears all current selection and makes given elements selected.
setSelectionChangedInterceptor(SelectionChangedInterceptor) - Method in interface twaver.DataBoxSelectionModel
 
setSelectionMode(int) - Method in class twaver.network.TNetwork
Sets network selection mode.
setSelectionModel(DataBoxSelectionModel) - Method in class twaver.TDataBox
Sets specified selection model for this box.
setSelectionPaths(TreePath[]) - Method in class twaver.tree.TTree
Set tree selection paths.
setSendToBottomFilter(SendToBottomFilter) - Method in class twaver.table.TElementTable
 
setSendToTopFilter(SendToTopFilter) - Method in class twaver.network.TNetwork
Sets send-to-top filter for the network.
setSendToTopFilter(SendToTopFilter) - Method in class twaver.table.TElementTable
 
setSeverityComparator(Comparator) - Static method in class twaver.AlarmSeverity
Set the alarm severity comparator object.
setShadowColor(Color) - Method in class twaver.chart.PieChart
Sets a shadow color for this chart
setShadowColor(Color) - Method in class twaver.network.ui.ComponentAttachment
 
setShadowColor(Color) - Method in class twaver.web.svg.chart.SVGPieChart
Sets a shadow color for this chart
setShadowColor(Color) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setShadowOffset(int) - Method in class twaver.chart.AbstractChart
Sets a new offset for the shadow, the shadow is painted along x-axis and y-axis.
setShadowOffset(int) - Method in class twaver.network.ui.ComponentAttachment
 
setShadowOffset(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new offset for the shadow, the shadow is painted along x-axis and y-axis.
setShadowOffset(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setShadowShape(Shape) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setShadowVisible(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setShadowVisible(boolean) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setShape(int) - Method in class twaver.chart.Marker
Sets the shape style for the marker.
setShape(Shape) - Method in class twaver.network.Magnifier
 
setShape(Shape) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setShapeBubbleVisible(boolean) - Method in class twaver.chart.BubbleChart
Sets whether the bubble is visible when the bubble value >0 .
setShapeBubbleVisible(boolean) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets whether the bubble is visible when the bubble value >0 .
setShapeEditable(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets shape whether is editable in svg.
setShapeFill(boolean) - Method in class twaver.chart.RadarChart
Deprecated.
As of 3.0, replaced by setAreaFill(areafill)
setShapeFillGradient(boolean) - Method in class twaver.chart.RadarChart
Sets whether the fill color of the shape should be gradient.
setShapeFillGradient(boolean) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets whether the fill color of the shape should be gradient.
setShapeFillGradientColor(Color) - Method in class twaver.chart.RadarChart
Sets the gradient color for the shape.
setShapeFillGradientColor(Color) - Method in class twaver.web.svg.chart.SVGRadarChart
Sets the gradient color for the shape.
setShapeFrozen(boolean) - Method in class twaver.Link
Sets whether this link is frozen.
setShapeLineVisible(boolean) - Method in class twaver.chart.BubbleChart
Sets whether the line is visible.
setShapeLineVisible(boolean) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets whether the line is visible.
setShapeLinkType(int) - Method in class twaver.ShapeLink
Sets the type of this shape link.
setShapeNodeType(int) - Method in class twaver.ShapeNode
Sets the type of this shape node.
setShowAlarmOnTop(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets whether alarm show on top in the network
setShowDescriptionColumn(boolean) - Method in class twaver.table.TPropertySheet
Sets whether to show description column.
setShowDescriptionColumn(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether to show description column.
setShowLabel(boolean) - Method in class twaver.chart.PercentChart
Sets whether the label should be shown.
setShowLabel(boolean) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets whether the label should be shown.
setShowLinkBundleHandler(boolean) - Method in class twaver.network.TNetwork
If true the link bundle handler should be shown on network canvas, false otherwise.
setShowLinkBundleHandler(boolean) - Method in class twaver.web.svg.network.TSVGNetwork
If true the link bundle handler should be shown on network canvas, false otherwise.
setShowPlainElement(boolean) - Method in class twaver.network.TNetwork
Sets whether elements on canvas should be rendered with body color and state outline color.
setShowPlainIcon(boolean) - Method in class twaver.tree.TTree
Determines whether tree icon is visible.
setShowPlainIcon(boolean) - Method in class twaver.web.TWebTree
Determines whether webtree icon is visible.
setShowPredefinedColumnsInPopupMenu(boolean) - Method in class twaver.table.TTable
Sets whether to show predefined columns in popup menu.
setShowTableHeaderIcon(boolean) - Method in class twaver.table.TTable
Sets whether to show icon on table header.
setShowValueInDescription(boolean) - Method in class twaver.table.TPropertySheetPane
Sets whether to show element attribute value in description area.
setShrinkable(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setShrinked(boolean) - Method in class twaver.network.ui.ComponentAttachment
 
setShrinked(boolean, MouseEvent) - Method in class twaver.network.ui.ComponentAttachment
 
setShrinkedComponent(JComponent) - Method in class twaver.network.ui.ComponentAttachment
 
setSimpleStyle(boolean) - Method in class twaver.table.TPropertySheetPane
 
setSingleRootCategoryVisible(boolean) - Method in class twaver.table.TPropertySheet
Set whether the root category is visible if only has one root category (top level category).
setSingleRootCategoryVisible(boolean) - Method in class twaver.web.TWebPropertySheet
Set whether the root category is visible if only has one root category (top level category).
setSize(Dimension) - Method in class twaver.network.ui.ComponentAttachment
 
setSize(int, int) - Method in interface twaver.Resizable
Set new size for this resizable element.
setSize(Dimension) - Method in interface twaver.Resizable
Set new size for this resizable element.
setSize(int, int) - Method in class twaver.ResizableNode
Set new size for this resizable element.
setSize(Dimension) - Method in class twaver.ResizableNode
Set new size for this resizable element.
setSize(Dimension) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setSizeByImageBackgroundSize(boolean) - Method in class twaver.web.svg.network.SVGContext
 
setSortable(boolean) - Method in class twaver.ElementAttribute
Sets whether this attribute can be sorted.
setSortable(boolean) - Method in class twaver.table.TTable
Set value to determine whether table column is sort when column header is clicked.
setSortable(boolean) - Method in class twaver.table.TTableColumn
Sets whether this column can be sorted.
setSortable(boolean) - Method in class twaver.web.table.TWebTableColumn
Sets whether this column can be sorted.
setSortComparator(Comparator) - Method in class twaver.chart.AbstractChart
Sets a new sort comparator for the chart, the sort comparator determines the display order of elements on this chart.
setSortComparator(Comparator) - Method in class twaver.combobox.TComboBox
Sets the sortComparator for the combobox.
setSortComparator(Comparator) - Method in class twaver.ElementAttribute
Sets the comparator of this property.
setSortComparator(Comparator) - Method in class twaver.list.TList
Set comparator for list items sorting.
setSortComparator(Comparator) - Method in class twaver.table.TTableColumn
Set the column sort comparator.
setSortComparator(Comparator) - Method in class twaver.tree.TTree
Set comparator for tree nodes sorting.
setSortComparator(Comparator) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setSortComparator(Comparator) - Method in class twaver.web.table.TWebTableColumn
Set the column sort comparator.
setSortComparator(Comparator) - Method in class twaver.web.TWebTree
Set comparator for webtree nodes sorting.
setSortingAscending(boolean) - Method in class twaver.table.TPropertySheet
Sets whether to sorting properties and categories by ascending.
setSortingAscending(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether to sorting properties and categories by ascending.
setSortingCategories(boolean) - Method in class twaver.table.TPropertySheet
Set whether categories of this property sheet is sorted.
setSortingCategories(boolean) - Method in class twaver.web.TWebPropertySheet
Set whether categories of this property sheet is sorted.
setSortingProperties(boolean) - Method in class twaver.table.TPropertySheet
Sets whether this sheet is properties sorted.
setSortingProperties(boolean) - Method in class twaver.web.TWebPropertySheet
Sets whether this sheet is sorting properties.
setSortMode(int) - Method in class twaver.table.TTableColumn
Set column sort mode.
setSortMode(int) - Method in class twaver.web.table.TWebTableColumn
Set column sort mode.
setSortPropertyChangeFilter(PropertyChangeFilter) - Method in class twaver.tree.TTree
 
setSpanCount(int) - Method in class twaver.Card
Sets the span count for this card.
setSpareColor(Color) - Method in class twaver.chart.PercentChart
Sets a new color for the spare space.
setSpareColor(Color) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets a new color for the spare space.
setSpareFill(boolean) - Method in class twaver.chart.PercentChart
Sets whether the spare of the chart is filled.
setSpareFill(boolean) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets whether the spare of the chart is filled.
setSpareGradientColor(Color) - Method in class twaver.chart.PercentChart
Sets the gradient color for the spare.
setSpareGradientColor(Color) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets the gradient color for the spare.
setSpecificProblem(String) - Method in class twaver.Alarm
Set specific problem for this alarm.
setSpecificSize(Dimension) - Method in class twaver.network.background.ImageBackground
 
setStartAngle(double) - Method in class twaver.chart.DialChart
Sets the value for the start angle of this chart.
setStartAngle(double) - Method in class twaver.chart.PieChart
Sets a start angle for this chart
setStartAngle(double) - Method in class twaver.web.svg.chart.SVGDialChart
Sets the value for the start angle of this chart.
setStartAngle(double) - Method in class twaver.web.svg.chart.SVGPieChart
Sets a start angle for this chart
setStartIndex(int) - Method in class twaver.Card
Sets the start index for this card.
setStartIndex(int) - Method in class twaver.chart.LineChart
Sets a new index for the start position.
setStartIndex(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setStartX(double) - Method in class twaver.web.svg.chart.SVGLineChart
 
setStartX(double) - Method in class twaver.web.svg.network.SVGContext
 
setStartY(double) - Method in class twaver.web.svg.network.SVGContext
 
setState(int) - Method in class twaver.swing.TTristateCheckBox
 
setStateOutline(Graphics2D, Color) - Method in class twaver.network.ui.AbstractElementUI
 
setStepSize(int) - Method in class twaver.SpringLayouter
Sets the step size of spring layout parameter which will affect the balance time consumed for layout.
setStraightLinkGap(int) - Method in class twaver.network.TNetwork
Sets a new straight link gap.
setStraightLinkGap(int) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new straight link gap.
setStraightLinkOffset(int) - Method in class twaver.network.TNetwork
Sets a new straight link offset.
setStraightLinkOffset(int) - Method in class twaver.web.svg.network.TSVGNetwork
Sets a new straight link offset.
setStroke(String) - Method in class twaver.chart.AbstractChart
Set a new stroke for the chartPane.
setStroke(String) - Method in class twaver.chart.Marker
Sets a new stroke text for the marker.
setStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGChart
Set a new stroke for the chartPane.
setStyle(int) - Method in class twaver.network.ui.ComponentAttachment
 
setStyle(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setSvg(String) - Method in class twaver.web.svg.network.SVGStruct
Sets the svg string to the svg struct
setSvgHeader(boolean) - Method in class twaver.web.svg.network.SVGContext
 
setSVGXMLNS(String) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the svg xml namespace by the string
setSVGXMLNS(String) - Method in class twaver.web.svg.network.SVGContext
Sets the svg xml namespace by the string
setTableBodyPopupMenuFactory(TTablePopupMenuFactory) - Method in class twaver.table.TTable
Set popup menu factory for this table body.
setTableHeaderPopupMenuFactory(TTablePopupMenuFactory) - Method in class twaver.table.TTable
Set popup menu factory for this table header.
setTableHeadHorizontalAlignment(int) - Method in class twaver.table.TTable
Sets the alignment of the label's contents along the X axis.
setTableRawData(Vector) - Method in class twaver.table.TTableModel
Set table raw data.
setTag(String) - Method in class twaver.BaseEquipment
Sets the new tag value.
setTag(String) - Method in interface twaver.Equipment
Sets the tag information of this equipment object.
setTagLinkWhenAlarmStateChanged(boolean) - Method in class twaver.TDataBox
Sets whether to tag link when element's alarm state changed.
setTail(int) - Method in class twaver.network.ui.ComponentAttachment
 
setTail(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setText(String) - Method in class twaver.chart.Bubble
Sets the text of the bubble.
setText(String) - Method in class twaver.chart.LabelStruct
 
setText(String) - Method in class twaver.chart.Marker
Sets a new text for the marker.
setText(String) - Method in class twaver.swing.RotatableLabel
 
setTextColor(Color) - Method in class twaver.chart.Marker
Sets a new color for the text of the marker.
setTextEscape(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets whether escape element' s label text for XML format
setTextEscape(boolean) - Method in class twaver.web.svg.TSVGAlarmOverview
 
setTextFont(Font) - Method in class twaver.chart.Marker
Sets a new font for the text of the marker.
setTextGap(int) - Method in class twaver.chart.AbstractChart
Sets a new gap for the text which is shown in the chartPane, such as scale along y-axis,the text of the item value in the graphics panel.
setTextGap(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new gap for the text which is shown in the chartPane, such as scale along y-axis,the text of the item value in the graphics panel.
setTexture(TexturePaint) - Method in class twaver.network.background.ImageBackground
 
setTextureBackground(String) - Method in class twaver.LinkSubNetwork
Sets the texture background of this subnetwork.
setTextureBackground(String) - Method in class twaver.network.TNetwork
Sets a texture background with a given image url.
setTextureBackground(String) - Method in class twaver.ShapeSubNetwork
Sets the texture background of this subnetwork.
setTextureBackground(String) - Method in class twaver.SubNetwork
Sets the texture background of this subnetwork.
setTextureBackground(String) - Method in interface twaver.TSubNetwork
Sets the texture background of this subnetwork.
setTextureURL(String) - Method in class twaver.network.background.ImageBackground
 
setThickness(int) - Method in class twaver.chart.PercentChart
Sets a new thickness for the percent chart.
setThickness(int) - Method in class twaver.web.svg.chart.SVGPercentChart
Sets a new thickness for the percent chart.
setTimerDelay(int) - Method in class twaver.network.CloudLayouter
 
setTitle(String) - Method in class twaver.chart.AbstractChart
Sets a new title for the chart.
setTListSelectionMode(int) - Method in class twaver.list.TList
Set selection mode for TWaver list component.
setTo(Node) - Method in class twaver.Link
Set the to node for this link.
setToNode(Node) - Method in class twaver.Segment
Set the end node for this segment.
setToolbar(JToolBar) - Method in class twaver.network.TNetwork
Sets network toolbar.
setToolbarByName(String) - Method in class twaver.network.TNetwork
Sets network toolbar by predefined toolbar name.
setToolTipText(String) - Method in class twaver.AbstractElement
Sets the element's tooltip text.
setToolTipText(String) - Method in interface twaver.Element
Sets the element's tooltip text.
setTop(float) - Method in class twaver.FloatInsets
Sets the inset from the top.
setToPoint(Point) - Method in class twaver.Segment
Set end point for this segment.
setTranslate(double, double) - Method in class twaver.chart.AbstractChart
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
setTreeColumnComparator(Comparator) - Method in class twaver.table.TTreeTable
Set tree column comparator.
setTreeColumnDisplayName(String) - Method in class twaver.table.TTreeTable
Sets the tree column's display name.
setTreeColumnMovable(boolean) - Method in class twaver.table.TTreeTable
Determines whether or not tree column is movable.
setTrendIndication(AlarmTrendIndication) - Method in class twaver.Alarm
Set trend indication for this alarm.
setTTreeSelectionMode(int) - Method in class twaver.tree.TTree
Set selection mode for TWaver tree component.
setType(String) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setType(String) - Method in class twaver.web.svg.network.TSVGNetwork
 
setType(String) - Method in class twaver.web.svg.TSVGAlarmOverview
 
setType(String) - Method in class twaver.web.table.TWebAlarmStatTable
 
setType(String) - Method in class twaver.web.table.TWebAlarmTable
 
setType(String) - Method in class twaver.web.TWebElementTable
 
setType(String) - Method in class twaver.web.TWebPropertySheet
 
setType(String) - Method in class twaver.web.TWebTree
 
setUi(ElementSVGUI) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setUncheckableStyle(int) - Method in class twaver.list.TList
Sets the uncheckable style for this list.
setUncheckableStyle(int) - Method in class twaver.tree.TTree
Sets the uncheckable style.
setUnderlineColor(Color) - Method in class twaver.swing.RotatableLabel
 
setUnderlineStroke(Stroke) - Method in class twaver.swing.RotatableLabel
 
setUnderlineVisible(boolean) - Method in class twaver.swing.RotatableLabel
 
setUnit(String) - Method in class twaver.chart.AbstractChart
Sets a new unit for the value text.
setUnit(String) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setup() - Method in class twaver.network.NetworkPrinter
Setup the printer job.
setUpdateDuration(int) - Method in class twaver.SpringLayouter
Sets the update duration of spring layout parameter which will affect the balance time consumed for layout.
setUpdateFollowerLocationWithHost(boolean) - Static method in class twaver.TWaverUtil
 
setUpdateInterval(int) - Method in class twaver.network.OverviewPane
Set overview repaint time interval.
setUpdateLayoutRectOnResized(boolean) - Method in class twaver.network.CloudLayouter
 
setUpdateSortOnPropertyChanged(boolean) - Method in class twaver.tree.TTree
 
setUpperLimit(double) - Method in class twaver.chart.AbstractChart
Sets a new upper limit for this chart, the UpperLimit is the maximal scale value for the y-axis.
setUpperLimit(double) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new upper limit for this chart, the UpperLimit is the maximal scale value for the y-axis.
setUseBase64(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets whether this svg use base64 to export image
setUseCDATA(boolean) - Method in class twaver.web.svg.network.SVGContext
Sets whether use CDATA
setUserObject(Object) - Method in class twaver.AbstractElement
Sets new user object.
setUserObject(Object) - Method in class twaver.DataBoxEvent
Set the user object of this event.
setUserObject(Object) - Method in interface twaver.Element
Sets new user object.
setUserObject(Object) - Method in class twaver.network.InteractionEvent
Set user object for this event.
setUserPropertyKey(String) - Method in class twaver.ElementAttribute
Sets the user property key.
setValue(double) - Method in class twaver.chart.Bubble
Sets the value of the bubble.
setValue(double) - Method in class twaver.chart.Item
Sets a new value for the item.
setValue(double) - Method in class twaver.chart.Marker
Sets a new value for the marker.
setValue(Object) - Method in class twaver.table.editor.ActionTableCellEditor
 
setValue(Object) - Method in class twaver.table.renderer.DateRenderer
 
setValue(Object) - Method in class twaver.table.renderer.ElementRenderer
 
setValue(Object) - Method in class twaver.table.renderer.FontRenderer
 
setValue(Object) - Method in class twaver.table.renderer.IconRenderer
 
setValue(Object) - Method in class twaver.table.renderer.IconURLRenderer
 
setValue(Object) - Method in class twaver.table.renderer.InsetsRenderer
 
setValue(Object) - Method in class twaver.table.renderer.NumberRenderer
 
setValue(Object) - Method in class twaver.table.renderer.PointRenderer
 
setValueAt(Object, int, int) - Method in class twaver.table.TTableModel
Sets the object value for the cell at columnIndex and rowIndex.
setValueList(List) - Method in class twaver.chart.Item
Sets a new value list for the item.
setValueSpanCount(int) - Method in class twaver.chart.BubbleChart
Sets a new span count of the value.
setValueSpanCount(int) - Method in class twaver.chart.LineChart
Sets a new span count of the value.
setValueSpanCount(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setValueSpanCount(int) - Method in class twaver.web.svg.chart.SVGBubbleChart
Sets a new span count of the value.
setValueTextCenter(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the value text should be shown in the center of the chart.
setValueTextCenter(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setValueTextColor(Color) - Method in class twaver.chart.AbstractChart
Sets a new color for the value text.
setValueTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
setValueTextFont(Font) - Method in class twaver.chart.AbstractChart
Sets a new font for the value text.
setValueTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets a new font for the value text.
setValueTextPercent(boolean) - Method in class twaver.chart.PieChart
Sets whether the value text percent of this chart should be shown on view component.
setValueTextPercent(boolean) - Method in class twaver.web.svg.chart.SVGPieChart
Sets whether the value text percent of this chart should be shown on view component.
setValueTextPosition(int) - Method in class twaver.chart.AbstractChart
Sets the position of the value text.
setValueTextPosition(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the position of the value text.
setValueTextPositionScale(double) - Method in class twaver.chart.PieChart
 
setValueTextPositionScale(double) - Method in class twaver.web.svg.chart.SVGPieChart
 
setValueTextVisible(boolean) - Method in class twaver.chart.AbstractChart
Sets whether the value text is visible.
setValueTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets whether the value text is visible.
setVersion(String) - Method in class twaver.DataBoxContext
Sets the version string.
setVersion(String) - Method in class twaver.TDataBox
Sets the version for this data box.
setVGap(int) - Method in class twaver.swing.TableLayout
Sets the vertical gap between rows.
setViewBorder(boolean) - Method in class twaver.network.OverviewPane
Determine whether display view border.
setViewBorderColor(Color) - Method in class twaver.network.OverviewPane
Set overview border color.
setViewMask(boolean) - Method in class twaver.network.OverviewPane
Determine whether overview has a translucent mask
setViewMaskColor(Color) - Method in class twaver.network.OverviewPane
Set overview translucent mask color.
setViewPoint(Point) - Method in class twaver.LinkSubNetwork
Set the view point of this subnetwork.
setViewPoint(Point) - Method in class twaver.network.TNetwork
Sets a new top level topology's view port.
setViewPoint(Point) - Method in class twaver.ShapeSubNetwork
Set the view point of this subnetwork.
setViewPoint(Point) - Method in class twaver.SubNetwork
Set the view point of this subnetwork.
setViewPoint(Point) - Method in interface twaver.TSubNetwork
Sets the view point of this subnetwork.
setVisible(boolean) - Method in class twaver.AbstractElement
Sets whether this element should be shown on view component.
setVisible(boolean) - Method in class twaver.Branch
Change the visible value of this branch.
setVisible(boolean) - Method in interface twaver.Element
Sets whether this element should be shown on view component.
setVisible(boolean) - Method in class twaver.ElementAttribute
Sets whether this attribute is visible.
setVisible(boolean) - Method in class twaver.Layer
Sets whether this layer is visible.
setVisible(boolean) - Method in class twaver.Segment
Set whether this segment is visible.
setVisible(boolean) - Method in class twaver.table.TTableColumn
Determine whether this table column is visible on table.
setVisible(boolean) - Method in class twaver.web.table.TWebTableColumn
Determine whether this table column is visible on table.
setVisibleFilter(VisibleFilter) - Method in class twaver.AlarmStateStatistics
Sets a new visible filter for this alarm statistic.
setVisibleFilter(VisibleFilter) - Method in class twaver.SpringLayouter
Sets the visible filter for this spring layouter to make some elements will not participate in doing layout.
setVisibleFilter(VisibleFilter) - Method in class twaver.table.TAlarmOverview
Sets the visible filter for alarm state statistics.
setWebImageFilePath(String) - Method in class twaver.web.TWebTree
 
setWebImageUrlPrefix(String) - Method in class twaver.web.TWebTree
 
setWheelZoomIncrement(double) - Method in class twaver.network.zoom.PhysicalZoomer
Change the mouse wheel zoom increment value.
setWheelZoomIncrement(double) - Method in interface twaver.network.zoom.Zoomer
Change the mouse wheel zoom increment value.
setWidth(int) - Method in class twaver.ElementAttribute
Sets the preferred column width of this property.
setWidth(int) - Method in class twaver.network.ui.ComponentAttachment
 
setWidth(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setWidthSize(int) - Method in interface twaver.Resizable
Set the width value for this resizable element.
setWidthSize(int) - Method in class twaver.ResizableNode
Set the width value for this resizable element.
setWithAlarm(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save alarms of alarm model.
setWithAlarmId(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save alarm's id value.
setWithAlarmState(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save alarm state of element.
setWithBusinessObject(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save the business object of element.
setWithDataBoxBackground(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save background of data box.
setWithDataBoxClientProperty(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save client properties of data box.
setWithDataBoxID(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save id value of data box.
setWithDataBoxName(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save the name of data box.
setWithDataBoxVersion(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save version string of data box.
setWithElementId(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save element's id value.
setWithExpandPane(boolean) - Method in class twaver.swing.FullScreenSupport
 
setWithLayers(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save layers of layer model.
setWithUserProperty(boolean) - Method in class twaver.DataBoxOutputSetting
Sets whether to save the user properties of element.
setWriteMethod(String) - Method in class twaver.ElementAttribute
Sets the write method name used to set value for this property.
setWriteMethod(Method) - Method in class twaver.table.TTableColumn
Set the write method used to set column bound property value.
setWriteMethod(Method) - Method in class twaver.web.table.TWebTableColumn
Set the write method used to set column bound property value.
setX(double) - Method in class twaver.chart.Bubble
Sets the x value of the bubble , X value is used to set the position of the bubble along x axis.
setX(int) - Method in class twaver.chart.LabelStruct
 
setXAxisFillColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new fill color of the x-axis, the fill color is useful only when the shadowOffset>0.
setXAxisFillColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the fill color of the x axis.
setXAxisFillColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisFillColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the fill color of the x axis.
setXAxisOutlineColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new outline color for the x-axis, the outline color is useful only when the xAxisStroke!=null
setXAxisOutlineColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the outline color of the x axis.
setXAxisOutlineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisOutlineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the outline color of the x axis.
setXAxisStartPosition(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the start value for the x axis.
setXAxisStartPosition(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the start value for the x axis.
setXAxisStroke(String) - Method in class twaver.chart.AbstractScaleChart
Sets a new stroke for the x-axis.
setXAxisStroke(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the stroke for the x axis.
setXAxisStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the stroke for the x axis.
setXAxisText(String) - Method in class twaver.chart.AbstractScaleChart
Sets a new text for the x-axis.
setXAxisText(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text for the x axis.
setXAxisText(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets the text for the x axis.
setXAxisText(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text for the x axis.
setXAxisTextColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new color for the text of the x-axis.
setXAxisTextColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text color for the x axis.
setXAxisTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new color for the text of the x-axis.
setXAxisTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text color for the x axis.
setXAxisTextFont(Font) - Method in class twaver.chart.AbstractScaleChart
Sets a new font for the x-axis text.
setXAxisTextFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text font for the x axis.
setXAxisTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text font for the x axis.
setXAxisUnit(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the unit for the x axis.
setXAxisUnit(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the unit for the x axis.
setXAxisUnitColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the color for the unit of the x axis.
setXAxisUnitColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the color for the unit of the x axis.
setXAxisUnitFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets new font for the x axis unit.
setXAxisUnitFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets new font for the x axis unit.
setXAxisUnitVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the unit of the x axis is visible.
setXAxisUnitVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the unit of the x axis is visible.
setXAxisValue(double) - Method in class twaver.chart.AbstractScaleChart
Sets a new value for the x-axis.
setXAxisValue(double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the x-axis should be visible.
setXAxisVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the x axis should be visible.
setXAxisVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXAxisVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the x axis should be visible.
setXGap(int) - Method in class twaver.chart.AbstractChart
Sets the margin space of the chart panel on x coordinate.
setXGap(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the margin space of the chart panel on x coordinate.
setXMLInterceptor(XMLInterceptor) - Static method in class twaver.TWaverUtil
Sets a new XMLInterceptor object.
setXOffset(int) - Method in class twaver.chart.Marker
Sets a new offset for the text along x-axis.
setXOffset(int) - Method in class twaver.network.ui.ComponentAttachment
 
setXOffset(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setXScaleHideValueIndex(List) - Method in class twaver.chart.AbstractXYScaleChart
Sets the hide scale value index in x axis.
setXScaleHideValueIndex(List) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the hide scale value index in x axis.
setXScaleLineColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the color for the scale line in x axis.
setXScaleLineColor(Color) - Method in class twaver.chart.LineChart
Sets a new color for the scale line along the x-axis.
setXScaleLineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the color for the scale line in x axis.
setXScaleLineColor(Color) - Method in class twaver.web.svg.chart.SVGLineChart
Sets a new color for the scale line along the x-axis.
setXScaleLineStroke(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the stroke for the scale line in x axis.
setXScaleLineStroke(String) - Method in class twaver.chart.LineChart
Sets a new stroke for the scale line which is along the x-axis.
setXScaleLineStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the stroke for the scale line in x axis.
setXScaleLineStroke(String) - Method in class twaver.web.svg.chart.SVGLineChart
Sets a new stroke for the scale line which is along the x-axis.
setXScaleLineVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the scale line in x axis should be visible.
setXScaleLineVisible(boolean) - Method in class twaver.chart.LineChart
Sets whether the scale line along the x-axis should be visible.
setXScaleLineVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the scale line in x axis should be visible.
setXScaleLineVisible(boolean) - Method in class twaver.web.svg.chart.SVGLineChart
Sets whether the scale line along the x-axis should be visible.
setXScaleMaxValue(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the maximal scale value for the x axis.
setXScaleMaxValue(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the maximal scale value for the x axis.
setXScaleMinValue(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the minimal scale value for the x axis.
setXScaleMinValue(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the minimal scale value for the x axis.
setXScalePixelGap(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale pixel gap for the x axis.
setXScalePixelGap(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale pixel gap for the x axis.
setXScaleTextColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new color for the scale text which is along the x-axis.
setXScaleTextColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale text color for the x axis.
setXScaleTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new color for the scale text which is along the x-axis.
setXScaleTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale text color for the x axis.
setXScaleTextFont(Font) - Method in class twaver.chart.AbstractScaleChart
Sets a new font for the the scale text which is along the x-axis.
setXScaleTextFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale text font of the a axis.
setXScaleTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXScaleTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale text font of the a axis.
setXScaleTextFormat(NumberFormat) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale text format for the x axis.
setXScaleTextFormat(NumberFormat) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale text format for the x axis.
setXScaleTextList(List) - Method in class twaver.chart.AbstractScaleChart
Sets a new list for the scale text which is painted along the x-axis.
setXScaleTextList(List) - Method in class twaver.chart.AbstractXYScaleChart
Sets a new list for the scale text which is painted along the x-axis.
setXScaleTextList(List) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new list for the scale text which is painted along the x-axis.
setXScaleTextList(List) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets a new list for the scale text which is painted along the x-axis.
setXScaleTextOnTop(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the x scale text is on the top of the x axis.
setXScaleTextOnTop(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the x scale text is on the top of the x axis.
setXScaleTextOrientation(int) - Method in class twaver.chart.AbstractScaleChart
Sets a new orientation for the scale text which is along the x-axis.
setXScaleTextOrientation(int) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text orientation for the scale in x axis.
setXScaleTextOrientation(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new orientation for the scale text which is along the x-axis.
setXScaleTextOrientation(int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text orientation for the scale in x axis.
setXScaleTextSpanCount(int) - Method in class twaver.chart.LineChart
Sets a new span count for the scale text along the x-axis.
setXScaleTextSpanCount(int) - Method in class twaver.web.svg.chart.SVGLineChart
Sets a new span count for the scale text along the x-axis.
setXScaleTextVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the scale text which is along x-axis should be visible.
setXScaleTextVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the scale text of the x axis should be visible.
setXScaleTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setXScaleTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the scale text of the x axis should be visible.
setXScaleValueGap(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale value gap for the x axis.
setXScaleValueGap(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale value gap for the x axis.
setXTranslate(double) - Method in class twaver.chart.AbstractChart
Sets a new distance which will be translated along the x-axis for the graphic panel of the chart panel.
setXZoom(double) - Method in class twaver.chart.AbstractChart
Sets a new zoom value for the chartPane along the x-axis
setY(double) - Method in class twaver.chart.Bubble
Sets the y value of the bubble , Y value is used to set the position of the bubble along y axis.
setY(int) - Method in class twaver.chart.LabelStruct
 
setYAxisFillColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new fill color for the y-axis, the fill color is useful only when the shadowOffset>0.
setYAxisFillColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the fill color for the y axis.
setYAxisFillColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisFillColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the fill color for the y axis.
setYAxisOutlineColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new outline color for the y-axis,
setYAxisOutlineColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the outline color for the y axis.
setYAxisOutlineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisOutlineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the outline color for the y axis.
setYAxisStartPosition(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the start value for the y axis.
setYAxisStartPosition(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the start value for the y axis.
setYAxisStroke(String) - Method in class twaver.chart.AbstractScaleChart
Sets a new stroke for the y-axis.
setYAxisStroke(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the stroke for the y axis.
setYAxisStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the stroke for the y axis.
setYAxisText(String) - Method in class twaver.chart.AbstractScaleChart
Sets a new text for the y-axis.
setYAxisText(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text for the y axis.
setYAxisText(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisText(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text for the y axis.
setYAxisTextColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new color for the y-axis text.
setYAxisTextColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text color for the y axis.
setYAxisTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text color for the y axis.
setYAxisTextFont(Font) - Method in class twaver.chart.AbstractScaleChart
Sets a new font for the y-axis text.
setYAxisTextFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text font for the y axis.
setYAxisTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text font for the y axis.
setYAxisTextGap(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisTextOrientation(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisUnit(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets the unit of the y axis.
setYAxisUnit(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the unit of the y axis.
setYAxisUnitColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the color for the unit of the y axis.
setYAxisUnitColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the color for the unit of the y axis.
setYAxisUnitFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets the font for the y axis unit.
setYAxisUnitFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the font for the y axis unit.
setYAxisUnitVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the unit of the y axis is visible.
setYAxisUnitVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the unit of the y axis is visible.
setYAxisVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the y-axis should be visible.
setYAxisVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the y axis should be visible.
setYAxisVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYAxisVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the y axis should be visible.
setYGap(int) - Method in class twaver.chart.AbstractChart
Sets the margin space of the chart panel on y coordinate.
setYGap(int) - Method in class twaver.web.svg.chart.AbstractSVGChart
Sets the margin space of the chart panel on y coordinate.
setYOffset(int) - Method in class twaver.chart.Marker
Sets a new offset for the text along y-axis.
setYOffset(int) - Method in class twaver.network.ui.ComponentAttachment
 
setYOffset(int) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
setYScaleHideValueIndex(List) - Method in class twaver.chart.AbstractXYScaleChart
Sets the hide scale value index in y axis.
setYScaleHideValueIndex(List) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the hide scale value index in y axis.
setYScaleLineColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new color for the lines which is in a parallel with x-axis.
setYScaleLineColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the color for the scale line in y axis.
setYScaleLineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleLineColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the color for the scale line in y axis.
setYScaleLineStroke(String) - Method in class twaver.chart.AbstractScaleChart
Sets a new stroke for the scale line which is in a parallel with x-axis.
setYScaleLineStroke(String) - Method in class twaver.chart.AbstractXYScaleChart
Sets new stroke for the scale line in y axis.
setYScaleLineStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleLineStroke(String) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets new stroke for the scale line in y axis.
setYScaleLineVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the scale line which is in a parallel with x-axis is visible.
setYScaleLineVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the scale line in y axis should be visible.
setYScaleLineVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleLineVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the scale line in y axis should be visible.
setYScaleMaxValue(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the maximal value for the y scale.
setYScaleMaxValue(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the maximal value for the y scale.
setYScaleMinTextVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the minimal scale text which is along the y-axis should be visible.
setYScaleMinTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets whether the minimal scale text which is along the y-axis should be visible.
setYScaleMinValue(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the minimal value for the y scale.
setYScaleMinValue(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the minimal value for the y scale.
setYScalePixelGap(int) - Method in class twaver.chart.AbstractScaleChart
Sets a new pixel gap for the scale along y-axis.
setYScalePixelGap(int) - Method in class twaver.chart.AbstractXYScaleChart
Sets the new scale pixel gap for the y axis.
setYScalePixelGap(int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScalePixelGap(int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the new scale pixel gap for the y axis.
setYScaleTextColor(Color) - Method in class twaver.chart.AbstractScaleChart
Sets a new color for the scale text which is along y-axis.
setYScaleTextColor(Color) - Method in class twaver.chart.AbstractXYScaleChart
Sets the text color for the scale of the y axis.
setYScaleTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new color for the scale text which is along y-axis.
setYScaleTextColor(Color) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the text color for the scale of the y axis.
setYScaleTextFont(Font) - Method in class twaver.chart.AbstractScaleChart
Sets a new font for the scale text which is along y-axis.
setYScaleTextFont(Font) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale text font for the y axis.
setYScaleTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleTextFont(Font) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale text font for the y axis.
setYScaleTextFormat(NumberFormat) - Method in class twaver.chart.AbstractScaleChart
Sets a new number format for the scale text which is along y-axis.
setYScaleTextFormat(NumberFormat) - Method in class twaver.chart.AbstractXYScaleChart
Sets the scale text format for the y axis.
setYScaleTextFormat(NumberFormat) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleTextFormat(NumberFormat) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the scale text format for the y axis.
setYScaleTextInside(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the scale text which is along the y-axis insides the y-axis.
setYScaleTextInside(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the scale text of the y axis should be in in inside.
setYScaleTextInside(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets whether the scale text which is along the y-axis insides the y-axis.
setYScaleTextInside(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the scale text of the y axis should be in in inside.
setYScaleTextVisible(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the scale text which is along y-axis should be visible
setYScaleTextVisible(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the scale text of the y axis should be visible.
setYScaleTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
setYScaleTextVisible(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the scale text of the y axis should be visible.
setYScaleValueGap(double) - Method in class twaver.chart.AbstractScaleChart
Sets a new gap for the scale value which is along the y-axis.
setYScaleValueGap(double) - Method in class twaver.chart.AbstractXYScaleChart
Sets the new scale value gap for the y axis.
setYScaleValueGap(double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets a new gap for the scale value which is along the y-axis.
setYScaleValueGap(double) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets the new scale value gap for the y axis.
setYScaleValueGapAutoCalculate(boolean) - Method in class twaver.chart.AbstractScaleChart
Sets whether the value gap of the y axis should be calculated automatically.
setYScaleValueGapAutoCalculate(boolean) - Method in class twaver.chart.AbstractXYScaleChart
Sets whether the value gap of the y axis should be calculated automatically.
setYScaleValueGapAutoCalculate(boolean) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
Sets whether the value gap of the y axis should be calculated automatically.
setYScaleValueGapAutoCalculate(boolean) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
Sets whether the value gap of the y axis should be calculated automatically.
setYTranslate(double) - Method in class twaver.chart.AbstractChart
Sets a new distance which will be translated along the y-axis for the chartPane of the chart panel.
setYZoom(double) - Method in class twaver.chart.AbstractChart
Sets a new zoom value for the chartPane along the y-axis
setZoom(double) - Method in class twaver.network.zoom.PhysicalZoomer
Set zoom value for this zoomer.
setZoom(double) - Method in interface twaver.network.zoom.Zoomer
Set the zoom factor.
setZoom(double) - Method in class twaver.RotatableNode
 
setZoomer(Zoomer) - Method in class twaver.network.TNetwork
Sets network zoomer, can not be null.
setZoomFactor(double) - Method in class twaver.network.Magnifier
 
setZoomIncrement(double) - Method in class twaver.chart.AbstractChart
Sets a new zoom increment for the chartPane
setZoomIncrement(double) - Method in class twaver.network.zoom.PhysicalZoomer
set the zoom increment value.
setZoomIncrement(double) - Method in interface twaver.network.zoom.Zoomer
set the zoom increment value.
shadowOffset - Variable in class twaver.chart.AbstractChart
 
shadowOffset - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
shape - Variable in class twaver.network.ui.LinkUI
 
shape - Variable in class twaver.ShapeNode
 
SHAPE_ARROW_ABOVE - Static variable in class twaver.TWaverConst
define arrow above shape
SHAPE_ARROW_BELOW - Static variable in class twaver.TWaverConst
define arrow below shape
SHAPE_ARROW_LEFT - Static variable in class twaver.TWaverConst
define arrow left shape
SHAPE_ARROW_RIGHT - Static variable in class twaver.TWaverConst
define arrow right shape
SHAPE_CARD_LEFT - Static variable in class twaver.TWaverConst
define card left shape
SHAPE_CARD_RIGHT - Static variable in class twaver.TWaverConst
define card right shape
SHAPE_CIRCLE - Static variable in class twaver.TWaverConst
define circle shape
SHAPE_DIAMOND - Static variable in class twaver.TWaverConst
define diamond shape
SHAPE_RECTANGLE - Static variable in class twaver.TWaverConst
define rectangle shape
SHAPE_ROUND - Static variable in class twaver.TWaverConst
define round shape
SHAPE_ROUND_RECTANGLE - Static variable in class twaver.TWaverConst
define round rectangle shape
SHAPE_ROUND_RECTANGLE_HALF - Static variable in class twaver.TWaverConst
define round rectangle half shape
SHAPE_ROUND_RECTANGLE_QUARTER - Static variable in class twaver.TWaverConst
define round rectangle quarter shape
SHAPE_ROUND_VAULT - Static variable in class twaver.TWaverConst
define round vault shape
SHAPE_ROUND_VAULT_HALF - Static variable in class twaver.TWaverConst
define round vault quarter shape
SHAPE_ROUND_VAULT_QUARTER - Static variable in class twaver.TWaverConst
define round vault quarter shape
SHAPE_STAR - Static variable in class twaver.TWaverConst
define star shape
SHAPE_TAIL_ABOVE - Static variable in class twaver.TWaverConst
define tail above shape
SHAPE_TAIL_BELOW - Static variable in class twaver.TWaverConst
define tail below shape
SHAPE_TAIL_LEFT - Static variable in class twaver.TWaverConst
define tail left shape
SHAPE_TAIL_RIGHT - Static variable in class twaver.TWaverConst
define tail right shape
SHAPE_TRIANGLE - Static variable in class twaver.TWaverConst
define triangle shape
SHAPE_WAVE_LEFT - Static variable in class twaver.TWaverConst
define wave left shape
SHAPE_WAVE_RIGHT - Static variable in class twaver.TWaverConst
define wave right shape
shapeFactory - Variable in class twaver.network.ui.BaseElementUI
 
ShapeImage - Class in twaver
 
ShapeImage() - Constructor for class twaver.ShapeImage
Create a shape image
ShapeImage(Object) - Constructor for class twaver.ShapeImage
Create a shape image by given node id.
ShapeImageUI - Class in twaver.network.ui
 
ShapeImageUI(TNetwork, ShapeImage) - Constructor for class twaver.network.ui.ShapeImageUI
 
ShapeLink - Class in twaver
 
ShapeLink() - Constructor for class twaver.ShapeLink
Creates a link object.
ShapeLink(Object) - Constructor for class twaver.ShapeLink
Creates a link object with given id.
ShapeLink(Node, Node) - Constructor for class twaver.ShapeLink
Creates a link object by given from node and to node.
ShapeLink(Object, Node, Node) - Constructor for class twaver.ShapeLink
Creates a link object between from node and to node with given id.
SHAPELINK_ADD - Static variable in class twaver.UndoRedoEvent
 
SHAPELINK_BEZIER_CURVE - Static variable in class twaver.TWaverConst
 
SHAPELINK_MOVE - Static variable in class twaver.UndoRedoEvent
 
SHAPELINK_ORTHOGONAL_LINE - Static variable in class twaver.TWaverConst
 
SHAPELINK_QUADRATIC_CURVE - Static variable in class twaver.TWaverConst
 
SHAPELINK_REMOVE - Static variable in class twaver.UndoRedoEvent
 
SHAPELINK_STRAIGHT_LINE - Static variable in class twaver.TWaverConst
 
ShapeLinkBorderUI - Class in twaver.network.ui
 
ShapeLinkBorderUI(ShapeLinkUI) - Constructor for class twaver.network.ui.ShapeLinkBorderUI
 
ShapeLinkSVGUI - Class in twaver.web.svg.network.ui
 
ShapeLinkSVGUI(TSVGNetwork, ShapeLink) - Constructor for class twaver.web.svg.network.ui.ShapeLinkSVGUI
Create a shape link svg ui with the given network and the shape link.
shapeLinkType - Variable in class twaver.ShapeLink
 
ShapeLinkUI - Class in twaver.network.ui
 
ShapeLinkUI(TNetwork, ShapeLink) - Constructor for class twaver.network.ui.ShapeLinkUI
 
ShapeNode - Class in twaver
This class defines a node comes with a set of control points, the points will be used to create a shape painted on network component to represent the node.
ShapeNode() - Constructor for class twaver.ShapeNode
Create a shape node
ShapeNode(Object) - Constructor for class twaver.ShapeNode
Create a shape node by given node id.
SHAPENODE_ADD - Static variable in class twaver.UndoRedoEvent
 
SHAPENODE_BEZIER_CURVE - Static variable in class twaver.TWaverConst
 
SHAPENODE_CLOSE_BEZIER_CURVE - Static variable in class twaver.TWaverConst
 
SHAPENODE_CLOSE_QUADRATIC_CURVE - Static variable in class twaver.TWaverConst
 
SHAPENODE_CLOSE_STRAIGHT_LINE - Static variable in class twaver.TWaverConst
 
SHAPENODE_ELLIPSE - Static variable in class twaver.TWaverConst
 
SHAPENODE_MOVE - Static variable in class twaver.UndoRedoEvent
 
SHAPENODE_NONE - Static variable in class twaver.TWaverConst
 
SHAPENODE_ORTHOGONAL_LINE - Static variable in class twaver.TWaverConst
 
SHAPENODE_QUADRATIC_CURVE - Static variable in class twaver.TWaverConst
 
SHAPENODE_REMOVE - Static variable in class twaver.UndoRedoEvent
 
SHAPENODE_ROUND - Static variable in class twaver.TWaverConst
 
SHAPENODE_STRAIGHT_LINE - Static variable in class twaver.TWaverConst
 
ShapeNodeBorderUI - Class in twaver.network.ui
 
ShapeNodeBorderUI(ShapeNodeUI) - Constructor for class twaver.network.ui.ShapeNodeBorderUI
 
ShapeNodeSVGUI - Class in twaver.web.svg.network.ui
 
ShapeNodeSVGUI(TSVGNetwork, ShapeNode) - Constructor for class twaver.web.svg.network.ui.ShapeNodeSVGUI
Create a shape node svg ui with the given network and the shape node.
shapeNodeType - Variable in class twaver.ShapeNode
 
ShapeNodeUI - Class in twaver.network.ui
 
ShapeNodeUI(TNetwork, ShapeNode) - Constructor for class twaver.network.ui.ShapeNodeUI
 
ShapeStruct - Class in twaver.chart
 
ShapeStruct(Shape, Element, String, Shape, int) - Constructor for class twaver.chart.ShapeStruct
 
shapeStructs - Variable in class twaver.chart.AbstractChart
 
ShapeSubNetwork - Class in twaver
 
ShapeSubNetwork() - Constructor for class twaver.ShapeSubNetwork
Create a ShapeSubNetwork instance
ShapeSubNetwork(Object) - Constructor for class twaver.ShapeSubNetwork
Create a ShapeSubNetwork instance with given id.
ShapeSubNetwork(Shape) - Constructor for class twaver.ShapeSubNetwork
Creates a ShapeSubNetwork instance with given shape.
ShapeSubNetwork(Object, Shape) - Constructor for class twaver.ShapeSubNetwork
Create a ShapeSubNetwork instance with given id and shape.
ShapeSubNetworkSVGUI - Class in twaver.web.svg.network.ui
 
ShapeSubNetworkSVGUI(TSVGNetwork, ShapeSubNetwork) - Constructor for class twaver.web.svg.network.ui.ShapeSubNetworkSVGUI
Create a shape node svg ui with the given network and the shape node.
sheet - Variable in class twaver.table.TPropertySheetPane
 
SHEET_CATEGORY_FONT_BOLD - Static variable in class twaver.TWaverConst
 
SHEET_CATEGORY_SORTING_COMPARATOR - Static variable in class twaver.TWaverConst
 
SHEET_DESCRIPTION_VISIBLE - Static variable in class twaver.TWaverConst
 
SHEET_EDITABLE - Static variable in class twaver.TWaverConst
 
SHEET_ENABLE_CATEGORY_INTERACTION - Static variable in class twaver.TWaverConst
 
SHEET_FILL_INDENT - Static variable in class twaver.TWaverConst
 
SHEET_INDENT_OPAQUE - Static variable in class twaver.TWaverConst
 
SHEET_MODE - Static variable in class twaver.TWaverConst
 
SHEET_PROPERTY_DISTINCT_LEVEL - Static variable in class twaver.TWaverConst
 
SHEET_PROPERTY_EXTRA_INDENT - Static variable in class twaver.TWaverConst
 
SHEET_PROPERTY_SORTING_COMPARATOR - Static variable in class twaver.TWaverConst
 
SHEET_RESTORE_CATEGORY_STATE - Static variable in class twaver.TWaverConst
 
SHEET_SHOW_VALUE_IN_DESCRIPTION - Static variable in class twaver.TWaverConst
 
SHEET_SINGLE_ROOT_CATEGORY_VISIBLE - Static variable in class twaver.TWaverConst
 
SHEET_SORTING_ASCENDING - Static variable in class twaver.TWaverConst
 
SHEET_SORTING_CATEGORIES - Static variable in class twaver.TWaverConst
 
SHEET_SORTING_PROPERTIES - Static variable in class twaver.TWaverConst
 
Shelf - Class in twaver
This Shelf class models an equipment shelf element, which is a physical shelf for telecom equipment.
Shelf() - Constructor for class twaver.Shelf
Create an equipment shelf object
Shelf(Object) - Constructor for class twaver.Shelf
Create an equipment shelf object by given id.
ShelfSVGUI - Class in twaver.web.svg.network.ui
 
ShelfSVGUI(TSVGNetwork, Shelf) - Constructor for class twaver.web.svg.network.ui.ShelfSVGUI
Create a shelf svg ui with the given network and the shelf.
ShelfUI - Class in twaver.network.ui
This class defines an ui which uses to paint Shelf element.
ShelfUI(TNetwork, Shelf) - Constructor for class twaver.network.ui.ShelfUI
Constructs shelf ui by given network and shelf.
ShortEditor - Class in twaver.table.editor
This is an editor for editing short value.
ShortEditor() - Constructor for class twaver.table.editor.ShortEditor
 
ShortEditor(String) - Constructor for class twaver.table.editor.ShortEditor
 
SHOW - Static variable in class twaver.network.ui.ComponentAttachment
 
SHOW - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
showDialog(Component, String, Font) - Static method in class twaver.table.editor.FontChooser
Shows a modal font-chooser dialog and blocks until the dialog is hidden.
showFullScreen() - Method in class twaver.network.TNetwork
Calls this method to display network canvas in full screen mode.
showFullScreen() - Method in class twaver.swing.FullScreenSupport
 
showPopupComponet(Component, Component, Point) - Static method in class twaver.TWaverUtil
Popup a component on parent component at given location.
showSelector() - Method in class twaver.swing.TDropDownSelector
 
SHRINK - Static variable in class twaver.network.ui.ComponentAttachment
 
SHRINK - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
SIGNAL_LABEL_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Siganl label mismatch'.
SIGNAL_QUALITY_EVALUATION_FAULT - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Signal quality evaluation fault'.
SIMPLE_TOOLBAR - Static variable in class twaver.TWaverConst
define simple toolbar
sin() - Method in class twaver.StraightLine
 
SingleFiledLayout - Class in twaver.swing
SingleFiledLayout lays out components singled filed.
SingleFiledLayout() - Constructor for class twaver.swing.SingleFiledLayout
Constructs an instance of SingleFiledLayout that will align components in a column using the default gap and LEFT justification.
SingleFiledLayout(int) - Constructor for class twaver.swing.SingleFiledLayout
Constructs an instance of SingleFiledLayout using the default gap and LEFT or TOP justification.
SingleFiledLayout(int, int) - Constructor for class twaver.swing.SingleFiledLayout
Constructs an instance of SingleFiledLayout.
SingleFiledLayout(int, int, int) - Constructor for class twaver.swing.SingleFiledLayout
Constructs an instance of SingleFiledLayout.
singleRootVisibleButton - Variable in class twaver.table.TPropertySheetPane
 
size() - Method in class twaver.AlarmModel
return the total number of the alarms in the alarm model.
size() - Static method in class twaver.AlarmSeverity
Gets the count of defined alarm severities.
size() - Method in interface twaver.DataBoxSelectionModel
Return the total number of current selection model.
size() - Method in class twaver.LayerModel
Return the total number of layers in the model.
size() - Method in class twaver.network.CloudLayouter
 
size - Variable in class twaver.ResizableNode
 
size() - Method in class twaver.TDataBox
Returns the total number of elements this databox contained.
sleep - Variable in class twaver.animate.Animate
 
Slot - Class in twaver
This Slot class models an equipment slot element, which is a physical slot for telecom equipment.
Slot() - Constructor for class twaver.Slot
Creates a Slot instance.
Slot(Object) - Constructor for class twaver.Slot
Creates a Slot instance with a specified id.
SlotSVGUI - Class in twaver.web.svg.network.ui
 
SlotSVGUI(TSVGNetwork, Slot) - Constructor for class twaver.web.svg.network.ui.SlotSVGUI
Create a slot svg ui with the given network and the slot.
SlotUI - Class in twaver.network.ui
This class defines an ui which uses to paint Slot element.
SlotUI(TNetwork, Slot) - Constructor for class twaver.network.ui.SlotUI
Constructs slot ui by given network and slot.
SLOW - Static variable in class twaver.network.DraggingSpeed
the slow dragging speed
SMOKE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Smoke'.
SOFTWARE_DOWNLOAD_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Software download failure'.
SOFTWARE_ENVIRONMENT_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Software environment problem'.
SOFTWARE_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Software error'.
SOFTWARE_PROGRAM_ABNORMALLY_TERMINATED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Software program abnormality terminated'.
SOFTWARE_PROGRAM_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Software program error'.
SORT_ASCENDING - Static variable in class twaver.table.TTableModel
Indicate ascending column sorting
SORT_COLUMN - Static variable in class twaver.table.TTableModelEvent
Indicate a column has been sorted.
SORT_DESCENDING - Static variable in class twaver.table.TTableModel
Indicate descending column sorting
SORT_NONE - Static variable in class twaver.table.TTableModel
Indicate no column sorting
sortButton - Variable in class twaver.table.TPropertySheetPane
 
sortColumn(String, int) - Method in class twaver.table.TTableModel
Sorts column by column name
sortColumn(String, int, boolean) - Method in class twaver.table.TTableModel
Sort column.
sortColumn(TTableColumn, int, boolean) - Method in class twaver.table.TTableModel
Sort column.
sortColumn(int, boolean) - Method in class twaver.table.TTableModel
Sorts column.
sortColumnList - Variable in class twaver.table.TTableModel
 
sortComparator - Variable in class twaver.chart.AbstractChart
 
sortComparator - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
sortNoneColumn() - Method in class twaver.table.TTable
Calls this method to cancel columns sorting.
sortNoneColumn() - Method in class twaver.table.TTableModel
Calls this method to cancel columns sorting.
sourceBounds - Variable in class twaver.network.inputhandler.LazyMoveInputHandler
 
SOUTH - Static variable in class twaver.swing.TExpandPane
 
spinner - Variable in class twaver.table.editor.SpinnerDateEditor
 
SpinnerDateEditor - Class in twaver.table.editor
This is an editor for editing date value.
SpinnerDateEditor() - Constructor for class twaver.table.editor.SpinnerDateEditor
 
SpinnerDateEditor(String, String) - Constructor for class twaver.table.editor.SpinnerDateEditor
 
SpinnerDateEditor(String, String, String) - Constructor for class twaver.table.editor.SpinnerDateEditor
 
SpinnerDateEditor(String, String, String, String) - Constructor for class twaver.table.editor.SpinnerDateEditor
 
SpinnerEnumTypeEditor - Class in twaver.table.editor
This is an enum editor with a Swing JSpinner component.
SpinnerEnumTypeEditor(String) - Constructor for class twaver.table.editor.SpinnerEnumTypeEditor
 
SpinnerEnumTypeEditor(String, String) - Constructor for class twaver.table.editor.SpinnerEnumTypeEditor
 
SpinnerNumberEditor - Class in twaver.table.editor
This is n editor for all kinds numbers with a Swing JSpinner component.
SpinnerNumberEditor() - Constructor for class twaver.table.editor.SpinnerNumberEditor
 
SpinnerNumberEditor(String, String) - Constructor for class twaver.table.editor.SpinnerNumberEditor
 
SpinnerNumberEditor(String, String, String) - Constructor for class twaver.table.editor.SpinnerNumberEditor
 
splitValue - Variable in class twaver.network.ui.LinkUI
 
SpringLayouter - Class in twaver
The SpringLayouter is designed for elements to do layout automatically on network canvas with spring arithmetic.
SpringLayouter(TDataBox, boolean) - Constructor for class twaver.SpringLayouter
Creates a SpringLayouter instance with specified data box.
SS7_PROTOCOL_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'SS7 protocol failure'.
start() - Method in class twaver.AbstractPropertyPropagator
Start listen in the box and propagate the element's property change event
start() - Method in class twaver.animate.Animate
 
start() - Method in class twaver.network.CloudLayouter
 
start(boolean) - Method in class twaver.network.CloudLayouter
 
start() - Method in interface twaver.PropertyPropagator
Start listen in the box and propagate the element's property change event,
start() - Method in class twaver.SpringLayouter
Calls this method to start doing layout of elements in data box.
start(String) - Method in class twaver.TaskScheduler
 
startBatch() - Method in class twaver.AlarmModel
 
startBatch() - Method in interface twaver.Batchable
Starts a batch of modifications.
startBatch() - Method in class twaver.TDataBox
Starts a batch of modifications.
startEditing(String, Point, JComponent) - Method in class twaver.swing.LabelInputField
 
startEditingAtElement(Element) - Method in class twaver.network.TNetwork
Starts to edit the label of given element.
startEditingAtElement(Element) - Method in class twaver.tree.TTree
Start to edit the specified element.
startIndex - Variable in class twaver.chart.AbstractScaleChart
 
startIndex - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
startLabelEditing() - Method in class twaver.network.ui.LabelAttachment
Edit label
stateOutlineInsets - Variable in class twaver.network.ui.AbstractElementUI
 
step(int) - Method in class twaver.animate.Animate
 
step(int, Element, Object, Object) - Method in class twaver.animate.AnimateCenterLocation
 
step(int) - Method in class twaver.animate.AnimateComponentAttachment
 
step(int) - Method in class twaver.animate.AnimateDelete
 
step(int, Element, Object, Object) - Method in class twaver.animate.AnimateLocation
 
step(int) - Method in class twaver.animate.AnimateProperty
 
step(int, Element, Object, Object) - Method in class twaver.animate.AnimateProperty
 
step(int, Element, Object, Object) - Method in class twaver.animate.AnimateResize
 
step(int) - Method in class twaver.animate.AnimateSubNetwork
 
stepSize - Variable in class twaver.animate.Animate
 
stop() - Method in class twaver.AbstractPropertyPropagator
Stop listen in the box and stop propagate the element's property change event
stop() - Method in class twaver.network.CloudLayouter
 
stop(boolean) - Method in class twaver.network.CloudLayouter
 
stop() - Method in interface twaver.PropertyPropagator
Stop listen in the box and stop propagate the element's property change event,
stop() - Method in class twaver.SpringLayouter
Calls this method to stop doing layout.
stopCellEditing() - Method in class twaver.table.editor.AbstractCellEditor
 
stopTaskScheduler() - Method in class twaver.TaskScheduler
 
stopTaskScheduler() - Static method in class twaver.TWaverUtil
 
STORAGE_CAPACITY_PROBLEM_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Storage capacity problem M.3100'.
StraightLine - Class in twaver
直线(使用两个点来确定一条直线)
StraightLine(Point2D, Point2D) - Constructor for class twaver.StraightLine
 
STRING_BC - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_BH - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_BW - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_BX - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_BY - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_COMMA - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_DEFS_NODE_ID - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_ELEMENT_MOVABLE_FALSE - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_ELEMENT_RESIZABLE_TRUE - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_ELEMENTCLASS - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_ELEMENTID - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_EMPTY - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_EQUAL_SIGN_COMMA - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_GTAG_END - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_GTAG_START - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_ID - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_NONE - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_OUT_G_NODE_ID - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_POINTEVENTS_NONE - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_RIGHT - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_SPACE - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_TOOLTIP - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_USE_XLINK_HREF - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_X - Static variable in class twaver.web.svg.TWaverWebConst
 
STRING_Y - Static variable in class twaver.web.svg.TWaverWebConst
 
StringEditor - Class in twaver.table.editor
This is an editor for editing string value.
StringEditor() - Constructor for class twaver.table.editor.StringEditor
 
StringEditor(String) - Constructor for class twaver.table.editor.StringEditor
 
StringRenderer - Class in twaver.table.renderer
This is a renderer is used to render String object.
StringRenderer() - Constructor for class twaver.table.renderer.StringRenderer
 
StringRenderer(String) - Constructor for class twaver.table.renderer.StringRenderer
 
StringRenderer(String, String) - Constructor for class twaver.table.renderer.StringRenderer
 
StringRenderer - Static variable in class twaver.web.TWebPropertySheet
 
stringToBasicStroke(String) - Static method in class twaver.TWaverUtil
Convert a string to a BasicStroke object
stringToBoolean(String) - Static method in class twaver.TWaverUtil
convert String to Boolean
stringToColor(String) - Static method in class twaver.TWaverUtil
convert a string to Color
stringToDirection(String) - Static method in class twaver.TWaverUtil
Convert a string into a direction object.
stringToFont(String) - Static method in class twaver.TWaverUtil
convert String to Font
stringToInsets(String) - Static method in class twaver.TWaverUtil
Convert a string to Insets
stringToObject(String, Class) - Static method in class twaver.TWaverUtil
conver String to specified class value
stroke - Variable in class twaver.chart.AbstractChart
 
stroke - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
STROKE_DASH_DOT_DOT_MIDDLE - Static variable in class twaver.TWaverConst
dash.dot.dot.middle stroke
STROKE_DASH_DOT_DOT_THICK - Static variable in class twaver.TWaverConst
dash.dot.dot.thick stroke
STROKE_DASH_DOT_DOT_THICKEST - Static variable in class twaver.TWaverConst
dash.dot.dot.thickest stroke
STROKE_DASH_DOT_DOT_THIN - Static variable in class twaver.TWaverConst
dash.dot.dot.thin stroke
STROKE_DASH_DOT_DOT_THINNEST - Static variable in class twaver.TWaverConst
dash.dot.dot.thinnest stroke
STROKE_DASH_DOT_MIDDLE - Static variable in class twaver.TWaverConst
dash dot middle stroke
STROKE_DASH_DOT_THICK - Static variable in class twaver.TWaverConst
dash dot thick stroke
STROKE_DASH_DOT_THICKEST - Static variable in class twaver.TWaverConst
dash dot thickest stroke
STROKE_DASH_DOT_THIN - Static variable in class twaver.TWaverConst
dash dot thin stroke
STROKE_DASH_DOT_THINNEST - Static variable in class twaver.TWaverConst
dash dot thinnest stroke
STROKE_DASH_MIDDLE - Static variable in class twaver.TWaverConst
dash middle stroke
STROKE_DASH_THICK - Static variable in class twaver.TWaverConst
dash thick stroke
STROKE_DASH_THICKEST - Static variable in class twaver.TWaverConst
dash thickest stroke
STROKE_DASH_THIN - Static variable in class twaver.TWaverConst
dash thin stroke
STROKE_DASH_THINNEST - Static variable in class twaver.TWaverConst
dash thinnest stroke
STROKE_DASHARRAY - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_DASHOFFSET - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_DOT_MIDDLE - Static variable in class twaver.TWaverConst
dot middle stroke
STROKE_DOT_THICK - Static variable in class twaver.TWaverConst
dot thick stroke
STROKE_DOT_THICKEST - Static variable in class twaver.TWaverConst
dot thickest stroke
STROKE_DOT_THIN - Static variable in class twaver.TWaverConst
dot thin stroke
STROKE_DOT_THINNEST - Static variable in class twaver.TWaverConst
dot thinnest stroke
STROKE_LINECAP - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_LINEJOIN - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_MITERLIMIT - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_SOLID_0 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_1 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_10 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_11 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_12 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_13 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_14 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_15 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_16 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_17 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_18 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_19 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_2 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_20 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_3 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_4 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_5 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_6 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_7 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_8 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_9 - Static variable in class twaver.TWaverConst
 
STROKE_SOLID_MIDDLE - Static variable in class twaver.TWaverConst
solid middle stroke
STROKE_SOLID_THICK - Static variable in class twaver.TWaverConst
solid thick stroke
STROKE_SOLID_THICKEST - Static variable in class twaver.TWaverConst
solid thickest stroke
STROKE_SOLID_THIN - Static variable in class twaver.TWaverConst
solid thin stroke
STROKE_SOLID_THINNEST - Static variable in class twaver.TWaverConst
solid thinnest stroke
STROKE_SQUARE_MIDDLE - Static variable in class twaver.TWaverConst
square middle stroke
STROKE_SQUARE_THICK - Static variable in class twaver.TWaverConst
square thick stroke
STROKE_SQUARE_THICKEST - Static variable in class twaver.TWaverConst
square thickest stroke
STROKE_SQUARE_THIN - Static variable in class twaver.TWaverConst
square thin stroke
STROKE_SQUARE_THINNEST - Static variable in class twaver.TWaverConst
square thinnest stroke
STROKE_WIDTH - Static variable in class twaver.web.svg.TWaverWebConst
 
STROKE_ZIGZAG_MIDDLE - Static variable in class twaver.TWaverConst
zigzag.middle stroke
STROKE_ZIGZAG_NARROW - Static variable in class twaver.TWaverConst
zigzag.narrow stroke
STROKE_ZIGZAG_NARROWEST - Static variable in class twaver.TWaverConst
zigzag.narrowest stroke
STROKE_ZIGZAG_WIDE - Static variable in class twaver.TWaverConst
zigzag.wide stroke
STROKE_ZIGZAG_WIDEST - Static variable in class twaver.TWaverConst
zigzag.widest stroke
StrokeEditor - Class in twaver.table.editor
This is an editor for editing Java2D stroke value.
StrokeEditor() - Constructor for class twaver.table.editor.StrokeEditor
 
StrokeEditor(String) - Constructor for class twaver.table.editor.StrokeEditor
 
StrokeRenderer - Class in twaver.table.renderer
This is a renderer is used to render Java2D Stroke object.
StrokeRenderer() - Constructor for class twaver.table.renderer.StrokeRenderer
 
StrokeRenderer(String) - Constructor for class twaver.table.renderer.StrokeRenderer
 
styleFactory - Variable in class twaver.network.ui.LinkUI
 
SubNetwork - Class in twaver
Subnetwork is a predefined business object that is used to represent a network layer that all resources is layered logically or geographically.
SubNetwork() - Constructor for class twaver.SubNetwork
Create a subnetwork instance
SubNetwork(Object) - Constructor for class twaver.SubNetwork
Constructs a SubNetwork instance by specified id.
SubNetworkPersistentFilter - Class in twaver
This persistent filter only allow databox to output the elements contained in the specified subnetwork.
SubNetworkPersistentFilter(TSubNetwork) - Constructor for class twaver.SubNetworkPersistentFilter
Create a subnetwork persistent filter.
SubNetworkSVGUI - Class in twaver.web.svg.network.ui
 
SubNetworkSVGUI(TSVGNetwork, SubNetwork) - Constructor for class twaver.web.svg.network.ui.SubNetworkSVGUI
Create a text svg ui with the given network and the text.
SubNetworkUI - Class in twaver.network.ui
This class used to paint SubNetwork element.
SubNetworkUI(TNetwork, SubNetwork) - Constructor for class twaver.network.ui.SubNetworkUI
Default constructor.
sum - Variable in class twaver.chart.AbstractChart
 
sum - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
summary - Variable in class twaver.table.TPageNavigator
 
summaryContext - Variable in class twaver.table.TPageNavigator
 
SummingAlarmPropagator - Class in twaver
This is class is a default implementation for alarm propagator.
SummingAlarmPropagator() - Constructor for class twaver.SummingAlarmPropagator
 
SVG_BACKGROUND_ID - Static variable in interface twaver.network.background.SVGBackground
 
SVGATTACHEMENTCLOSED - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
SVGATTACHEMENTMINIED - Static variable in class twaver.web.svg.network.ui.SVGComponentAttachment
 
SVGAttachment - Interface in twaver.web.svg.network.ui
 
SVGBackground - Interface in twaver.network.background
 
SVGBarChart - Class in twaver.web.svg.chart
 
SVGBarChart() - Constructor for class twaver.web.svg.chart.SVGBarChart
Creates a new SVGBarChart object.
SVGBarChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGBarChart
Creates a SVGBarChart object initialized with an explicit data box.
SVGBarChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGBarChart
Creates a SVGBarChart object initialized with an explicit data box,a title text and a background color.
SVGBarChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGBarChart
Creates a SVGBarChart object initialized with an explicit data box,a title text, a background color and a foreground color.
SVGBlinkingRule - Interface in twaver.web.svg.network
 
SVGBubbleChart - Class in twaver.web.svg.chart
 
SVGBubbleChart() - Constructor for class twaver.web.svg.chart.SVGBubbleChart
Creates a new BubbleChart object
SVGBubbleChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGBubbleChart
Creates a new BubbleChart object initialized an explicit data box
SVGBubbleChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGBubbleChart
Creates a new SVGBubbleChart object initialized with an explicit data box,a title and a background color.
SVGBubbleChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGBubbleChart
Creates a new SVGBubbleChart object initialized with an explicit data box,a title , a background color and a foreground color.
SVGComponentAttachment - Class in twaver.web.svg.network.ui
 
SVGComponentAttachment(String, ElementSVGUI) - Constructor for class twaver.web.svg.network.ui.SVGComponentAttachment
 
SVGContext - Class in twaver.web.svg.network
 
SVGContext() - Constructor for class twaver.web.svg.network.SVGContext
 
SVGDialChart - Class in twaver.web.svg.chart
 
SVGDialChart() - Constructor for class twaver.web.svg.chart.SVGDialChart
 
SVGDialChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGDialChart
 
SVGDialChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGDialChart
 
SVGDialChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGDialChart
 
SVGLineChart - Class in twaver.web.svg.chart
 
SVGLineChart() - Constructor for class twaver.web.svg.chart.SVGLineChart
Creates a LineChart object
SVGLineChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGLineChart
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, String, Color) - Constructor for class twaver.web.svg.chart.SVGLineChart
Creates a LineChart object initialized with an explicit data box,a title text and a background color.
SVGLineChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGLineChart
Creates a LineChart object initialized with an explicit data box,a title text, a background color and a foreground color.
SVGPercentChart - Class in twaver.web.svg.chart
 
SVGPercentChart() - Constructor for class twaver.web.svg.chart.SVGPercentChart
Creates a new SVGPercentChart object.
SVGPercentChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGPercentChart
Creates a new SVGPercentChart object initialized with an explicit data box.
SVGPercentChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGPercentChart
Creates a new SVGPercentChart object initialized with an explicit data box, a title and a background color.
SVGPercentChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGPercentChart
Creates a new SVGPercentChart object initialized with an explicit data box,a title , a background color and a foreground color.
SVGPieChart - Class in twaver.web.svg.chart
 
SVGPieChart() - Constructor for class twaver.web.svg.chart.SVGPieChart
Creates a new PieChart object
SVGPieChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGPieChart
Creates a new PieChart object initialized with an explicit data box.
SVGPieChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGPieChart
Creates a new SVGPieChart object initialized with an explicit data box,a title and a background color.
SVGPieChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGPieChart
Creates a new SVGPieChart object initialized with an explicit data box,a title , a background color and a foreground color.
SVGRadarChart - Class in twaver.web.svg.chart
 
SVGRadarChart() - Constructor for class twaver.web.svg.chart.SVGRadarChart
 
SVGRadarChart(TDataBox) - Constructor for class twaver.web.svg.chart.SVGRadarChart
 
SVGRadarChart(TDataBox, String, Color) - Constructor for class twaver.web.svg.chart.SVGRadarChart
 
SVGRadarChart(TDataBox, String, Color, Color) - Constructor for class twaver.web.svg.chart.SVGRadarChart
 
SVGStruct - Class in twaver.web.svg.network
 
SVGStruct(String, Rectangle) - Constructor for class twaver.web.svg.network.SVGStruct
 
svgXMLNS - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
SYNCHRONISATION_SOURCE_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Synchronisation source mismatch'.
syncSelectionFromDataBoxToView() - Method in class twaver.table.TElementTable
Call this to update selection with databox
syncSelectionFromDataBoxToView() - Method in class twaver.table.TTreeTable
Overridden to consider tree check state
syncSelectionFromViewToDataBox(List) - Method in class twaver.table.TElementTable
Call this method to update selection with table (view)
syncSelectionFromViewToDataBox(List) - Method in class twaver.table.TTreeTable
Overridden to consider tree check state
SYSTEM_CALL_UNSUCCESSFUL - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'System call unsuccessful'.
SYSTEM_RESOURCES_OVERLOAD - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'System resources overload'.

T

table - Variable in class twaver.table.editor.AbstractCanvasEditor
 
table - Variable in class twaver.table.editor.AbstractCellEditor
 
table - Variable in class twaver.table.editor.ActionTableCellEditor
 
table - Variable in class twaver.table.editor.ButtonEditor
 
table - Variable in class twaver.table.editor.StringEditor
 
table - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
table - Variable in class twaver.table.TTableModel
 
TABLE_ALIGNMENT_ALARMSEVERITY - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_BOOLEAN - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_COLOR - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_DATE - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_ELEMENT - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_ENUMTYPE - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_FONT - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_ICON - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_NUMBER - Static variable in class twaver.TWaverConst
 
TABLE_ALIGNMENT_STRING - Static variable in class twaver.TWaverConst
 
TABLE_CLEAR_SELECTION_ON_MARGIN_CLICKED - Static variable in class twaver.TWaverConst
 
TABLE_CONVERSE_INCREASE_ORDER - Static variable in class twaver.TWaverConst
 
TABLE_DISTINCT_SORTABLE_HEADER - Static variable in class twaver.TWaverConst
 
TABLE_ENABLE_RIGHT_CLICK_EVENT - Static variable in class twaver.TWaverConst
 
TABLE_ENABLE_TRISTATE_SORTING - Static variable in class twaver.TWaverConst
 
TABLE_ENSURE_VISIBLE_ON_SELECTED - Static variable in class twaver.TWaverConst
 
TABLE_LAZY_PUBLISH_MODE - Static variable in class twaver.TWaverConst
 
TABLE_LOCAL_SORTABLE - Static variable in class twaver.TWaverConst
 
TABLE_MULTI_COLUMN_SORTABLE - Static variable in class twaver.TWaverConst
 
TABLE_PANEL - Static variable in class twaver.table.TAlarmOverview
Indicate the table panel index
TABLE_SELECTABLE_ON_RIGHT_CLICK - Static variable in class twaver.TWaverConst
 
TABLE_SHOW_PREDEFINED_COLUMNS_IN_POPUPMENU - Static variable in class twaver.TWaverConst
 
TABLE_SHOW_TABLE_HEADER_ICON - Static variable in class twaver.TWaverConst
 
TABLE_SORTABLE - Static variable in class twaver.TWaverConst
 
TABLE_TREE_COLUMN_MOVABLE - Static variable in class twaver.TWaverConst
 
tableColumn - Variable in class twaver.table.TTableModelEvent
 
tableDataChanged(TTableModelEvent) - Method in class twaver.table.TTableAdapter
Called when table data is changed.
tableDataChanged(TTableModelEvent) - Method in interface twaver.table.TTableListener
Called when table data is changed.
TableLayout - Class in twaver.swing
TableLayout is a layout manager that is more powerful than GridBagLayout yet much easier to use.
TableLayout() - Constructor for class twaver.swing.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[][]) - Constructor for class twaver.swing.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[], double[]) - Constructor for class twaver.swing.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[], double[], int, int) - Constructor for class twaver.swing.TableLayout
Constructs an instance of TableLayout.
TableLayout.Entry - Class in twaver.swing
 
TableLayoutConstants - Interface in twaver.swing
TableLayoutConstants define the constants used by all the TableLayout classes.
TableLayoutConstraints - Class in twaver.swing
TableLayoutConstraints binds components to their constraints.
TableLayoutConstraints() - Constructor for class twaver.swing.TableLayoutConstraints
Constructs an TableLayoutConstraints with the default settings.
TableLayoutConstraints(int, int) - Constructor for class twaver.swing.TableLayoutConstraints
Constructs an TableLayoutConstraints a set of constraints.
TableLayoutConstraints(int, int, int, int) - Constructor for class twaver.swing.TableLayoutConstraints
Constructs an TableLayoutConstraints a set of constraints.
TableLayoutConstraints(int, int, int, int, int, int) - Constructor for class twaver.swing.TableLayoutConstraints
Constructs an TableLayoutConstraints a set of constraints.
TableLayoutConstraints(String) - Constructor for class twaver.swing.TableLayoutConstraints
Constructs an TableLayoutConstraints from a string.
tableListeners - Variable in class twaver.table.TTableModel
 
tableModel - Variable in class twaver.table.TTable
 
TablePaging - Interface in twaver.table
This class is a table paging interface.
tag - Variable in class twaver.BaseEquipment
 
tagLinkIndex(Link) - Method in class twaver.TDataBox
Tags all links's bundle index between the given link's fromAgentNode and toAgentNode.
tagLinkIndex(Node, Node) - Method in class twaver.TDataBox
Tags all links's bundle index between the given node1 and node2.
TAlarmOverview - Class in twaver.table
This class defines a TWaver Swing component used to show an overview information for all alarms of connected databox.
TAlarmOverview(TDataBox) - Constructor for class twaver.table.TAlarmOverview
Create alarm overview component connect to the given data box.
TAlarmOverview(TDataBox, List) - Constructor for class twaver.table.TAlarmOverview
Create alarm overview component connect to the given data box.
TAlarmStatTable - Class in twaver.table
This is a table component work with databox, monitoring alarm information for all databox contained elements, collect and display the alarm information in this table.
TAlarmStatTable() - Constructor for class twaver.table.TAlarmStatTable
Create alarm stat table without connected databox.
TAlarmStatTable(TDataBox) - Constructor for class twaver.table.TAlarmStatTable
Create alarm stat table and connect to the specified databox.
TAlarmStatTable(TDataBox, List) - Constructor for class twaver.table.TAlarmStatTable
Create alarm stat table and connect to the specified databox.
TAlarmTable - Class in twaver.table
This class defines a table for displaying alarm objects.
TAlarmTable(TDataBox) - Constructor for class twaver.table.TAlarmTable
Create an alarm table with specified databox.
TAlarmTable(TDataBox, String) - Constructor for class twaver.table.TAlarmTable
Construct alarm table with given databox and table name.
TAlarmTable(TDataBox, TTableColumn[]) - Constructor for class twaver.table.TAlarmTable
Create alarm table with given databox and columns.
Task - Interface in twaver
Task defines a cyclic task executed in Swing and TWaver.
TaskAdapter - Class in twaver
This class is an abstract adapter class for creating a task.
TaskAdapter() - Constructor for class twaver.TaskAdapter
 
TaskScheduler - Class in twaver
TaskScheduler is use to control all TWaver tasks.
TCHART_ANTIALIAS - Static variable in class twaver.TWaverConst
 
TCHART_AREA_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_AREA_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_AREA_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_FILL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_BACKGROUND_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_BAR_BUNDLE_SIZE - Static variable in class twaver.TWaverConst
 
TCHART_BAR_PERCENT_TYPE_VALUE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_BAR_TYPE - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_ALPHA - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_AREA_SELECTABLE - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_SHAPE_BUBBLE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_SHAPE_LINE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_BUBBLE_STYLE - Static variable in class twaver.TWaverConst
 
TCHART_CLEAR_SELECTION_ON_MARGIN_CLICKED - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_ARCRANGE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_BORDER_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_PERCENT_SIZE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_BALL_SIZE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_END_ANGLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_MAX_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_MIN_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_BORDER_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_BORDER_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_FILL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_RING_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_INSIDE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_LENGTH - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_MAJOR_COUNT - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_MINOR_COUNT - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_MINOR_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_MINTEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_STYLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_SCALE_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_START_ANGLE - Static variable in class twaver.TWaverConst
 
TCHART_DIAL_TYPE - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_DOUBLE_CLICK_TO_RESET - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_TOOLTIPTEXT - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_XTRANSLATE - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_XZOOM - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_YTRANSLATE - Static variable in class twaver.TWaverConst
 
TCHART_ENABLE_YZOOM - Static variable in class twaver.TWaverConst
 
TCHART_FORMAT - Static variable in class twaver.TWaverConst
 
TCHART_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_HIGHLIGHT_BACKGROUND - Static variable in class twaver.TWaverConst
 
TCHART_HIGHLIGHT_FOREGROUND - Static variable in class twaver.TWaverConst
 
TCHART_HOLLOW - Static variable in class twaver.TWaverConst
 
TCHART_HOLLOW_PERCENT - Static variable in class twaver.TWaverConst
 
TCHART_ICON_HEIGHT - Static variable in class twaver.TWaverConst
 
TCHART_ICON_WIDTH - Static variable in class twaver.TWaverConst
 
TCHART_INFLEXION_STYLE - Static variable in class twaver.TWaverConst
 
TCHART_INFLEXION_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_INTERRUPTED_WHEN_NULL_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_LAZY_PUBLISH_MODE - Static variable in class twaver.TWaverConst
 
TCHART_LEGEND_FONT - Static variable in class twaver.TWaverConst
 
TCHART_LEGEND_LAYOUT - Static variable in class twaver.TWaverConst
 
TCHART_LEGEND_ORIENTATION - Static variable in class twaver.TWaverConst
 
TCHART_LINE_TYPE - Static variable in class twaver.TWaverConst
 
TCHART_LOWER_LIMIT - Static variable in class twaver.TWaverConst
 
TCHART_MAX_ZOOM - Static variable in class twaver.TWaverConst
 
TCHART_MIN_ZOOM - Static variable in class twaver.TWaverConst
 
TCHART_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_GAP - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_LABEL_CENTER - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_LABEL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_LABEL_FONT - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_LABEL_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_MARKER_POSITION - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_MARKER_START_POSITION - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_SPARE_FILL - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_SPARE_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_PERCENT_TYPE - Static variable in class twaver.TWaverConst
 
TCHART_PIE_3D - Static variable in class twaver.TWaverConst
 
TCHART_PIE_PERCENT_VALUE_FORMAT - Static variable in class twaver.TWaverConst
 
TCHART_PIE_VALUE_TEXT_POSITION_SCALE - Static variable in class twaver.TWaverConst
 
TCHART_POPUP_MENU_GENERATOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AREA_FILL - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_INFLEXION_STYLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_INFLEXION_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_START_ANGLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_TEXT_TOOLTIP_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_AXIS_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_FILL - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_FILL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_FILL_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_FILL_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_FILL_GRADIENT_FACTORY - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_INFLEXION_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_LINE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_MAJOR_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_MAJOR_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_MIN_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_MIN_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_MIN_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_STYLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_RING_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MAJOR_COUNT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MAJOR_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MAJOR_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MAJOR_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MAX_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MIN_COUNT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SCALE_MIN_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SHAPE_FILL_GRADIENT - Static variable in class twaver.TWaverConst
 
TCHART_RADAR_SHAPE_FILL_GRADIENT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_SEGMENT_COUNT - Static variable in class twaver.TWaverConst
 
TCHART_SEGMENT_SECTION_PRORATE - Static variable in class twaver.TWaverConst
 
TCHART_SELECTABLE_ON_RIGHT_CLICK - Static variable in class twaver.TWaverConst
 
TCHART_SELECTED_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_SELECTED_OFFSET - Static variable in class twaver.TWaverConst
 
TCHART_SELECTED_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_SHADOW_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_SHADOW_OFFSET - Static variable in class twaver.TWaverConst
 
TCHART_SPARE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_START_ANGLE - Static variable in class twaver.TWaverConst
 
TCHART_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_TEXT_GAP - Static variable in class twaver.TWaverConst
 
TCHART_THICKNESS - Static variable in class twaver.TWaverConst
 
TCHART_UNIT - Static variable in class twaver.TWaverConst
 
TCHART_UPPER_LIMIT - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_CENTER - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_PERCENT - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_POSITION - Static variable in class twaver.TWaverConst
 
TCHART_VALUE_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_FILL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_START_POSITION - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_START_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_TEXT - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_UNIT - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_UNIT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_UNIT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_UNIT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_XAXIS_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_XGAP - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_HIDE_VALUE_INDEX - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_LINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_LINE_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_LINE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_MAX_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_MIN_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_PIXEL_GAP - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_FORMAT - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_ONTOP - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_ORIENTATION - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_XSCALE_VALUE_GAP - Static variable in class twaver.TWaverConst
 
TCHART_XTRANSLATE - Static variable in class twaver.TWaverConst
 
TCHART_XZOOM - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_FILL_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_OUTLINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_START_POSITION - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_START_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_TEXT - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_UNIT - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_UNIT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_UNIT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_UNIT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_YAXIS_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_YGAP - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_HIDE_VALUE_INDEX - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_LINE_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_LINE_STROKE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_LINE_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_MAX_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_MIN_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_MIN_VALUE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_PIXEL_GAP - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_TEXT_COLOR - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_TEXT_FONT - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_TEXT_FORMAT - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_TEXT_INSIDE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_TEXT_VISIBLE - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_VALUE_GAP - Static variable in class twaver.TWaverConst
 
TCHART_YSCALE_VALUE_GAP_AUTO_CALCULATE - Static variable in class twaver.TWaverConst
 
TCHART_YTRANSLATE - Static variable in class twaver.TWaverConst
 
TCHART_YZOOM - Static variable in class twaver.TWaverConst
 
TCHART_ZOOM_INCREMENT - Static variable in class twaver.TWaverConst
 
TComboBox - Class in twaver.combobox
 
TComboBox() - Constructor for class twaver.combobox.TComboBox
Creates a TComBox instance with a default data box created inside the initialization.
TComboBox(TDataBox) - Constructor for class twaver.combobox.TComboBox
Creates a TComBox instance with a given data box.
TComboBox - Class in twaver.swing
 
TComboBox() - Constructor for class twaver.swing.TComboBox
 
TComboBox(Object[]) - Constructor for class twaver.swing.TComboBox
 
TComboBox(Vector) - Constructor for class twaver.swing.TComboBox
 
TComboBox(ComboBoxModel) - Constructor for class twaver.swing.TComboBox
 
TComboBoxRenderer - Class in twaver.combobox
 
TComboBoxRenderer(TComboBox) - Constructor for class twaver.combobox.TComboBoxRenderer
 
TDataBox - Class in twaver
This class defines a databox container.
TDataBox() - Constructor for class twaver.TDataBox
Creates a data box instance with name "DataBox".
TDataBox(String) - Constructor for class twaver.TDataBox
Create a data box with a given name.
TDataBox(List) - Constructor for class twaver.TDataBox
Create a databox by given list.
TDataBox(String, List) - Constructor for class twaver.TDataBox
Creates a databox instance by given name and list.
TDATABOX - Static variable in class twaver.UndoRedoEvent
 
TDropDownSelector - Class in twaver.swing
 
TDropDownSelector(JComponent, JComponent) - Constructor for class twaver.swing.TDropDownSelector
 
TElementTable - Class in twaver.table
This TWaver table is one of major Swing graphical components for TWaver.
TElementTable() - Constructor for class twaver.table.TElementTable
Default element table constructor.
TElementTable(TDataBox) - Constructor for class twaver.table.TElementTable
Create an element table and connect to specified databox.
TEMPERATURE_UNACCEPTABLE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Temperature unacceptable'.
TERMINAL_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Terminal problem'.
TerminalPoint - Class in twaver
This class defines a terminal point element.
TerminalPoint() - Constructor for class twaver.TerminalPoint
Create terminal point element.
TerminalPoint(Object) - Constructor for class twaver.TerminalPoint
Create a terminal point element by given id.
TERMINATE_EDIT_ON_FOCUS_LOST - Static variable in class twaver.TWaverConst
internal use only
TExpandPane - Class in twaver.swing
 
TExpandPane(JComponent, int) - Constructor for class twaver.swing.TExpandPane
 
TExpandPane(JComponent, int, boolean, boolean) - Constructor for class twaver.swing.TExpandPane
 
TExpandPane(JComponent, int, int, boolean, boolean) - Constructor for class twaver.swing.TExpandPane
 
Text - Class in twaver
The Text is designed to show text content on network canvas.
Text() - Constructor for class twaver.Text
Creates a Text instance.
Text(Object) - Constructor for class twaver.Text
Creates a Text instance with specified id.
TEXT_A_END_REGEX - Static variable in class twaver.web.svg.TWaverWebConst
 
TEXT_A_START_REGEX - Static variable in class twaver.web.svg.TWaverWebConst
 
TextActionTableCellEditor - Class in twaver.table.editor
This editor is a abstract table cell editor for values with a JTextField component.
TextActionTableCellEditor() - Constructor for class twaver.table.editor.TextActionTableCellEditor
 
TextActionTableCellEditor(boolean, boolean, boolean, boolean) - Constructor for class twaver.table.editor.TextActionTableCellEditor
 
TextAreaEditor - Class in twaver.table.editor
This editor use a JTextArea component to text values.
TextAreaEditor() - Constructor for class twaver.table.editor.TextAreaEditor
 
TextAreaRenderer - Class in twaver.table.renderer
 
TextAreaRenderer() - Constructor for class twaver.table.renderer.TextAreaRenderer
 
textAreaRenderer - Variable in class twaver.table.TPropertySheetPane
 
textField - Variable in class twaver.table.editor.TextActionTableCellEditor
 
textGap - Variable in class twaver.chart.AbstractChart
 
textGap - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
TextSVGUI - Class in twaver.web.svg.network.ui
 
TextSVGUI(TSVGNetwork, Text) - Constructor for class twaver.web.svg.network.ui.TextSVGUI
Create a text svg ui with the given network and the text.
TextUI - Class in twaver.network.ui
 
TextUI(TNetwork, Node) - Constructor for class twaver.network.ui.TextUI
 
texture - Variable in class twaver.network.background.TextureBackground
 
TEXTURE_GRID_DIAMOND - Static variable in class twaver.TWaverConst
 
TEXTURE_GRID_SQUARE - Static variable in class twaver.TWaverConst
 
TEXTURE_GRID_TRIANGLE - Static variable in class twaver.TWaverConst
 
TEXTURE_LINE_ANTIDIAGONAL - Static variable in class twaver.TWaverConst
 
TEXTURE_LINE_CROSS - Static variable in class twaver.TWaverConst
 
TEXTURE_LINE_DIAGONAL - Static variable in class twaver.TWaverConst
 
TEXTURE_LINE_HORIZONTAL - Static variable in class twaver.TWaverConst
 
TEXTURE_LINE_VERTICAL - Static variable in class twaver.TWaverConst
 
TEXTURE_STIPPLE_DENSE - Static variable in class twaver.TWaverConst
 
TEXTURE_STIPPLE_LOOSE - Static variable in class twaver.TWaverConst
 
TEXTURE_STIPPLE_MIDDLE - Static variable in class twaver.TWaverConst
 
TextureBackground - Class in twaver.network.background
This class defines a default background for network component.
TextureBackground() - Constructor for class twaver.network.background.TextureBackground
 
TextureBackground(TexturePaint) - Constructor for class twaver.network.background.TextureBackground
Constructor with a input TexturePaint object instead of using createDefaultTexture() to create default one.
TextureBackground(Image) - Constructor for class twaver.network.background.TextureBackground
Constructs a texture background with an Image.
TextureBackground(String) - Constructor for class twaver.network.background.TextureBackground
constructs a texture background with an image URL string.
TextureEditor - Class in twaver.table.editor
 
TextureEditor() - Constructor for class twaver.table.editor.TextureEditor
 
TextureEditor(String) - Constructor for class twaver.table.editor.TextureEditor
 
textureFactory - Variable in class twaver.network.ui.AbstractElementUI
 
TextureRenderer - Class in twaver.table.renderer
 
TextureRenderer() - Constructor for class twaver.table.renderer.TextureRenderer
 
TextureRenderer(String) - Constructor for class twaver.table.renderer.TextureRenderer
 
TGISNetwork - Class in twaver.web.svg.network
Deprecated.
As of TWaver version 3.6 replaced by TWaver WebGISweb.map.SVGMapNetwork
TGISNetwork(TDataBox, double, double, double, double) - Constructor for class twaver.web.svg.network.TGISNetwork
Deprecated.
 
THICK - Static variable in class twaver.network.ui.AbstractBorderUI
 
THIN_INSETS - Static variable in class twaver.TWaverConst
A insets with value (1,1,1,1)
THINNEST_STROKE - Static variable in class twaver.TWaverConst
0 pixel with stroke (new BasicStroke(0)).
threadLocal - Variable in class twaver.SummingAlarmPropagator
Uses threadLocal to avoid propagate method is invoked recursively.
THRESHOLD_CROSSED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Threshold crossed'.
TIF - Static variable in class twaver.table.editor.ImageFileFilter
 
TIFF - Static variable in class twaver.table.editor.ImageFileFilter
 
TIME_DOMAIN_VIOLATION - Static variable in class twaver.AlarmType
Time Domain Violation alarm.
TIMEOUT_EXPIRED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Timeout expired'.
TIMESLOT_HARDWARE_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Timeslot hardware failure'.
TIMING_PROBLEM_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Timing problem M.3100'.
titleLabel - Variable in class twaver.chart.AbstractChart
 
TList - Class in twaver.list
The TList is used to display elements of data box in list structure.
TList() - Constructor for class twaver.list.TList
Creates a TList instance with a default data box created inside the initialization.
TList(TDataBox) - Constructor for class twaver.list.TList
Creates a TList instance with a given data box.
TListCellRenderer - Class in twaver.list
The TListCellRenderer is the default renderer for TList component.
TListCellRenderer(TList) - Constructor for class twaver.list.TListCellRenderer
Creates a TListCellRenderer instance with a TList object.
TNetwork - Class in twaver.network
Network is a graphical swing component used to display elements on a canvas.
TNetwork() - Constructor for class twaver.network.TNetwork
Constructs a TNetwork object initialized with a default data box created inside the initialization.
TNetwork(TDataBox) - Constructor for class twaver.network.TNetwork
Constructs a TNetwork object initialized with an explicit data box.
toAgentLinks - Variable in class twaver.Node
 
toAlarmAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's alarm attachment.
toAlarmAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.PolyLineSVGUI
Gets the svg struct of the element's alarm attachment .
toArrow - Variable in class twaver.network.ui.LinkUI
 
toArrowSVG(SVGContext, StringBuffer, GeneralPath) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
toArrowSVG(SVGContext, StringBuffer, Shape, Rectangle) - Method in class twaver.web.svg.network.ui.ShapeNodeSVGUI
 
toAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's attribute.
toAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.GroupSVGUI
 
toAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
toAttributesSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the element's attribute string.
toBarChartSVG(SVGContext, int, int) - Method in class twaver.web.svg.TSVGAlarmOverview
 
toBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of elements's body.
toBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
Gets the svg struct of elements's body.
toBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.GroupSVGUI
 
toBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
toBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.PolyLineSVGUI
 
toBorderSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's border.
toBounds - Variable in class twaver.web.svg.network.ui.LinkSVGUI
 
toByte(long, int) - Static method in class twaver.TWaverUtil
Converts long value to byte array.
toByteByGZIP(Object) - Static method in class twaver.TWaverUtil
serialize object to bytes by gzip.
toBytes(Object) - Static method in class twaver.TWaverUtil
Serialize an object into byte array.
toCustomDrawBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
Gets the svg struct when the element use custom draw body svg.
toCustomDrawBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.ShapeNodeSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.BaseElementSVGUI
Gets the svg struct when the element use default body svg.
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.BTSAntennaSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.CardSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.GridSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.NodeSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.PolySubNetworkSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.RoundRectSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.ShelfSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.SlotSVGUI
 
toDefaultBodySVG(SVGContext) - Method in class twaver.web.svg.network.ui.TextSVGUI
 
toggleFullScreen() - Method in class twaver.network.TNetwork
Calls this method to switch network mode between full screen and normal mode.
toggleFullScreen() - Method in class twaver.swing.FullScreenSupport
 
toIconAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's icon attachment.
toIconAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.PolyLineSVGUI
Gets the svg struct of the element's icon attachment.
toJarBytes() - Method in class twaver.TDataBox
translate data box to jar bytes format
toJSON() - Method in class twaver.web.table.TWebTable
 
toJSON(int, int) - Method in class twaver.web.table.TWebTable
 
toJSON(int, int) - Method in class twaver.web.TWebElementTable
 
toJSON() - Method in class twaver.web.TWebElementTable
 
toJSON(Element) - Method in class twaver.web.TWebPropertySheet
Export the JSON of TWebPropertySheet for web.
toJSON() - Method in class twaver.web.TWebTree
 
toJSON(Element, boolean, boolean) - Method in class twaver.web.TWebTree
Export the JSON of TWebTree for web.
toJSON() - Method in class twaver.web.TWebTreeTable
 
toLabelAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's label attachment.
toLabelAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.PolyLineSVGUI
Gets the svg struct of the element's label attachment.
toLabelAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.RoundRectSVGUI
 
toLinkFlowingSVG(SVGContext, StringBuffer, String) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
toLinkPathSVG(SVGContext, StringBuffer, String, Color) - Method in class twaver.web.svg.network.ui.LinkSVGUI
 
toLinks - Variable in class twaver.Node
 
toLong(byte[], int) - Static method in class twaver.TWaverUtil
Converts byte array to long value
toMessageAttachmentSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Gets the svg struct of the element's message attachment.
toNode - Variable in class twaver.network.inputhandler.CreateLinkInputHandler
 
toObject(byte[]) - Static method in class twaver.TWaverUtil
Deserialize an object from a byte array.
toObjectByGZIP(byte[]) - Static method in class twaver.TWaverUtil
deserialize bytes to object by gzip The ZIP format, which is record-based, is not really suitable for this job.
toolbar - Variable in class twaver.network.LayerManagerPane
 
toolbar - Variable in class twaver.table.TPropertySheetPane
 
TOOLBAR_BUTTON_GROUP_KEY_PREFIX - Static variable in class twaver.TWaverConst
toolbar button group prefix
TOOLBAR_CREATEFLEXIONLINK - Static variable in class twaver.TWaverConst
define create flexion link button on toolbar
TOOLBAR_CREATELINK - Static variable in class twaver.TWaverConst
define create link button on toolbar
TOOLBAR_CREATELINKSUBNETWORK - Static variable in class twaver.TWaverConst
define create link subnetwork button on toolbar
TOOLBAR_CREATENODE - Static variable in class twaver.TWaverConst
define create node button on toolbar
TOOLBAR_CREATEORTHOGONALLINK - Static variable in class twaver.TWaverConst
define create orthogonal link button on toolbar
TOOLBAR_CREATEPOLY - Static variable in class twaver.TWaverConst
define create poly button on toolbar
TOOLBAR_CREATESHAPELINK - Static variable in class twaver.TWaverConst
define create shape link button on toolbar
TOOLBAR_CREATESHAPENODE - Static variable in class twaver.TWaverConst
define create shape node button on toolbar
TOOLBAR_CREATESHAPESUBNETWORK - Static variable in class twaver.TWaverConst
define create shape subnetwork button on toolbar
TOOLBAR_CREATETEXT - Static variable in class twaver.TWaverConst
define create text button on toolbar
TOOLBAR_EXPORTIMAGE - Static variable in class twaver.TWaverConst
define export image button on toolbar
TOOLBAR_EXPORTSVG - Static variable in class twaver.TWaverConst
define export svg button on toolbar
TOOLBAR_FULLSCREEN - Static variable in class twaver.TWaverConst
define full screen button on toolbar
TOOLBAR_ICON_CREATEFLEXIONLINK - Static variable in class twaver.TWaverConst
define create flexion link button icon
TOOLBAR_ICON_CREATELINK - Static variable in class twaver.TWaverConst
define create link button icon
TOOLBAR_ICON_CREATELINKSUBNETWORK - Static variable in class twaver.TWaverConst
define create link subnetwork button icon
TOOLBAR_ICON_CREATENODE - Static variable in class twaver.TWaverConst
define create node button icon
TOOLBAR_ICON_CREATEORTHOGONALLINK - Static variable in class twaver.TWaverConst
define create orghogonal link button icon
TOOLBAR_ICON_CREATEPOLY - Static variable in class twaver.TWaverConst
define create poly button icon
TOOLBAR_ICON_CREATESHAPELINK - Static variable in class twaver.TWaverConst
define create shape link button icon
TOOLBAR_ICON_CREATESHAPENODE - Static variable in class twaver.TWaverConst
define create shape node button icon
TOOLBAR_ICON_CREATESHAPESUBNETWORK - Static variable in class twaver.TWaverConst
define create shape subnetwork button icon
TOOLBAR_ICON_CREATETEXT - Static variable in class twaver.TWaverConst
define create text button icon
TOOLBAR_ICON_EXPORTIMAGE - Static variable in class twaver.TWaverConst
define export image button icon
TOOLBAR_ICON_EXPORTSVG - Static variable in class twaver.TWaverConst
define export svg button icon
TOOLBAR_ICON_FULLSCREEN - Static variable in class twaver.TWaverConst
define full screen button icon
TOOLBAR_ICON_LAZYMOVE - Static variable in class twaver.TWaverConst
define lazy move button icon
TOOLBAR_ICON_MAGNIFIER - Static variable in class twaver.TWaverConst
define magnifier button icon
TOOLBAR_ICON_OPENDATAFILE - Static variable in class twaver.TWaverConst
define open data file button icon
TOOLBAR_ICON_OVERVIEW - Static variable in class twaver.TWaverConst
define overview button icon
TOOLBAR_ICON_PAN - Static variable in class twaver.TWaverConst
define pan button icon
TOOLBAR_ICON_PRINT - Static variable in class twaver.TWaverConst
define print button icon
TOOLBAR_ICON_PRINTPREVIEW - Static variable in class twaver.TWaverConst
define print preview button icon
TOOLBAR_ICON_REDO - Static variable in class twaver.TWaverConst
define redo button icon
TOOLBAR_ICON_SAVEDATAFILE - Static variable in class twaver.TWaverConst
define save data file button icon
TOOLBAR_ICON_SELECT - Static variable in class twaver.TWaverConst
define select button icon
TOOLBAR_ICON_UNDO - Static variable in class twaver.TWaverConst
define undo button icon
TOOLBAR_ICON_UP - Static variable in class twaver.TWaverConst
define up button icon
TOOLBAR_ICON_ZOOMBACK - Static variable in class twaver.TWaverConst
define zoom back button icon
TOOLBAR_ICON_ZOOMIN - Static variable in class twaver.TWaverConst
define zoom in button icon
TOOLBAR_ICON_ZOOMOUT - Static variable in class twaver.TWaverConst
define zoom out button icon
TOOLBAR_ICON_ZOOMRESET - Static variable in class twaver.TWaverConst
define zoom reset button icon
TOOLBAR_ICON_ZOOMTOOVERVIEW - Static variable in class twaver.TWaverConst
define zoom to overview button icon
TOOLBAR_ICON_ZOOMTORECTANGLE - Static variable in class twaver.TWaverConst
define zoom to rectangle button icon
TOOLBAR_LAZYMOVE - Static variable in class twaver.TWaverConst
define lazy move button on toolbar
TOOLBAR_MAGNIFIER - Static variable in class twaver.TWaverConst
define magnifier button on toolbar
TOOLBAR_OPENDATAFILE - Static variable in class twaver.TWaverConst
define open data file button on toolbar
TOOLBAR_OVERVIEW - Static variable in class twaver.TWaverConst
define overview button on toolbar
TOOLBAR_PAN - Static variable in class twaver.TWaverConst
define pan button on toolbar
TOOLBAR_PRINT - Static variable in class twaver.TWaverConst
define print button on toolbar
TOOLBAR_PRINTPREVIEW - Static variable in class twaver.TWaverConst
define print preview button on toolbar
TOOLBAR_REDO - Static variable in class twaver.TWaverConst
define redo button on toolbar
TOOLBAR_SAVEDATAFILE - Static variable in class twaver.TWaverConst
define save data file button on toolbar
TOOLBAR_SELECTION - Static variable in class twaver.TWaverConst
define selection button on toolbar
TOOLBAR_SEPARATOR_ID - Static variable in class twaver.TWaverConst
toolbar separator identifier
TOOLBAR_UNDO - Static variable in class twaver.TWaverConst
define undo button on toolbar
TOOLBAR_UP - Static variable in class twaver.TWaverConst
define up button on toolbar
TOOLBAR_ZOOMBACK - Static variable in class twaver.TWaverConst
define zoom back button on toolbar
TOOLBAR_ZOOMIN - Static variable in class twaver.TWaverConst
define zoom in button on toolbar
TOOLBAR_ZOOMOUT - Static variable in class twaver.TWaverConst
define zoom out button on toolbar
TOOLBAR_ZOOMRESET - Static variable in class twaver.TWaverConst
define zoom reset button on toolbar
TOOLBAR_ZOOMTOOVERVIEW - Static variable in class twaver.TWaverConst
define zoom to overview button on toolbar
TOOLBAR_ZOOMTORECTANGLE - Static variable in class twaver.TWaverConst
define zoom to rectangle button on toolbar
toolTipText - Variable in class twaver.AbstractElement
 
top - Variable in class twaver.FloatInsets
 
TOP - Static variable in class twaver.swing.SingleFiledLayout
Top justify components
TOP - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is top justified in its cell
toPieChartSVG(SVGContext, int, int) - Method in class twaver.web.svg.TSVGAlarmOverview
 
toPoint - Variable in class twaver.web.svg.network.ui.LinkSVGUI
 
toPoints() - Method in class twaver.ShapeLink
Get an array of all control points
toPoints() - Method in class twaver.ShapeNode
Get an array of all control points
toPosition - Variable in class twaver.network.ui.LinkUI
 
TopPileAction - Class in twaver.network.action
This action move and resize all selected elements to pile them up to top.
TopPileAction(TView) - Constructor for class twaver.network.action.TopPileAction
 
topPileSelection() - Method in class twaver.TDataBox
Makes all selected elements piled from top.
toString() - Method in class twaver.AbstractElement
Converts this Element object to a String.
toString() - Method in class twaver.AlarmSeverity
Returns the name of this alarm severity.
toString() - Method in class twaver.base.enumerable.AbstractEnumerable
 
toString() - Method in class twaver.base.enumerable.DefaultEnumerable
 
toString() - Method in class twaver.base.SerializablePoint2D
 
toString() - Method in class twaver.DataBoxSelectionEvent
toString() - Method in class twaver.EnumType
Returns the display name.
toString() - Method in class twaver.FloatInsets
 
toString() - Method in class twaver.GeoCoordinate
 
toString() - Method in class twaver.Layer
Reutrns the name of this layer.
toString() - Method in class twaver.StraightLine
 
toString() - Method in class twaver.swing.TableLayout.Entry
Gets the string representation of this Entry.
toString() - Method in class twaver.swing.TableLayout
Converts this TableLayout to a string.
toString() - Method in class twaver.swing.TableLayoutConstraints
Gets a string representation of this TableLayoutConstraints.
toString() - Method in class twaver.table.Category
Override this method to return category display name as the "toString" value
toString() - Method in class twaver.table.TTableColumn
Override this method to return column display name as the "toString".
toString() - Method in class twaver.tree.DataBoxNode
 
toString() - Method in class twaver.tree.ElementNode
 
toString() - Method in class twaver.TwoStraightOpt
 
toString() - Method in class twaver.web.svg.network.SVGStruct
 
toString() - Method in class twaver.web.table.TWebTableColumn
Override this method to return column display name as the "toString".
toSVG(SVGContext) - Method in class twaver.network.background.ColorBackground
 
toSVG(SVGContext) - Method in class twaver.network.background.ImageBackground
 
toSVG(SVGContext) - Method in interface twaver.network.background.SVGBackground
 
toSVG(SVGContext) - Method in class twaver.network.background.TextureBackground
 
toSVG(SVGContext, int, int) - Method in class twaver.web.svg.chart.AbstractSVGChart
export svg
toSVG(SVGContext) - Method in class twaver.web.svg.network.TGISNetwork
Deprecated.
 
toSVG() - Method in class twaver.web.svg.network.TSVGNetwork
 
toSVG(SVGContext) - Method in class twaver.web.svg.network.TSVGNetwork
Export the svg string of the svg network .
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.AbstractElementSVGUI
Export the element svgui's svg struct by the svg context.
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.DummySVGUI
 
toSVG(SVGContext) - Method in interface twaver.web.svg.network.ui.ElementSVGUI
Export the element svgui's svg struct by the svg context.
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.InterceptedLinkSVGUI
Deprecated.
 
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.LinkSVGUI
Export the element svgui's svg struct by the svg context.
toSVG(SVGContext) - Method in interface twaver.web.svg.network.ui.SVGAttachment
 
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.SVGComponentAttachment
 
toSVG(SVGContext) - Method in class twaver.web.svg.network.ui.TextSVGUI
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.AbstractSVGChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.AbstractSVGXYScaleChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.SVGDialChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.SVGPercentChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.SVGPieChart
 
toSVGContent(SVGContext, int, int) - Method in class twaver.web.svg.chart.SVGRadarChart
 
toText(Object) - Method in class twaver.table.editor.FloatInsetsEditor
 
toText(Object) - Method in class twaver.table.editor.InsetsEditor
 
toText(SVGContext, String, boolean, Color, Object, Point, boolean, String) - Static method in class twaver.web.WebUtil
 
toValidHeight(double) - Method in class twaver.chart.AbstractScaleChart
 
toValidHeight(double) - Method in class twaver.web.svg.chart.AbstractSVGScaleChart
 
toValue(String) - Method in class twaver.table.editor.FloatInsetsEditor
 
toValue(String) - Method in class twaver.table.editor.InsetsEditor
 
TOXIC_GAS - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Toxic gas'.
TOXIC_LEAK_DETECTED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Toxic leak detected'.
toXML() - Method in class twaver.TDataBox
Returns the xml string of all contained data in this data box.
toXML(DataBoxOutputSetting) - Method in class twaver.TDataBox
Returns the xml string of all contained data in this data box with given DataBoxOutputSetting object
toXML(int, int) - Method in class twaver.web.svg.TSVGAlarmOverview
 
toXML(SVGContext, int, int) - Method in class twaver.web.svg.TSVGAlarmOverview
 
toXML() - Method in class twaver.web.TWebTree
 
toXML(Element, boolean, boolean) - Method in class twaver.web.TWebTree
 
toXOffset - Variable in class twaver.network.ui.LinkUI
 
toYOffset - Variable in class twaver.network.ui.LinkUI
 
TPageNavigator - Class in twaver.table
This class defines a JPanal, it contains the controls to operate and control paging for a TWaver table.
TPageNavigator(TablePaging) - Constructor for class twaver.table.TPageNavigator
Create a paging navigator with the specified paging enabled table model.
TPageNavigator(TablePaging, int[]) - Constructor for class twaver.table.TPageNavigator
Create a paging navigator with the specified paging enabled table model.
TPopupMenu - Class in twaver.swing
 
TPopupMenu(String, Color, Color, int) - Constructor for class twaver.swing.TPopupMenu
 
TPopupMenu(String, Color, Color, Color, int) - Constructor for class twaver.swing.TPopupMenu
 
TPropertyDescriptor - Interface in twaver
A TPropertyDescriptor describes one property for element.
TPropertySheet - Class in twaver.table
Property sheet is a very important Swing component in TWaver.
TPropertySheet() - Constructor for class twaver.table.TPropertySheet
Create a property sheet with an internal created databox as the data source.
TPropertySheet(TDataBox) - Constructor for class twaver.table.TPropertySheet
Create a property sheet with the given databox as the data source.
TPropertySheetPane - Class in twaver.table
This is a JPanel works with TPropertySheet component.
TPropertySheetPane(TPropertySheet) - Constructor for class twaver.table.TPropertySheetPane
Create a property sheet pane with specified property sheet component.
TPropertySheetPane(TPropertySheet, boolean) - Constructor for class twaver.table.TPropertySheetPane
Create a property sheet pane with specified property sheet component.
TRAILING - Static variable in interface twaver.swing.TableLayoutConstants
Indicates that the component is trailing justified in its cell.
TRANSCEIVER_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Tranceiver problem'.
TRANSCODER_OR_RATE_ADAPTER_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transcoder or rate adapter problem'.
TRANSCODER_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transcoder problem'.
TRANSFERABLE - Static variable in class twaver.tree.DefaultDnDHandler
 
TRANSIENT_DELEGATE - Static variable in class twaver.PersistenceManager
Transient delegate used to deal with all transient properties.
TRANSMISSION_ERROR - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmission error'.
TRANSMISSION_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmission failure'.
TRANSMIT_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmit failure'.
TRANSMITTER_ANTENNA_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmitter antenna failure'.
TRANSMITTER_ANTENNA_NOT_ADJUSTED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmitter antenna not adjusted'.
TRANSMITTER_FAILURE_M3100 - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmitter failure M.3100'.
TRANSMITTER_LOW_VOLTAGE_OR_CURRENT - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmitter low voltage or current'.
TRANSMITTER_OFF_FREQUENCY - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Transmitter off frequency'.
tree - Variable in class twaver.tree.AbstractTTreeNode
 
tree - Variable in class twaver.tree.TTreeCellIcon
 
TREE_CHECKED_WHEN_NOT_SPECIFIED - Static variable in class twaver.TWaverConst
 
TREE_CLEAR_SELECTION_ON_MARGIN_CLICKED - Static variable in class twaver.TWaverConst
 
TREE_COLLAPSED_ICON - Static variable in class twaver.TWaverConst
 
TREE_COLUMN - Static variable in class twaver.table.TTable
Indicate the tree-column for tree table.
TREE_DATABOX_LABEL_EDITABLE - Static variable in class twaver.TWaverConst
 
TREE_DATABOX_NODE_ICON - Static variable in class twaver.TWaverConst
 
TREE_ELEMENT_DRAGGABLE - Static variable in class twaver.TWaverConst
 
TREE_ELEMENT_TOOLTIP_DISPLAYABLE - Static variable in class twaver.TWaverConst
 
TREE_ENABLE_DND - Static variable in class twaver.TWaverConst
 
TREE_ENABLE_RIGHT_CLICK_EVENT - Static variable in class twaver.TWaverConst
 
TREE_ENABLE_TRISTATE_CHECKBOX - Static variable in class twaver.TWaverConst
 
TREE_ENSURE_VISIBLE_ON_SELECTED - Static variable in class twaver.TWaverConst
 
TREE_EXPANDED_ICON - Static variable in class twaver.TWaverConst
 
TREE_ICON_HEIGHT - Static variable in class twaver.TWaverConst
 
TREE_ICON_VISIBLE - Static variable in class twaver.TWaverConst
 
TREE_ICON_WIDTH - Static variable in class twaver.TWaverConst
 
TREE_PAINT_SELECTED_STATE_WHEN_CHECKED - Static variable in class twaver.TWaverConst
 
TREE_SELECTABLE_ON_RIGHT_CLICK - Static variable in class twaver.TWaverConst
 
TREE_SELECTION_MODE - Static variable in class twaver.TWaverConst
 
TREE_SHOW_PLAIN_ICON - Static variable in class twaver.TWaverConst
 
TREE_UNCHECKABLE_STYLE - Static variable in class twaver.TWaverConst
 
TREE_UPDATE_SORT_ON_PROPERTY_CHANGED - Static variable in class twaver.TWaverConst
 
TREEEDITOR - Static variable in interface twaver.ElementLabelEditor
The default tree's element label editor.
treeNodeClickedActionListeners() - Method in class twaver.tree.TTree
Gets all tree node clicked action listeners.
TRISTATE_DESELECTED - Static variable in class twaver.TWaverConst
Indicate deselected state for tristate
TRISTATE_NOTSPECIFIED - Static variable in class twaver.TWaverConst
Indicate not specified state for tristate
TRISTATE_SELECTED - Static variable in class twaver.TWaverConst
Indicate selected state for tristate
TRUNK_CARD_PROBLEM - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Trunk card problem'.
TSubNetwork - Interface in twaver
TSubnetwork is a predefined business object that is used to represent a network layer that all resources is layered logically or geographically.
TSVGAlarmOverview - Class in twaver.web.svg
 
TSVGAlarmOverview(TDataBox) - Constructor for class twaver.web.svg.TSVGAlarmOverview
 
TSVGAlarmOverview(TDataBox, List) - Constructor for class twaver.web.svg.TSVGAlarmOverview
 
TSVGNetwork - Class in twaver.web.svg.network
 
TSVGNetwork() - Constructor for class twaver.web.svg.network.TSVGNetwork
Create a svg network with an internal created databox as the data source.
TSVGNetwork(TDataBox) - Constructor for class twaver.web.svg.network.TSVGNetwork
Create a svg network with the given databox as the data source.
TTable - Class in twaver.table
TTable is an extended version of Swing JTable with several additional features like: paging, filtering, sorting, locking.
TTable() - Constructor for class twaver.table.TTable
Default constructor.
TTable(String) - Constructor for class twaver.table.TTable
Construct a TWaver table by the given table name which is defined in TWaver.xml.
TTableAdapter - Class in twaver.table
This is an empty implementation for interface TTableListener.
TTableAdapter() - Constructor for class twaver.table.TTableAdapter
 
TTableColumn - Class in twaver.table
This class defines TWaver table column.
TTableColumn(String) - Constructor for class twaver.table.TTableColumn
Create table column with a column name.
TTableColumn(String, int) - Constructor for class twaver.table.TTableColumn
Create a table column with a column name and column preferred width.
TTableColumn(String, String) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableColumn(String, String, int) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableColumn(String, String, TableCellRenderer) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableColumn(String, String, int, TableCellRenderer, TableCellEditor) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableColumn(String, String, Comparator, TableCellRenderer, boolean, TableCellEditor, boolean, int, Class) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableColumn(String, String, Comparator, TableCellRenderer, boolean, TableCellEditor, boolean, int, Class, Method, Method) - Constructor for class twaver.table.TTableColumn
Create table column with specified informations.
TTableListener - Interface in twaver.table
TTableListener is used to listen the table state change.
TTableModel - Class in twaver.table
TWaver table model implements Swing TableModel and used as the data source for TWaver table.
TTableModel(TTable) - Constructor for class twaver.table.TTableModel
Create table model
TTableModelEvent - Class in twaver.table
This is an event object encapsulate a change of TWaver table model.
TTableModelEvent(TTableModel, int) - Constructor for class twaver.table.TTableModelEvent
Create a table model event.
TTableModelEvent(TTableModel, int, Vector) - Constructor for class twaver.table.TTableModelEvent
Create a table model change event.
TTableModelEvent(TTableModel, int, TTableColumn) - Constructor for class twaver.table.TTableModelEvent
Create a table model change event.
TTableModelEvent(TTableModel, int, TTableColumn, boolean) - Constructor for class twaver.table.TTableModelEvent
 
TTableModelEvent(TTableModel, Vector, Object, Object, int) - Constructor for class twaver.table.TTableModelEvent
Create a table model change event encapsulates table cell update.
TTableNavigator - Class in twaver.table
This is a Swing JPanel.
TTableNavigator(TTableModel) - Constructor for class twaver.table.TTableNavigator
Create a table navigator by specified table model.
TTableNavigator(TTableModel, int[]) - Constructor for class twaver.table.TTableNavigator
Create a table navigator by specified table model.
TTableNavigator(TTableModel, int[], boolean) - Constructor for class twaver.table.TTableNavigator
Create a table navigator by specified table model.
TTablePopupMenuFactory - Interface in twaver.table
This interface defines a popup menu factory for TWaver table component.
TTableRowFilter - Interface in twaver.table
This class define a table row visible filter.
TTree - Class in twaver.tree
This class defines TWaver Tree component, a major Swing graphical component in TWaver product which used to represent hierarchical data.
TTree() - Constructor for class twaver.tree.TTree
Create a tree.
TTree(TDataBox) - Constructor for class twaver.tree.TTree
Create a tree and connect to the given databox.
TTree(TDataBox, Element) - Constructor for class twaver.tree.TTree
Create a tree and connect to the given databox, and the given element is used as the tree root node.
TTree(TDataBox, Comparator) - Constructor for class twaver.tree.TTree
Create a tree and connect to the given databox, and use the given comparator to sort tree nodes.
TTree(TDataBox, Element, Comparator) - Constructor for class twaver.tree.TTree
Create a tree and connect to the given databox.
TTreeCellIcon - Class in twaver.tree
This class defines a Icon for tree node.
TTreeCellIcon(Element) - Constructor for class twaver.tree.TTreeCellIcon
Create a tree cell icon for given element.
TTreeCellIcon(Element, TTree) - Constructor for class twaver.tree.TTreeCellIcon
 
TTreeTable - Class in twaver.table
TWaver TreeTable component is a combination of a TWaver tree and a TWaver element table, a component capable of both expanding and contracting rows, as well as showing multiple columns of data.
TTreeTable() - Constructor for class twaver.table.TTreeTable
Create a tree table with an internal created databox.
TTreeTable(TDataBox) - Constructor for class twaver.table.TTreeTable
Create a tree table with specified databox.
TTristateCheckBox - Class in twaver.swing
 
TTristateCheckBox() - Constructor for class twaver.swing.TTristateCheckBox
 
TTristateCheckBox(String) - Constructor for class twaver.swing.TTristateCheckBox
 
TTristateCheckBox(String, boolean) - Constructor for class twaver.swing.TTristateCheckBox
 
TTristateCheckBox(String, int) - Constructor for class twaver.swing.TTristateCheckBox
 
TUIManager - Class in twaver
This class keeps track of the current default settings for TWaver.
TView - Interface in twaver
TView defines a generic TWaver graphic component.
twaver - package twaver
 
twaver.animate - package twaver.animate
 
twaver.base - package twaver.base
 
twaver.base.enumerable - package twaver.base.enumerable
 
twaver.chart - package twaver.chart
 
twaver.combobox - package twaver.combobox
 
twaver.list - package twaver.list
 
twaver.network - package twaver.network
 
twaver.network.action - package twaver.network.action
 
twaver.network.background - package twaver.network.background
 
twaver.network.inputhandler - package twaver.network.inputhandler
 
twaver.network.layout - package twaver.network.layout
 
twaver.network.toolbar - package twaver.network.toolbar
 
twaver.network.ui - package twaver.network.ui
 
twaver.network.zoom - package twaver.network.zoom
 
twaver.swing - package twaver.swing
 
twaver.table - package twaver.table
 
twaver.table.editor - package twaver.table.editor
 
twaver.table.renderer - package twaver.table.renderer
 
twaver.tree - package twaver.tree
 
twaver.web - package twaver.web
 
twaver.web.svg - package twaver.web.svg
 
twaver.web.svg.chart - package twaver.web.svg.chart
 
twaver.web.svg.network - package twaver.web.svg.network
 
twaver.web.svg.network.ui - package twaver.web.svg.network.ui
 
twaver.web.table - package twaver.web.table
 
TWaverConst - Class in twaver
 
TWaverConst() - Constructor for class twaver.TWaverConst
 
TWaverUtil - Class in twaver
A collection of utility methods for TWaver.
TWaverUtil() - Constructor for class twaver.TWaverUtil
 
TWaverWebConst - Class in twaver.web.svg
 
TWaverWebConst() - Constructor for class twaver.web.svg.TWaverWebConst
 
TWebAlarmStatTable - Class in twaver.web.table
 
TWebAlarmStatTable() - Constructor for class twaver.web.table.TWebAlarmStatTable
Create alarm stat table without connected databox.
TWebAlarmStatTable(TDataBox) - Constructor for class twaver.web.table.TWebAlarmStatTable
Create alarm stat table and connect to the specified databox.
TWebAlarmStatTable(TDataBox, List) - Constructor for class twaver.web.table.TWebAlarmStatTable
Create alarm stat table and connect to the specified databox.
TWebAlarmTable - Class in twaver.web.table
 
TWebAlarmTable(TDataBox) - Constructor for class twaver.web.table.TWebAlarmTable
 
TWebAlarmTable(TDataBox, TWebTableColumn[]) - Constructor for class twaver.web.table.TWebAlarmTable
 
TWebElementTable - Class in twaver.web
 
TWebElementTable(TDataBox) - Constructor for class twaver.web.TWebElementTable
 
TWebPropertySheet - Class in twaver.web
 
TWebPropertySheet() - Constructor for class twaver.web.TWebPropertySheet
Create a property websheet with an internal created databox as the data source.
TWebPropertySheet(TDataBox) - Constructor for class twaver.web.TWebPropertySheet
Create a property websheet with the given databox as the data source.
TWebTable - Class in twaver.web.table
 
TWebTable() - Constructor for class twaver.web.table.TWebTable
 
TWebTable(List, TWebTableColumn[]) - Constructor for class twaver.web.table.TWebTable
 
TWebTableColumn - Class in twaver.web.table
 
TWebTableColumn(String) - Constructor for class twaver.web.table.TWebTableColumn
 
TWebTableColumn(String, String) - Constructor for class twaver.web.table.TWebTableColumn
 
TWebTableColumn(String, String, Comparator, Class) - Constructor for class twaver.web.table.TWebTableColumn
 
TWebTableColumn(String, String, Comparator, boolean, Class, Method, Method) - Constructor for class twaver.web.table.TWebTableColumn
 
TWebTableRowFilter - Interface in twaver.web.table
 
TWebTree - Class in twaver.web
 
TWebTree() - Constructor for class twaver.web.TWebTree
Create a webtree.
TWebTree(TDataBox) - Constructor for class twaver.web.TWebTree
Create a webtree and connect to the given databox.
TWebTreeTable - Class in twaver.web
 
TWebTreeTable(TDataBox) - Constructor for class twaver.web.TWebTreeTable
 
TWebView - Interface in twaver.web
 
TwoStraightOpt - Class in twaver
两条直线的操作类
TwoStraightOpt() - Constructor for class twaver.TwoStraightOpt
 
TwoStraightOpt(StraightLine, StraightLine) - Constructor for class twaver.TwoStraightOpt
 
type - Variable in class twaver.table.TTableModelEvent
 
typeToEditorCache - Variable in class twaver.table.CellEditorManager
 
typeToRendererCache - Variable in class twaver.table.CellRendererManager
 

U

ui - Variable in class twaver.network.ui.AbstractAttachment
 
UNAVAILABLE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Unavailable'.
UNCHECKABLE_STYLE_BLANK - Static variable in class twaver.TWaverConst
 
UNCHECKABLE_STYLE_DISABLE - Static variable in class twaver.TWaverConst
 
UNCHECKABLE_STYLE_NONE - Static variable in class twaver.TWaverConst
 
uncheckCurrentPageRows() - Method in class twaver.table.TTableModel
Uncheck all table rows on current table page.
uncheckPublishedRows() - Method in class twaver.table.TTableModel
Uncheck all published rows.
underBody - Variable in class twaver.network.ui.LabelAttachment
 
underline - Variable in class twaver.network.ui.LabelAttachment
 
underlineColor - Variable in class twaver.network.ui.LabelAttachment
 
underlineStroke - Variable in class twaver.network.ui.LabelAttachment
 
UNDERLYING_RESOURCE_UNAVAILABLE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Underlying resource unavailable'.
undid(Object) - Method in interface twaver.UndoRedoListener
Invoked after an undo action is done.
undo(TDataBox, Object) - Method in class twaver.DefaultUndoRedoInterceptor
Invoked to implement undo action.
undo() - Method in class twaver.UndoRedoEvent
 
undo(TDataBox, Object) - Method in interface twaver.UndoRedoInterceptor
Invoked to implement undo action.
undo() - Method in class twaver.UndoRedoManager
Calls this to do undo action.
undoPropertyChange(Element, String, Object) - Method in class twaver.DefaultUndoRedoInterceptor
 
UndoRedoEvent - Class in twaver
 
UndoRedoEvent(TDataBox, String, Object, Object) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(ShapeNode, int, Point2D, Point2D) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(ShapeNode, int, Point2D, boolean) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(ShapeLink, int, Point2D, Point2D) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(ShapeLink, int, Point2D, boolean) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(Element, Element, Element) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(List, double, double) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(ResizableNode, Rectangle, Rectangle) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(TDataBox, Node, Node) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(Link) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(Group) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(List, List, AlarmState) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoEvent(Map, Map) - Constructor for class twaver.UndoRedoEvent
 
UndoRedoInterceptor - Interface in twaver
The UndoRedoInterceptor class is designed to intercept and implement UndoRedoManager's undo/redo action.
UndoRedoListener - Interface in twaver
This UndoRedoListener class is designed for listening on UndoRedoManager.
undoRedoManager - Variable in class twaver.DefaultUndoRedoInterceptor
 
UndoRedoManager - Class in twaver
The UndoRedoManager class is designed for undo and redo operatiron on TDataBox.
unit - Variable in class twaver.chart.AbstractChart
 
unit - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
unlock() - Method in class twaver.chart.AbstractChart
Unlocks the chart panel for republish data.
unlock() - Method in class twaver.combobox.TComboBox
Unlocks the combobox for republish data.
unlock() - Method in class twaver.list.TList
Unlocks the list for republish data.
unlock() - Method in class twaver.table.TTableModel
Call this method to unlock table model.
unlockAndPublish() - Method in class twaver.table.TTableModel
Unlock and publish data.
unregister(Task) - Method in class twaver.TaskScheduler
Unregister a task from the task scheduler.
unregisterClassDelegate(Class) - Static method in class twaver.PersistenceManager
Unregister a class delegate for specified class type.
update() - Method in class twaver.network.ui.ComponentAttachment
 
update() - Method in class twaver.network.ui.LinkBundleHandlerAttachment
 
update() - Method in class twaver.network.ui.MessageAttachment
 
update() - Method in class twaver.table.AbstractPageTableModel
Update table view.
update() - Method in interface twaver.table.TablePaging
Update table view.
UPDATE_CELL - Static variable in class twaver.table.TTableModelEvent
Indicate the value of a table cell has been updated.
updateBounds() - Method in class twaver.network.ui.PolySubNetworkUI
When poly subnetwork location changed, update it's bounds.
updateButtonsState() - Method in class twaver.table.TPropertySheetPane
 
updateCacheShape() - Method in class twaver.network.ui.GroupUI
 
updateClientProperty(String) - Method in class twaver.network.ui.AbstractElementUI
Update all client properties of this element.
updateClientProperty(String) - Method in class twaver.network.ui.BaseElementUI
Update the client property.
updateClientProperty(String) - Method in class twaver.network.ui.CardUI
Update the card element's client properties.
updateClientProperty(String) - Method in interface twaver.network.ui.ElementUI
Update the client properties.
updateClientProperty(String) - Method in class twaver.network.ui.GroupUI
Update the specified client property.
updateClientProperty(String) - Method in class twaver.network.ui.LinkUI
Update the specified client property.
updateClientProperty(String) - Method in class twaver.network.ui.NodeUI
 
updateClientProperty(String) - Method in class twaver.network.ui.PolySubNetworkUI
 
updateClientProperty(String) - Method in class twaver.network.ui.ShapeNodeUI
 
updateDefaultFont() - Static method in class twaver.TUIManager
Updates the default font of twaver from javax.swing.UIManager#.getFont("Label.font") Normally user dosen't need to call this method.
updateDescription() - Method in class twaver.table.TPropertySheetPane
 
updateLabel(String) - Method in class twaver.swing.LabelInputField
 
updateLayoutRect() - Method in class twaver.network.CloudLayouter
 
updateLayoutRect(boolean) - Method in class twaver.network.CloudLayouter
 
updateNode(Element, int, int, double) - Method in class twaver.network.CloudLayouter
 
updateOverview() - Method in class twaver.network.TNetwork
Calls this method to update the Overview view (birdeye component) for this network.
updateSelectedRows() - Method in class twaver.table.TTableModel
update selected rows.
updateSort(Element, PropertyChangeEvent, ElementNode) - Method in class twaver.tree.TTree
 
updateTViewUI() - Method in class twaver.chart.AbstractChart
Calls this method to publish data and update the view of the chart.
updateTViewUI() - Method in class twaver.combobox.TComboBox
 
updateTViewUI() - Method in class twaver.list.TList
Calls this method to publish data.
updateTViewUI() - Method in class twaver.network.TNetwork
Calls this method to make this network canvas adjusted and repainted.
updateTViewUI() - Method in class twaver.table.TAlarmOverview
Call this method to update chart data.
updateTViewUI() - Method in class twaver.table.TAlarmStatTable
Fire alarm state change event.
updateTViewUI() - Method in class twaver.table.TAlarmTable
Calls this to reset this table.
updateTViewUI() - Method in class twaver.table.TElementTable
Calls this method to reset for this table.
updateTViewUI() - Method in class twaver.table.TPropertySheet
Uses the method to update TView's UI when state that is not listened by the TView change.
updateTViewUI() - Method in class twaver.tree.TTree
Uses this method to update tree UI when any state changed.
updateTViewUI() - Method in interface twaver.TView
Uses the method to update TView's UI.
updateTViewUI() - Method in class twaver.web.svg.chart.AbstractSVGChart
 
updateTViewUI() - Method in class twaver.web.svg.network.TSVGNetwork
 
updateTViewUI() - Method in class twaver.web.svg.TSVGAlarmOverview
 
updateTViewUI() - Method in class twaver.web.table.TWebAlarmStatTable
 
updateTViewUI() - Method in class twaver.web.table.TWebAlarmTable
 
updateTViewUI() - Method in class twaver.web.TWebElementTable
 
updateTViewUI() - Method in class twaver.web.TWebPropertySheet
 
updateTViewUI() - Method in class twaver.web.TWebTree
 
updateUI() - Method in class twaver.AbstractElement
Informs all TWaver view components that this element need to update or repaint immediately.
updateUI() - Method in class twaver.combobox.TComboBox
 
updateUI() - Method in interface twaver.Element
Informs all TWaver view components that this element need to update or repaint immediately.
updateUI() - Method in class twaver.list.TList
 
updateUI() - Method in class twaver.list.TListCellRenderer
 
updateUI() - Method in class twaver.swing.TDropDownSelector
 
updateUI() - Method in class twaver.table.TElementTable
 
updateUI() - Method in class twaver.table.TPropertySheet
updateUI() - Method in class twaver.table.TTable
updateUI() - Method in class twaver.table.TTreeTable
Overridden to message super and forward the method to the tree.
updateUI() - Method in class twaver.tree.TTree
 
updateUIState() - Method in class twaver.table.TPageNavigator
Call this to update UI state.
upperLimit - Variable in class twaver.chart.AbstractChart
 
upperLimit - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
upSubNetwork(boolean) - Method in class twaver.network.TNetwork
Goes to up subnetwork.
USER_PROPERTY_GETTER_NAME - Static variable in class twaver.TWaverConst
Getter method name of user properties.
USER_PROPERTY_PREFIX - Static variable in class twaver.TWaverConst
user property prefix
USER_PROPERTY_SETTER_NAME - Static variable in class twaver.TWaverConst
Setter method name of user properties.
userObject - Variable in class twaver.AbstractElement
 
userProperties - Variable in class twaver.AbstractElement
 

V

validateLicense(String) - Static method in class twaver.TWaverUtil
Validate TWaver license from sepcified license location.
validInputValue(Object) - Method in class twaver.table.editor.AbstractCellEditor
 
validInputValue(Object) - Method in class twaver.table.editor.BigDecimalEditor
 
validInputValue(Object) - Method in class twaver.table.editor.BigIntegerEditor
 
validInputValue(Object) - Method in class twaver.table.editor.ByteEditor
 
validInputValue(Object) - Method in class twaver.table.editor.DoubleEditor
 
validInputValue(Object) - Method in class twaver.table.editor.FloatEditor
 
validInputValue(Object) - Method in class twaver.table.editor.IntegerEditor
 
validInputValue(Object) - Method in class twaver.table.editor.LongEditor
 
validInputValue(Object) - Method in class twaver.table.editor.ShortEditor
 
vAlign - Variable in class twaver.swing.TableLayoutConstraints
Vertical justification if component occupies just one cell
value - Variable in class twaver.table.editor.AbstractCanvasEditor
 
value - Variable in class twaver.table.editor.AbstractCellEditor
 
value - Variable in class twaver.table.editor.ActionTableCellEditor
 
value - Variable in class twaver.table.editor.ButtonEditor
 
value - Variable in class twaver.table.renderer.AbstractCanvasRenderer
 
VALUE_CHANGED - Static variable in class twaver.table.PropertySheetEvent
 
VALUE_CLEARED - Static variable in class twaver.AlarmSeverity
 
VALUE_CRITICAL - Static variable in class twaver.AlarmSeverity
 
VALUE_INDETERMINATE - Static variable in class twaver.AlarmSeverity
 
VALUE_MAJOR - Static variable in class twaver.AlarmSeverity
 
VALUE_MINOR - Static variable in class twaver.AlarmSeverity
 
VALUE_WARNING - Static variable in class twaver.AlarmSeverity
 
valueChanged(ListSelectionEvent) - Method in class twaver.table.editor.FontChooser
Processes events received from the various JList objects.
valueCount() - Method in class twaver.chart.LineChart
Gets the value count of the elements which are in the list of the publishedElements.
valueOf(int) - Static method in class twaver.TWaverUtil
Returns a Integer instance representing the specified int value.
values() - Method in class twaver.table.editor.AbstractCanvasEditor
 
values() - Method in class twaver.table.editor.LinkArrowEditor
 
values() - Method in class twaver.table.editor.LinkStyleEditor
 
values() - Method in class twaver.table.editor.StrokeEditor
 
values() - Method in class twaver.table.editor.TextureEditor
 
valueSpanCount - Variable in class twaver.chart.AbstractScaleChart
 
valueSpanCount - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
valueTextCenter - Variable in class twaver.chart.AbstractChart
 
valueTextCenter - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
valueTextColor - Variable in class twaver.chart.AbstractChart
 
valueTextColor - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
valueTextFont - Variable in class twaver.chart.AbstractChart
 
valueTextFont - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
valueTextPosition - Variable in class twaver.chart.AbstractChart
 
valueTextPosition - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
valueTextVisible - Variable in class twaver.chart.AbstractChart
 
valueTextVisible - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
VARIABLE_OUT_OF_RANGE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Variable out of range'.
VENTILATION_SYSTEM_FAILURE - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Ventilation system failure'.
VERSION_MISMATCH - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Version mismatch'.
VERTICAL - Static variable in class twaver.base.Direction
Vertical direction.
vGap - Variable in class twaver.swing.TableLayout
Vertical gap between rows
view - Variable in class twaver.network.action.BaseAction
 
visible - Variable in class twaver.AbstractElement
 
visible - Variable in class twaver.network.ui.LabelAttachment
 
VisibleFilter - Interface in twaver
This filter used to determine whether an element is visible.
visibleFilters - Variable in class twaver.chart.AbstractChart
 
visibleFilters - Variable in class twaver.web.svg.chart.AbstractSVGChart
 

W

WARNING - Static variable in class twaver.AlarmSeverity
 
WATCH_DOG_TIMER_EXPIRED - Static variable in class twaver.AlarmProbableCause
Constant representing probable cause 'Watch dog timer expired'.
WEB_COMPONENT_ATTACHMENT_MINIMIZEDICON_URL - Static variable in class twaver.TWaverConst
 
WEB_DEFAULT_BACKGROUND_COLOR - Static variable in class twaver.TWaverConst
 
WEB_ID_PREFIX_DEFINITION - Static variable in class twaver.TWaverConst
 
WEB_ID_PREFIX_GRADIENT - Static variable in class twaver.TWaverConst
 
WEB_ID_PREFIX_IMAGE - Static variable in class twaver.TWaverConst
 
WEB_ID_PREFIX_TEXTURE - Static variable in class twaver.TWaverConst
 
WEB_IMAGE_CACHE - Static variable in class twaver.TWaverConst
 
WEB_IMAGE_FILE_PATH - Static variable in class twaver.TWaverConst
 
WEB_IMAGE_FORMAT - Static variable in class twaver.TWaverConst
 
WEB_IMAGE_URL_PREFIX - Static variable in class twaver.TWaverConst
 
WEB_MIN_BACKGROUND_SIZE - Static variable in class twaver.TWaverConst
 
WEB_PATH_DISTANCE - Static variable in class twaver.TWaverConst
 
WEB_PATH_NUMBERFROMAT - Static variable in class twaver.TWaverConst
 
WEB_PHYSICAL_PATH - Static variable in class twaver.TWaverConst
 
WEB_PROJECT_NAME - Static variable in class twaver.TWaverConst
 
WEB_SVG_ENABLE_ZOOMANDPAN - Static variable in class twaver.TWaverConst
 
WEB_SVG_FONT - Static variable in class twaver.TWaverConst
 
WEB_SVG_SHOW_ALARM_ON_TOP - Static variable in class twaver.TWaverConst
 
WEB_SVG_TEXT_ESCAPE - Static variable in class twaver.TWaverConst
 
WEB_SVG_USE_BASE64 - Static variable in class twaver.TWaverConst
 
WEB_SVG_USE_CDATA - Static variable in class twaver.TWaverConst
 
WEB_SVG_XMLNS - Static variable in class twaver.TWaverConst
 
WebUtil - Class in twaver.web
 
WebUtil() - Constructor for class twaver.web.WebUtil
 
WEST - Static variable in class twaver.swing.TExpandPane
 
wheelZoomIn() - Method in class twaver.network.zoom.PhysicalZoomer
Call this to zoom in according to mouse wheel change
wheelZoomIn() - Method in interface twaver.network.zoom.Zoomer
zoom in network canvas with mouse wheel scrolled.
WheelZoomInputHandler - Class in twaver.network.inputhandler
This class defines an input handler used to change network zoom factor by scrolling mouse wheel.
WheelZoomInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.WheelZoomInputHandler
Constructs a instance that is initialized with given network.
wheelZoomOut() - Method in class twaver.network.zoom.PhysicalZoomer
Call this to zoom out according to mouse wheel change
wheelZoomOut() - Method in interface twaver.network.zoom.Zoomer
zoom out network canvas with mouse wheel scrolled.
Wire - Class in twaver
Created by macpro3 on 07/02/2017.
Wire() - Constructor for class twaver.Wire
 
Wire(Node, Node) - Constructor for class twaver.Wire
 
WireUI - Class in twaver.network.ui
 
WireUI(TNetwork, Link) - Constructor for class twaver.network.ui.WireUI
 
wrapCDATA(String) - Static method in class twaver.TWaverUtil
Wraps the given string text between "" and "]]>"
write(TDataBox) - Method in class twaver.DataBoxJarWriter
Writes all data and the used images from the data box into the output stream which specified from the constructor.
writeByBinary(TDataBox, boolean) - Static method in class twaver.PersistenceManager
Output databox and all contained data into a binary byte array.
writeByXML(TDataBox, boolean) - Static method in class twaver.PersistenceManager
Write out databox data into xml and return the xml string.
writeByXML(TDataBox, boolean, boolean, boolean, OutputStream, ElementPersistentFilter, ClientPropertyPersistentFilter) - Static method in class twaver.PersistenceManager
Write out databox data into the output stream with xml format.
writeByXML(TDataBox, DataBoxOutputSetting) - Static method in class twaver.PersistenceManager
Write out databox data with xml format with the specified DataBoxOutputSetting.
writeElementPropertyValue(Element, TTableColumn, Object) - Method in class twaver.table.TElementTable
write element property value
writeElementPropertyValue(Element, TTableColumn, Object) - Method in class twaver.table.TTreeTable
Overridden to consider tree column

X

X_TO_Y - Static variable in class twaver.base.OrthogonalLinkDirectionType
From X to Y.
X_TO_Y - Static variable in class twaver.TWaverConst
 
xAxisFillColor - Variable in class twaver.chart.AbstractScaleChart
 
xAxisFillColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisOutlineColor - Variable in class twaver.chart.AbstractScaleChart
 
xAxisOutlineColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisStroke - Variable in class twaver.chart.AbstractScaleChart
 
xAxisStroke - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisText - Variable in class twaver.chart.AbstractScaleChart
 
xAxisText - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisTextColor - Variable in class twaver.chart.AbstractScaleChart
 
xAxisTextColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisTextFont - Variable in class twaver.chart.AbstractScaleChart
 
xAxisTextFont - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisValue - Variable in class twaver.chart.AbstractScaleChart
 
xAxisValue - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xAxisVisible - Variable in class twaver.chart.AbstractScaleChart
 
xAxisVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xGap - Variable in class twaver.chart.AbstractChart
 
xGap - Variable in class twaver.network.ui.LabelAttachment
 
xGap - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
xLocation - Variable in class twaver.BaseElement
 
XML_HEADER - Static variable in class twaver.web.svg.TWaverWebConst
 
XML_OUTPUT_CLIENTPROPERTYFILTER - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_ELEMENTDELEGATEINTERCEPTOR - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_ELEMENTFILTER - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_ALARM - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_ALARMID - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_ALARMSTATE - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_BUSINESSOBJECT - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_DATABOXBACKGROUND - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_DATABOXCLIENTPROPERTY - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_DATABOXID - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_DATABOXNAME - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_DATABOXVERSION - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_ELEMENTID - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_LAYERS - Static variable in class twaver.TWaverConst
 
XML_OUTPUT_WITH_USERPROPERTY - Static variable in class twaver.TWaverConst
 
XMLEND - Static variable in class twaver.web.svg.TWaverWebConst
 
XMLEND2 - Static variable in class twaver.web.svg.TWaverWebConst
 
xmlEscape(String) - Static method in class twaver.web.WebUtil
 
XMLInterceptor - Interface in twaver
The XMLInterceptor class is used to intercept the reading and writing event while TDataBox is parsing or outputing xml data.
XMLInterceptorAdapter - Class in twaver
The XMLInterceptorAdapter is a adapter for XMLInterceptor to intercept the reading and writing event while TDataBox is parsing or outputing xml data.
XMLInterceptorAdapter() - Constructor for class twaver.XMLInterceptorAdapter
 
xmlUnescape(String) - Static method in class twaver.web.WebUtil
 
xOffset - Variable in class twaver.base.PositionStruct
 
xOffset - Variable in class twaver.network.ui.LabelAttachment
 
xScaleTextColor - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xScaleTextFont - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextFont - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xScaleTextList - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextList - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xScaleTextOrientation - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextOrientation - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xScaleTextSpanCount - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextSpanCount - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
xScaleTextVisible - Variable in class twaver.chart.AbstractScaleChart
 
xScaleTextVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 

Y

Y_TO_X - Static variable in class twaver.base.OrthogonalLinkDirectionType
From Y to X.
Y_TO_X - Static variable in class twaver.TWaverConst
 
yAxisFillColor - Variable in class twaver.chart.AbstractScaleChart
 
yAxisFillColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisOutlineColor - Variable in class twaver.chart.AbstractScaleChart
 
yAxisOutlineColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisStroke - Variable in class twaver.chart.AbstractScaleChart
 
yAxisStroke - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisText - Variable in class twaver.chart.AbstractScaleChart
 
yAxisText - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisTextColor - Variable in class twaver.chart.AbstractScaleChart
 
yAxisTextColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisTextFont - Variable in class twaver.chart.AbstractScaleChart
 
yAxisTextFont - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisTextGap - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisTextOrientation - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yAxisVisible - Variable in class twaver.chart.AbstractScaleChart
 
yAxisVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yGap - Variable in class twaver.chart.AbstractChart
 
yGap - Variable in class twaver.network.ui.LabelAttachment
 
yGap - Variable in class twaver.web.svg.chart.AbstractSVGChart
 
yLocation - Variable in class twaver.BaseElement
 
yOffset - Variable in class twaver.base.PositionStruct
 
yOffset - Variable in class twaver.network.ui.LabelAttachment
 
yscaleAutoCaculateFlag - Variable in class twaver.chart.AbstractScaleChart
 
yscaleAutoCaculateFlag - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleLineColor - Variable in class twaver.chart.AbstractScaleChart
 
yScaleLineColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleLineStroke - Variable in class twaver.chart.AbstractScaleChart
 
yScaleLineStroke - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleLineVisible - Variable in class twaver.chart.AbstractScaleChart
 
yScaleLineVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleMinTextVisible - Variable in class twaver.chart.AbstractScaleChart
 
yScaleMinTextVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScalePixelGap - Variable in class twaver.chart.AbstractScaleChart
 
yScalePixelGap - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleTextColor - Variable in class twaver.chart.AbstractScaleChart
 
yScaleTextColor - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleTextFont - Variable in class twaver.chart.AbstractScaleChart
 
yScaleTextFont - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleTextFormat - Variable in class twaver.chart.AbstractScaleChart
 
yScaleTextFormat - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleTextInside - Variable in class twaver.chart.AbstractScaleChart
 
yScaleTextInside - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleTextVisible - Variable in class twaver.chart.AbstractScaleChart
 
yScaleTextVisible - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleValueGap - Variable in class twaver.chart.AbstractScaleChart
 
yScaleValueGap - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 
yScaleValueGapAutoCalculate - Variable in class twaver.chart.AbstractScaleChart
 
yScaleValueGapAutoCalculate - Variable in class twaver.web.svg.chart.AbstractSVGScaleChart
 

Z

ZH_CN - Static variable in class twaver.TWaverConst
define Chinese locale
ZH_TW - Static variable in class twaver.TWaverConst
define Chinese Traditional
zoomBack() - Method in class twaver.network.TNetwork
Calls this method to return back last zoom environment.
zoomBack() - Method in class twaver.network.zoom.PhysicalZoomer
Return the last zoom factor.
zoomBack() - Method in interface twaver.network.zoom.Zoomer
Return the last zoom factor.
zoomChanged(double, double) - Method in interface twaver.ZoomListener
This will be called when zoom has been changed.
Zoomer - Interface in twaver.network.zoom
This interface defines the zoom policy for network component.
zoomIn() - Method in class twaver.chart.AbstractChart
Zooms in the chartPane.
zoomIn() - Method in class twaver.network.zoom.PhysicalZoomer
Call this to zoom in
zoomIn() - Method in interface twaver.network.zoom.Zoomer
zoom in network canvas.
ZoomListener - Interface in twaver
This listener interface for receiving network zoom change.
zoomOut() - Method in class twaver.chart.AbstractChart
Zooms out the chartPane.
zoomOut() - Method in class twaver.network.zoom.PhysicalZoomer
Call this to zoom out
zoomOut() - Method in interface twaver.network.zoom.Zoomer
zoom out network canvas.
zoomReset() - Method in class twaver.network.zoom.PhysicalZoomer
Call this to reset zoom
zoomReset() - Method in interface twaver.network.zoom.Zoomer
Reset the zoom factor to 1.0
zoomToOverview() - Method in class twaver.network.zoom.PhysicalZoomer
zoomToOverview(int, int) - Method in class twaver.network.zoom.PhysicalZoomer
zoomToOverview() - Method in interface twaver.network.zoom.Zoomer
 
zoomToOverview(int, int) - Method in interface twaver.network.zoom.Zoomer
 
zoomToRect(Rectangle) - Method in class twaver.network.zoom.PhysicalZoomer
Call this to zoom to rectangle.
zoomToRect(Rectangle) - Method in interface twaver.network.zoom.Zoomer
Zoom the rectangle to fit the whole network canvas.
ZoomToRectInputHandler - Class in twaver.network.inputhandler
This class defines a input handler to zoom a rectangle of the network canvas to fit the whole visible area.
ZoomToRectInputHandler(TNetwork) - Constructor for class twaver.network.inputhandler.ZoomToRectInputHandler
 

_

_A - Variable in class twaver.network.TNetwork
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2002 - 2010 Serva Software. All Rights Reserved.