Serialized Form


Package com.ericsson.tic.vi

Class com.ericsson.tic.vi.CardPanel extends JPanel implements Serializable

Serialized Fields

topPanel

JPanel topPanel
A panel used for layout.


cardsPanel

JPanel cardsPanel
A panel used for layout.


categoriesCard

DataListPanel categoriesCard
A list panel.


viewsCard

DataListPanel viewsCard
A list panel.


nodesCard

JPanel nodesCard
Placeholder panels. To be replaced by DataListPanels.


relationsCard

JPanel relationsCard
Placeholder panels. To be replaced by DataListPanels.

Class com.ericsson.tic.vi.ColorChooserButton extends JButton implements Serializable

Serialized Fields

c

Color c
The color associated with this button.


icon

ImageIcon icon
An image Icon.


image

BufferedImage image
A buffered Image.


brushingPrimary

boolean brushingPrimary
True if this button is associated with the primary brushing category.


brushingEnabled

boolean brushingEnabled
True if brushing is on.

Class com.ericsson.tic.vi.ColorChooserPanel extends JPanel implements Serializable

Serialized Fields

centerPanel

JPanel centerPanel
Subpanel used for layout.


westPanel

JPanel westPanel
Subpanel used for layout.


checkBox

JCheckBox checkBox
A check box.


colorButton

ColorChooserButton colorButton
A button.


label

JLabel label
A text label.

Class com.ericsson.tic.vi.ConsolePanel extends JPanel implements Serializable

Serialized Fields

scrollPane

JScrollPane scrollPane
A scrollpane.


textPane

JTextPane textPane
A text pane.


style

Style style
Used for font styles.


textField

JTextField textField
The textfield to which it is possible to write messages. Should not be called directly.


wid

int wid
The window id this console belongs to.

Class com.ericsson.tic.vi.ConsoleSettingsPanel extends JPanel implements Serializable

Serialized Fields

listener

ActionListener listener
Deprecated. 
A listener passed by the calling parent.

Class com.ericsson.tic.vi.DataListPanel extends JPanel implements Serializable

Serialized Fields

topPanel

JPanel topPanel
Subpanel used for layout.


container

JPanel container
A Jpanel used for layout.


scrollPane

JScrollPane scrollPane
A scrollpane.


dataPanel

DataPanel[] dataPanel
A list of datapanels.


type

int type
The type of this data list.

Class com.ericsson.tic.vi.DataPanel extends JPanel implements Serializable

Serialized Fields

eastPanel

JPanel eastPanel
Subpanel used for layout.


centerPanel

JPanel centerPanel
Subpanel used for layout.


westPanel

JPanel westPanel
Subpanel used for layout.


topPanel

JPanel topPanel
Subpanel used for layout.


settingsPanel

JPanel settingsPanel
Subpanel used for layout.


buttonsPanel

JPanel buttonsPanel
Subpanel used for layout.


leftPanel

JPanel leftPanel
Subpanel used for layout.


rightPanel

JPanel rightPanel
Subpanel used for layout.


enableBox

JCheckBox enableBox
Enable check box.


foldButton

JButton foldButton
A fold button.


brushingButton

JButton brushingButton
A brushing button.


title

JLabel title
A title.


tinyPanel

JPanel tinyPanel
TinyPanel used for layout.


isFolded

boolean isFolded
True if the panel is folded.


colorButton

ColorChooserButton colorButton
A button used for choosing color.


labelText

String labelText
A text label.


parent

DataListPanel parent
The parent DataListPanel of this DataPanel.


type

int type
The type of this DataPanel. Defined in CardPanel.


nodeComboBox

JComboBox nodeComboBox
Comboboxes used for choosing datasets in the view list.


relsComboBox

JComboBox relsComboBox
Comboboxes used for choosing datasets in the view list.


barsComboBox

JComboBox[] barsComboBox
Comboboxes used for choosing datasets in the view list.


histComboBox

JComboBox[] histComboBox
Comboboxes used for choosing datasets in the view list.


view

ViewPanel view
A view panel.

Class com.ericsson.tic.vi.GlobalSettingsDialog extends JDialog implements Serializable

Serialized Fields

pane

Container pane
Deprecated. 
The content pane.


netPanel

NetworkSettingsPanel netPanel
Deprecated. 
A panel which contains the GUI-layout for the network settings.


conPanel

ConsoleSettingsPanel conPanel
Deprecated. 
A panel which contains the GUI-layout for the network settings.


intPanel

InterfaceSettingsPanel intPanel
Deprecated. 
A panel which contains the GUI-layout for the network settings.


tabPane

JTabbedPane tabPane
Deprecated. 
The tab pane.

Class com.ericsson.tic.vi.InterfaceSettingsPanel extends JPanel implements Serializable

Serialized Fields

listener

ActionListener listener
Deprecated. 
A listener passed by the calling parent.


brushingPrimary

ColorChooserPanel brushingPrimary
Deprecated. 
A button for choosing color.


brushingSecondary

ColorChooserPanel brushingSecondary
Deprecated. 
A button for choosing color.


brushingOff

ColorChooserPanel brushingOff
Deprecated. 
A button for choosing color.

Class com.ericsson.tic.vi.NetworkSettingsPanel extends JPanel implements Serializable

Serialized Fields

listener

ActionListener listener
Deprecated. 
A listener passed by the calling prent.


hostPanelDB

TextFieldPanel hostPanelDB
Deprecated. 
A subpanel.


portPanelDB

TextFieldPanel portPanelDB
Deprecated. 
A subpanel.


passPanelDB

PasswordFieldPanel passPanelDB
Deprecated. 
A subpanel.


hostPanelUDPOut

TextFieldPanel hostPanelUDPOut
Deprecated. 
A subpanel.


portPanelUDPOut

TextFieldPanel portPanelUDPOut
Deprecated. 
A subpanel.


portPanelUDPIn

TextFieldPanel portPanelUDPIn
Deprecated. 
A subpanel.


layout

GridBagLayout layout
Deprecated. 
The Layoutmanager.


constraints

GridBagConstraints constraints
Deprecated. 
The gridbagconstraints used by the layoutmanager.

Class com.ericsson.tic.vi.PasswordFieldPanel extends JLabel implements Serializable

Serialized Fields

listener

ActionListener listener
Deprecated. 
A listener passed by the caller.


layout

GridBagLayout layout
Deprecated. 
A layout manager.


constraints

GridBagConstraints constraints
Deprecated. 
Used by the layoutmanager.


label

JLabel label
Deprecated. 
A label.


field

JPasswordField field
Deprecated. 
A password field.

Class com.ericsson.tic.vi.SplitViewPanel extends JPanel implements Serializable

Serialized Fields

splitPane

JSplitPane splitPane
A splitpane.


view

ViewPanel view
A ViewPanel.


panel0

SplitViewPanel panel0
Leaf panels.


panel1

SplitViewPanel panel1
Leaf panels.


parent

SplitViewPanel parent
The parent of this split view. null if this is the root.


isSplit

boolean isSplit
True if this panel is split.

Class com.ericsson.tic.vi.TextFieldPanel extends JLabel implements Serializable

Serialized Fields

listener

ActionListener listener
A listener passed by the caller.


layout

GridBagLayout layout
A layout manager.


constraints

GridBagConstraints constraints
Used by the layoutmanager.


label

JLabel label
A label


field

JTextField field
A text field.

Class com.ericsson.tic.vi.ToolbarPanel extends JPanel implements Serializable

Serialized Fields

eastPanel

JPanel eastPanel
Subpanel used for layout.


centerPanel

JPanel centerPanel
Subpanel used for layout.


westPanel

JPanel westPanel
Subpanel used for layout.


runButton

JButton runButton
Button.


pauseButton

JButton pauseButton
Button.


resetButton

JButton resetButton
Button.


comboBox

JComboBox comboBox
A combo box.


commandNames

String[] commandNames
A tmporary list of scenarios.


feedbackLabel

JLabel feedbackLabel
A lebel which provides feedback to the users.

Class com.ericsson.tic.vi.ViewPanel extends JPanel implements Serializable

Serialized Fields

canvas

GLJPanel canvas
The actual panel holding the OpenGL canvas.


animator

Animator animator
The animator calls the canvas for graphics updates.


renderer

Renderer renderer
The eventlistener which listens to calls from the OpenGL engine.


id

int id
The unique identifier for this view.


camera

Camera camera
The camera associated with this view.


viewModeButton

JButton viewModeButton
A button.


texturesOnButton

JButton texturesOnButton
A button.


splitParent

SplitViewPanel splitParent
The split view which is the gui parent of this ViewPanel.


transitionStateOn

boolean transitionStateOn
If true, the view is in a transitional state moving from one form to another.


globePhasingIn

boolean globePhasingIn
If true, the globe view is phasing in.


globePhasingOut

boolean globePhasingOut
If true, the globe view is phasing out.


planePhasingIn

boolean planePhasingIn
If true, the plane view is phasing in.


planePhasingOut

boolean planePhasingOut
If true, the plane view is phasing out.


nodesMovingToPlaneTarget

boolean nodesMovingToPlaneTarget
If true, the nodes are moving to their targets in the plane view.


nodesMovingToGlobeTarget

boolean nodesMovingToGlobeTarget
If true, the nodes are moving to their targets in the globe view.


globeViewOn

boolean globeViewOn
If true, the globe view is currently on.


planeViewOn

boolean planeViewOn
If true, the plane view is currently on.


graphNodesOn

boolean graphNodesOn
If true, the nodes are set to visible.


graphRelationsOn

boolean graphRelationsOn
If true, the relations are set to visible.


barsOn

boolean barsOn
If true, the bars are set to visible.


picking

boolean picking
If true, the user has clicked the view and we have entered picking mode.


brushingMarkersOn

boolean brushingMarkersOn
If true, brushing Markers will be drawn.


texturesOn

boolean texturesOn
If true, the textures will be drawn.


nodeData

int nodeData
determines which data set to use for nodes.


barData

int[] barData
determines which data sets to use for bars.


histData

int[] histData
determines which data sets to use for histograms.


relData

int relData
determines which data set to use for relationships.


viewTitleOn

boolean viewTitleOn
True if the view titles are turned on.


nodeOfLevelOn

boolean[] nodeOfLevelOn
Not used.


nodeOfTypeOn

boolean[] nodeOfTypeOn
Determines which node types are visible.


nodeArr

GraphNode[] nodeArr
An array of nodes.


nodeRelArr

GraphNodeRel[] nodeRelArr
An array of relations.


nodeArrFull

GraphNode[] nodeArrFull
An array of nodes.


nodeRelArrFull

GraphNodeRel[] nodeRelArrFull
An array of relations.


nodeArrSubset

GraphNode[] nodeArrSubset
An array of nodes. This is a subset of the full topology.


nodeRelArrSubset

GraphNodeRel[] nodeRelArrSubset
An array of relations. This is a subset of the full topology.


popupMenu

JPopupMenu popupMenu
A pop-up menu.


subMenuType

JMenu subMenuType
A menu.


subMenuLevel

JMenu subMenuLevel
A menu.


subMenuSubset

JMenu subMenuSubset
A menu.


menuItem

JMenuItem menuItem
A menu item.


cbMenuItem

JCheckBoxMenuItem cbMenuItem
A menu item.


closeMenuItem

JMenuItem closeMenuItem
A menu item.


fileChooser

JFileChooser fileChooser
A file chooser dialogue.


limitRendering

boolean limitRendering
If true, rendering is limited.


labelsOn

boolean labelsOn
If true, labels are rendererd.


subsetOn

boolean subsetOn
If true, the subset is active.


subsetEmpty

boolean subsetEmpty
If true the subset is empty.


nodeSelectedIndex

int nodeSelectedIndex
Keeps track of the selected index in a combobox.


relSelectedIndex

int relSelectedIndex
Keeps track of the selected index in a combobox.


barsSelectedIndex

int[] barsSelectedIndex
Keeps track of the selected index in a combobox.


histSelectedIndex

int[] histSelectedIndex
Keeps track of the selected index in a combobox.


defaultNodeColorsOn

boolean defaultNodeColorsOn
If true, the default colors are used for the nodes.


levelNodeShadingOn

boolean levelNodeShadingOn
If true, nodes will be shaded by their level.