Serialized Form


Package main

Class main.ColorRangeEditor extends RangeEditor implements Serializable

serialVersionUID: 3833906172713409258L

Serialized Fields

colorButton

javax.swing.JButton colorButton

color

java.awt.Color color

colorIconLabel

javax.swing.JLabel colorIconLabel

Class main.ColorRangesCustomizer extends DisplayRangesCustomizer implements Serializable

serialVersionUID: -9005001944246693633L

Class main.DisplayRangesCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: -1199120514967266673L

Serialized Fields

ranges

DisplayRanges ranges

rangeList

javax.swing.JList rangeList

listModel

javax.swing.DefaultListModel listModel

addButton

javax.swing.JButton addButton

editButton

javax.swing.JButton editButton

removeButton

javax.swing.JButton removeButton

Class main.DrawingParametersCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: -42968988760330928L

Serialized Fields

colorRangesCustomizer

javax.swing.JPanel colorRangesCustomizer

sizeRangesCustomizer

javax.swing.JPanel sizeRangesCustomizer

Class main.EdgeParametersCustomizer extends DrawingParametersCustomizer implements Serializable

serialVersionUID: 5196469821989903297L

Serialized Fields

drawingParameters

DrawingParameters drawingParameters

Class main.EdgeQueryCustomizer extends QueryCustomizer implements Serializable

serialVersionUID: 8653475402224187780L

Serialized Fields

queryDescription

QueryDescription queryDescription

Class main.NodeParametersCustomizer extends DrawingParametersCustomizer implements Serializable

serialVersionUID: -8671971812946101985L

Serialized Fields

drawingParameters

DrawingParameters drawingParameters

Class main.NodeQueryCustomizer extends QueryCustomizer implements Serializable

serialVersionUID: 5831909278779109513L

Serialized Fields

queryDescription

QueryDescription queryDescription

Class main.PlanetlabDisplayWall extends ViewController implements Serializable

serialVersionUID: -3286930759208525907L

Class main.QueryCustomizer extends javax.swing.JPanel implements Serializable

serialVersionUID: 5841110008773094726L

Serialized Fields

CUTOFF

int CUTOFF

queryDescription

QueryDescription queryDescription

textField

javax.swing.JTextField[] textField

numVariables

int numVariables

Class main.RangeEditor extends javax.swing.JDialog implements Serializable

serialVersionUID: 6537382624224599338L

Serialized Fields

cancelButton

javax.swing.JButton cancelButton
The dialog's cancel button.


okButton

javax.swing.JButton okButton
The dialog's OK button.


rangeButton

javax.swing.JRadioButton rangeButton

elseButton

javax.swing.JRadioButton elseButton

invalidButton

javax.swing.JRadioButton invalidButton

lowText

javax.swing.JTextField lowText

highText

javax.swing.JTextField highText

toLabel

javax.swing.JLabel toLabel

range

Range range

type

int type

low

double low

high

double high

Class main.SizeRangeEditor extends RangeEditor implements Serializable

serialVersionUID: -171214792159849185L

Serialized Fields

sizeText

javax.swing.JTextField sizeText

Class main.SizeRangesCustomizer extends DisplayRangesCustomizer implements Serializable

serialVersionUID: -2230983575582465816L


Package planetLabAPI

Class planetLabAPI.AuthDataNotSetException extends java.lang.Exception implements Serializable

serialVersionUID: -5376742510068474803L


Package planetLabVideoClient

Class planetLabVideoClient._VideoClientStub extends org.omg.CORBA.portable.ObjectImpl implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Class planetLabVideoClient.EntryNotFound extends org.omg.CORBA.UserException implements Serializable

Serialized Fields

name

java.lang.String name

Class planetLabVideoClient.structAnalyzeResult extends java.lang.Object implements Serializable

Serialized Fields

psnr

double psnr

Class planetLabVideoClient.structBandwidthInfo extends java.lang.Object implements Serializable

Serialized Fields

bw

double bw

nodeIP

structIP nodeIP

Class planetLabVideoClient.structCalcBwInput extends java.lang.Object implements Serializable

Serialized Fields

nodeIPs

structIP[] nodeIPs

Class planetLabVideoClient.structCalcBwOutput extends java.lang.Object implements Serializable

Serialized Fields

measuredBws

structBandwidthInfo[] measuredBws

Class planetLabVideoClient.structIP extends java.lang.Object implements Serializable

Serialized Fields

b1

byte b1

b2

byte b2

b3

byte b3

b4

byte b4

Class planetLabVideoClient.structLeaders extends java.lang.Object implements Serializable

Serialized Fields

leaders

structIP[] leaders

Class planetLabVideoClient.structNetClInput extends java.lang.Object implements Serializable

Serialized Fields

leaders

structIP[] leaders

Class planetLabVideoClient.structNetClOutput extends java.lang.Object implements Serializable

Serialized Fields

closestLeader

int closestLeader

measuredBws

structBandwidthInfo[] measuredBws

Class planetLabVideoClient.structSessionParams extends java.lang.Object implements Serializable

Serialized Fields

simulationId

int simulationId

sessionId

int sessionId

streamName

java.lang.String streamName

port

int port

videoFileName

java.lang.String videoFileName

proxyIp

structIP proxyIp

startTime

long startTime

durationSeconds

int durationSeconds

Class planetLabVideoClient.structSSHOptions extends java.lang.Object implements Serializable

Serialized Fields

port

int port

testFilePath

java.lang.String testFilePath

Package simulator.views

Class simulator.views.Simulator extends javax.swing.JFrame implements Serializable

serialVersionUID: -4040070260630569850L

Serialized Fields

scenarioConfig

ScenarioConfig scenarioConfig

DATE_FORMAT

java.lang.String DATE_FORMAT

map

NodeEdgeMap map

needSave

boolean needSave

isOpened

boolean isOpened

simName

java.lang.String simName

planetLabApi

PlanetLabMgr planetLabApi

planetSh

PlanetLabXmlRpcCaller planetSh

closeButton

javax.swing.JButton closeButton

executeButton

javax.swing.JButton executeButton

saveButton

javax.swing.JButton saveButton

loadButton

javax.swing.JButton loadButton

scenarioCombo

javax.swing.JComboBox scenarioCombo

parentFrame

javax.swing.JFrame parentFrame

colorIdx

int colorIdx

Package views

Class views.ImageViewer extends javax.swing.JFrame implements Serializable

serialVersionUID: -3287377727939595412L

Serialized Fields

saveButton

javax.swing.JButton saveButton

closeButton

javax.swing.JButton closeButton

actionCombo

javax.swing.JComboBox actionCombo

actionButton

javax.swing.JButton actionButton

allNodesList

javax.swing.JList allNodesList

scenarioNodesList

javax.swing.JList scenarioNodesList

selectButton

javax.swing.JButton selectButton

deselectButton

javax.swing.JButton deselectButton

imagePanel

ImagePanel imagePanel

descriptionArea

javax.swing.JTextArea descriptionArea

mapViewRadioButtons

java.util.Vector<E> mapViewRadioButtons

mapImage

MapImage mapImage

generateMap

GenerateMap generateMap

imageScroller

ImageViewer.ImageScroller imageScroller

imagePopup

javax.swing.JPopupMenu imagePopup

imageOffset

java.awt.Dimension imageOffset

planetLabApi

PlanetLabMgr planetLabApi

scenarioConfig

ScenarioConfig scenarioConfig

drawOnlySelectedNodes

boolean drawOnlySelectedNodes

drawEdges

boolean drawEdges

map

NodeEdgeMap map

visualizer

PlanetshVisualizer visualizer

badNodes

java.util.Vector<E> badNodes

mapFileNamesWithExt

java.util.Vector<E> mapFileNamesWithExt

mapFileNames

java.util.Vector<E> mapFileNames

simulator

Simulator simulator

radioItemAllNodes

javax.swing.JRadioButtonMenuItem radioItemAllNodes

radioItemSelectedNodes

javax.swing.JRadioButtonMenuItem radioItemSelectedNodes

radioItemShowEdges

javax.swing.JRadioButtonMenuItem radioItemShowEdges

radioItemHideEdges

javax.swing.JRadioButtonMenuItem radioItemHideEdges

Class views.ImageViewer.NodeAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 8074917259864991887L

Serialized Fields

type

ImageViewer.PopupType type

nodes

java.util.Vector<E> nodes

worker

ImageViewer worker

Class views.MultiLineLabelPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5296502789794125514L

Serialized Fields

cutoff

int cutoff

Class views.NodeDetails extends javax.swing.JFrame implements Serializable

serialVersionUID: 4148219121161607489L

Serialized Fields

id

int id

imgViewer

ImageViewer imgViewer

cityName

java.lang.String cityName

hostname

java.lang.String hostname

myNode

Node myNode

address

java.net.InetAddress address

planetLabApi

PlanetLabMgr planetLabApi

planetSh

PlanetLabXmlRpcCaller planetSh

closeButton

javax.swing.JButton closeButton

addButton

javax.swing.JButton addButton

delButton

javax.swing.JButton delButton

mountButton

javax.swing.JButton mountButton

copyButton

javax.swing.JButton copyButton

startSessionButton

javax.swing.JButton startSessionButton

analyzeVideoButton

javax.swing.JButton analyzeVideoButton

checkVersionButton

javax.swing.JButton checkVersionButton

stopSessionButton

javax.swing.JButton stopSessionButton

setupNodeButton

javax.swing.JButton setupNodeButton

setupNodeBox

javax.swing.JCheckBox setupNodeBox

nodeText

javax.swing.JTextArea nodeText

mountPointLocal

javax.swing.JTextField mountPointLocal

mountPointRemote

javax.swing.JTextField mountPointRemote

takesPartBox

javax.swing.JCheckBox takesPartBox

scenarioConfig

ScenarioConfig scenarioConfig

Class views.NodeViewer extends javax.swing.JFrame implements Serializable

serialVersionUID: 5367541164741734667L

Serialized Fields

id

int id

FILENAME

java.lang.String FILENAME

closeButton

javax.swing.JButton closeButton

nodeVisualizer

NodeVisualizer nodeVisualizer

exception

boolean exception

progressIndicator

NodeViewer.ProgressIndicator progressIndicator

Class views.PlanetlabDesktop extends ViewController implements Serializable

serialVersionUID: -6268708903550503968L

Serialized Fields

imageViewer

ImageViewer imageViewer

planetLabApi

PlanetLabMgr planetLabApi

configFileName

java.lang.String configFileName

scenarioConfig

ScenarioConfig scenarioConfig

visualizer

PlanetshVisualizer visualizer

Class views.ViewController extends javax.swing.JFrame implements Serializable

serialVersionUID: -2255588119802758886L

Serialized Fields

isUpdating

boolean isUpdating

updateImmediately

boolean updateImmediately

viewFileName

java.lang.String viewFileName

updateThread

java.lang.Thread updateThread

manualUpdate

javax.swing.JButton manualUpdate

customizeView

javax.swing.JButton customizeView

showMedisyn

javax.swing.JButton showMedisyn

closeButton

javax.swing.JButton closeButton

loadButton

javax.swing.JButton loadButton

viewSelector

javax.swing.JComboBox viewSelector

configSelector

javax.swing.JComboBox configSelector

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

timer

javax.swing.Timer timer

refreshValue

javax.swing.JComboBox refreshValue

checkUpdate

javax.swing.JCheckBox checkUpdate

viewCustomizer

ViewCustomizer viewCustomizer

isCustomView

boolean isCustomView

Class views.ViewCustomizer extends javax.swing.JFrame implements Serializable

serialVersionUID: -1564285609947273797L

Serialized Fields

inputFileModifier

java.util.ArrayList<E> inputFileModifier

inputFileParser

InputFileParser inputFileParser

closeButton

javax.swing.JButton closeButton

viewInfo

ViewInfo viewInfo

Class views.ViewInfo extends javax.swing.JTextArea implements Serializable

serialVersionUID: -364423172634603448L