|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
views.ImageViewer
public class ImageViewer
The ImageViewer
class provides a frame for viewing and saving
a PlanetLab map image. It provides tool tips for all nodes drawn on the map;
when the mouse hangs over a node, the city in which it's located appears.
Also, clicking on a node opens the NodeDetails
window, which queries
the PlanetLab Central API for the node's information and displays it.
Nested Class Summary | |
---|---|
private static class |
ImageViewer.HelperOpType
defines for what operations the HelperThread may be used for |
(package private) class |
ImageViewer.HelperThread
inner class to execute various functions using a thread |
(package private) class |
ImageViewer.ImageScroller
inner class that contains the Image with an area of the earth and the PlanetLab nodes |
(package private) class |
ImageViewer.MyListCellRenderer
taken from the JavaAPI-Documentation of the JList class |
class |
ImageViewer.NodeAction
class for handling Menu actions that have to do with a node |
private static class |
ImageViewer.PopupType
defines for what operations the NodeAction helper class may be used for |
Nested classes/interfaces inherited from class javax.swing.JFrame |
---|
javax.swing.JFrame.AccessibleJFrame |
Nested classes/interfaces inherited from class java.awt.Frame |
---|
java.awt.Frame.AccessibleAWTFrame |
Nested classes/interfaces inherited from class java.awt.Window |
---|
java.awt.Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
private javax.swing.JButton |
actionButton
|
private javax.swing.JComboBox |
actionCombo
|
private javax.swing.JList |
allNodesList
|
private java.util.Vector<X2XProxy> |
badNodes
|
private javax.swing.JButton |
closeButton
|
private javax.swing.JTextArea |
descriptionArea
|
private javax.swing.JButton |
deselectButton
|
private boolean |
drawEdges
|
private boolean |
drawOnlySelectedNodes
|
private GenerateMap |
generateMap
|
private static int |
IMAGE_CONTAINER_HEIGHT
|
private static int |
IMAGE_CONTAINER_WIDTH
|
private java.awt.Dimension |
imageOffset
|
private ImagePanel |
imagePanel
|
private javax.swing.JPopupMenu |
imagePopup
|
private ImageViewer.ImageScroller |
imageScroller
|
private NodeEdgeMap |
map
|
private java.util.Vector<java.lang.String> |
mapFileNames
|
private java.util.Vector<java.lang.String> |
mapFileNamesWithExt
|
private MapImage |
mapImage
|
private java.util.Vector<javax.swing.JRadioButtonMenuItem> |
mapViewRadioButtons
|
private static java.lang.String |
MENU_ADD_TO_SLICE
|
private static java.lang.String |
MENU_ASSIGN_VIDEOFILES
|
private static java.lang.String |
MENU_BOOTSTRAP
|
private static java.lang.String |
MENU_CHECK_DUPS
|
private static java.lang.String |
MENU_CLOSE
|
private static java.lang.String |
MENU_COPY_DIR
|
private static java.lang.String |
MENU_GET_VERSION
|
private static java.lang.String |
MENU_HELP_ABOUT
|
private static java.lang.String |
MENU_HELP_WINDOW
|
private static java.lang.String |
MENU_HIDE_EDGES
|
private static java.lang.String |
MENU_LOAD_CONFIG
|
private static java.lang.String |
MENU_PREFERENCES
|
private static java.lang.String |
MENU_RANDOM_SELECT
|
private static java.lang.String |
MENU_REVERT_GROUPS
|
private static java.lang.String |
MENU_REVERT_SELECTION
|
private static java.lang.String |
MENU_SAVE_CONFIG
|
private static java.lang.String |
MENU_SAVE_IMAGE
|
private static java.lang.String |
MENU_SHOW_ALL
|
private static java.lang.String |
MENU_SHOW_EDGES
|
private static java.lang.String |
MENU_SHOW_GROUPS
|
private static java.lang.String |
MENU_SHOW_RESULTS
|
private static java.lang.String |
MENU_SHOW_SELECTED
|
private static java.lang.String |
MENU_SHOW_SIM
|
private static java.lang.String |
MENU_SHOW_SLICE_NODES
|
private static java.lang.String |
MENU_TITLE_ACTION
|
private static java.lang.String |
MENU_TITLE_FILE
|
private static java.lang.String |
MENU_TITLE_HELP
|
private static java.lang.String |
MENU_TITLE_VIEW
|
private static java.lang.String |
MENU_UPDATE_VIEW
|
private static java.lang.String |
MENU_VIEW_MAP
|
private static java.lang.String |
MENU_ZOOM
|
private static java.lang.String |
MENU_ZOOM_IN
|
private static java.lang.String |
MENU_ZOOM_OUT
|
private static java.lang.String |
MENU_ZOOM_RESET
|
private static java.lang.String |
NODE_MENU_BOOTSTRAP
|
private static java.lang.String |
NODE_MENU_CLIPBOARD
|
private static java.lang.String |
NODE_MENU_DEPLOY
|
private static java.lang.String |
NODE_MENU_EXEC_CMD
|
private static java.lang.String |
NODE_MENU_GETDIR
|
private static java.lang.String |
NODE_MENU_MEASURE_BW
|
private static java.lang.String |
NODE_MENU_NODE_DETAILS
|
private static java.lang.String |
NODE_MENU_SETAS_LEADER
|
private static java.lang.String |
NODE_MENU_VERSION
|
private PlanetLabMgr |
planetLabApi
|
private javax.swing.JRadioButtonMenuItem |
radioItemAllNodes
|
private javax.swing.JRadioButtonMenuItem |
radioItemHideEdges
|
private javax.swing.JRadioButtonMenuItem |
radioItemSelectedNodes
|
private javax.swing.JRadioButtonMenuItem |
radioItemShowEdges
|
private javax.swing.JButton |
saveButton
|
private ScenarioConfig |
scenarioConfig
|
private javax.swing.JList |
scenarioNodesList
|
private javax.swing.JButton |
selectButton
|
private static long |
serialVersionUID
|
private Simulator |
simulator
|
private PlanetshVisualizer |
visualizer
|
private static java.lang.String |
WINDOW_TITLE
|
Fields inherited from class javax.swing.JFrame |
---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ImageViewer(PlanetshVisualizer visualizer,
ScenarioConfig config)
Creates a new ImageViewer and displays the specified image. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Handles menu actions and button presses. |
private void |
assignVideoFilesToProxies()
|
private void |
bootstrapNodes(java.util.Vector<Node> nodes)
tries to bootstrap the given nodes |
private void |
calculateImageOffset()
|
private void |
changeBackgroundMap(int viewIdx)
Changes the background image on which the nodes are drawn. |
private void |
checkForUniqueSites()
Checks all scenarioNodes whether their sites are unique, that means, that only one node per site (==city?) is allowed. |
private void |
copyDirToNodes()
scp dir to all scenario nodes |
private void |
copyDirToNodes(java.util.Vector<Node> nodes)
scp dir to the marked node |
private javax.swing.JMenuItem[] |
createNodePopupEntries(java.util.Vector<Node> nodes,
boolean onlyGeneralEntries)
Creates a menu with all available actions for the nodes |
private void |
deselectNodes()
TODO: clean up duplicate code!!! |
private void |
executeCmdOnNodes(java.util.Vector<Node> nodes)
Ask the user for a command and Execute it on every node. |
private java.util.Vector<java.lang.String> |
getCheckedProxyGroupNames(javax.swing.JMenu submenu)
Returns the names of the proxy groups which enu item is checked in the proxy groups submenu. |
private ImageMapCity |
getCityFromPoint(java.awt.Point point)
tries to map a point on the map to a city |
private void |
getDirFromNodes(java.util.Vector<Node> nodes)
get the remote directory from each of the nodes and save it to the local directory |
private void |
getNodesVersion(java.util.Vector<Node> nodes)
tries to get the version of the application software of the given nodes (using CORBA) |
private javax.swing.JMenu |
getProxyGroupsSubmenu(javax.swing.JMenuBar menuBar)
Return the submenu which contains the checkbox menu items representing the proxy groups of the scenario configuration. |
private void |
handlePopupTrigger(java.awt.event.MouseEvent evt)
This method is called when the user clicks on the scenarioNodesList or the allNodesList. |
private void |
handleTakesPartChange(boolean takesPart)
TODO: clean up duplicate code!!! |
void |
itemStateChanged(java.awt.event.ItemEvent e)
Handles changes on check-box items |
private void |
loadScenario()
Load the scenario configuration from a file. |
private boolean |
measureNode2NodeBandwidth(java.util.Vector<Node> nodes)
tries to measure the bandwidth between 2 nodes (using CORBA) |
private void |
mountNodes(boolean mount)
mount/umount nodes |
void |
mouseClicked(java.awt.event.MouseEvent evt)
Handles mouse clicks by creating a new NodeViewer if a
node is clicked. |
void |
mouseEntered(java.awt.event.MouseEvent evt)
Empty method; definition required by the MouseListener
interface. |
void |
mouseExited(java.awt.event.MouseEvent evt)
Empty method; definition required by the MouseListener
interface. |
void |
mousePressed(java.awt.event.MouseEvent evt)
Handle popup-trigger clicks on different components. |
void |
mouseReleased(java.awt.event.MouseEvent evt)
Empty method; definition required by the MouseListener
interface. |
private void |
nodesToClipboard(java.util.Vector<Node> nodes)
copies the node - info to the clipboard |
private void |
queryAndUpdateSliceNodes()
gets the nodes belonging to the current slice, and marks them in the selected nodes lists |
void |
recreateImage()
redraws the planetlab map-image either only with the scenario-nodes or with all nodes either with or without edges |
private void |
repaintImage()
recalculate fields and repaint image |
private void |
repaintImage(boolean fullrepaint)
recalculate fields and repaint image |
private void |
saveConfig()
saves the scenario configuration (Selected Nodes, Proxy groups etc) |
private void |
saveImage()
Lets the user choose a file and saves the Map-image to it. |
protected void |
selectNode(java.lang.String hostname)
select a node in the All-nodes-list |
private boolean |
setAsLeader(Node node)
Tries to set the given node as leader of its group. |
void |
setImage(GenerateMap generateMap)
Sets the image to display. |
private void |
setImagePanelSize()
|
void |
setPlanetLabApi(PlanetLabMgr planetLab)
|
private void |
showAboutWindow()
Shows the about window. |
private void |
showBandwidthResults()
Let the user choose a result file. |
private void |
showHelpWindow()
Shows the help window. |
void |
showImagePopup(java.awt.Component c,
int x,
int y,
java.awt.Point point)
creates and opens the popup menu for a Node on a position in the image |
private void |
showNodeDetails(java.util.Vector<Node> nodes)
Opens the node-details window for the given node |
private void |
showPreferencesDlg()
Opens the Preferences window. |
private void |
showSimulatorWindow()
Shows the simulator. |
protected void |
updateAllNodesList()
update the all-nodes-list |
private void |
updateProxyGroupMenuItems(javax.swing.JMenu submenu)
Updates the checkbox entries corresponding to the existing proxy groups. |
protected void |
updateScenarioNodesList()
update the selected-nodes-list |
void |
updateWindowTitle()
Updates the window title by setting the currently loaded scenario name. |
void |
windowClosed(java.awt.event.WindowEvent evt)
|
Methods inherited from class javax.swing.JFrame |
---|
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update |
Methods inherited from class java.awt.Frame |
---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
---|
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
private static final long serialVersionUID
private static final int IMAGE_CONTAINER_WIDTH
private static final int IMAGE_CONTAINER_HEIGHT
private static final java.lang.String WINDOW_TITLE
private javax.swing.JButton saveButton
private javax.swing.JButton closeButton
private javax.swing.JComboBox actionCombo
private javax.swing.JButton actionButton
private javax.swing.JList allNodesList
private javax.swing.JList scenarioNodesList
private javax.swing.JButton selectButton
private javax.swing.JButton deselectButton
private ImagePanel imagePanel
private javax.swing.JTextArea descriptionArea
private java.util.Vector<javax.swing.JRadioButtonMenuItem> mapViewRadioButtons
private MapImage mapImage
private GenerateMap generateMap
private ImageViewer.ImageScroller imageScroller
private javax.swing.JPopupMenu imagePopup
private java.awt.Dimension imageOffset
private PlanetLabMgr planetLabApi
private ScenarioConfig scenarioConfig
private boolean drawOnlySelectedNodes
private boolean drawEdges
private NodeEdgeMap map
private PlanetshVisualizer visualizer
private java.util.Vector<X2XProxy> badNodes
private java.util.Vector<java.lang.String> mapFileNamesWithExt
private java.util.Vector<java.lang.String> mapFileNames
private Simulator simulator
private static final java.lang.String MENU_TITLE_FILE
private static final java.lang.String MENU_SHOW_SIM
private static final java.lang.String MENU_SHOW_RESULTS
private static final java.lang.String MENU_SAVE_IMAGE
private static final java.lang.String MENU_LOAD_CONFIG
private static final java.lang.String MENU_SAVE_CONFIG
private static final java.lang.String MENU_PREFERENCES
private static final java.lang.String MENU_CLOSE
private static final java.lang.String MENU_TITLE_VIEW
private static final java.lang.String MENU_UPDATE_VIEW
private static final java.lang.String MENU_SHOW_ALL
private static final java.lang.String MENU_SHOW_SELECTED
private static final java.lang.String MENU_SHOW_GROUPS
private static final java.lang.String MENU_SHOW_EDGES
private static final java.lang.String MENU_HIDE_EDGES
private static final java.lang.String MENU_VIEW_MAP
private static final java.lang.String MENU_ZOOM
private static final java.lang.String MENU_ZOOM_IN
private static final java.lang.String MENU_ZOOM_OUT
private static final java.lang.String MENU_ZOOM_RESET
private static final java.lang.String MENU_TITLE_ACTION
private static final java.lang.String MENU_ADD_TO_SLICE
private static final java.lang.String MENU_SHOW_SLICE_NODES
private static final java.lang.String MENU_COPY_DIR
private static final java.lang.String MENU_BOOTSTRAP
private static final java.lang.String MENU_GET_VERSION
private static final java.lang.String MENU_RANDOM_SELECT
private static final java.lang.String MENU_ASSIGN_VIDEOFILES
private static final java.lang.String MENU_CHECK_DUPS
private static final java.lang.String MENU_REVERT_SELECTION
private static final java.lang.String MENU_REVERT_GROUPS
private static final java.lang.String MENU_TITLE_HELP
private static final java.lang.String MENU_HELP_WINDOW
private static final java.lang.String MENU_HELP_ABOUT
private static final java.lang.String NODE_MENU_NODE_DETAILS
private static final java.lang.String NODE_MENU_BOOTSTRAP
private static final java.lang.String NODE_MENU_VERSION
private static final java.lang.String NODE_MENU_CLIPBOARD
private static final java.lang.String NODE_MENU_DEPLOY
private static final java.lang.String NODE_MENU_GETDIR
private static final java.lang.String NODE_MENU_EXEC_CMD
private static final java.lang.String NODE_MENU_MEASURE_BW
private static final java.lang.String NODE_MENU_SETAS_LEADER
private javax.swing.JRadioButtonMenuItem radioItemAllNodes
private javax.swing.JRadioButtonMenuItem radioItemSelectedNodes
private javax.swing.JRadioButtonMenuItem radioItemShowEdges
private javax.swing.JRadioButtonMenuItem radioItemHideEdges
Constructor Detail |
---|
public ImageViewer(PlanetshVisualizer visualizer, ScenarioConfig config)
ImageViewer
and displays the specified image.
visualizer
- - contains the image name and some other parametersconfig
- - contains all nodes etcMethod Detail |
---|
private void calculateImageOffset()
private void setImagePanelSize()
private void queryAndUpdateSliceNodes()
protected void updateScenarioNodesList()
protected void updateAllNodesList()
protected void selectNode(java.lang.String hostname)
hostname
- public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
evt
- an ActionEvent
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
e
- private void showNodeDetails(java.util.Vector<Node> nodes)
nodes
- - Vector with nodes, although only the first element is used to show the details windowprivate void bootstrapNodes(java.util.Vector<Node> nodes)
nodes
- - the nodes to bootstrapprivate void getNodesVersion(java.util.Vector<Node> nodes)
nodes
- private boolean measureNode2NodeBandwidth(java.util.Vector<Node> nodes)
nodes
- private void nodesToClipboard(java.util.Vector<Node> nodes)
nodes
- private void saveImage()
private void saveConfig()
private void handleTakesPartChange(boolean takesPart)
takesPart
- NodeDetails.handleTakesPartChange(boolean)
private void deselectNodes()
handleTakesPartChange(boolean)
private void assignVideoFilesToProxies()
private void checkForUniqueSites()
private void copyDirToNodes()
private void copyDirToNodes(java.util.Vector<Node> nodes)
private void showSimulatorWindow()
private void showHelpWindow()
private void showAboutWindow()
private void showBandwidthResults()
private void loadScenario()
Simulator.loadScenario()
public void updateWindowTitle()
private void getDirFromNodes(java.util.Vector<Node> nodes)
private void executeCmdOnNodes(java.util.Vector<Node> nodes)
private boolean setAsLeader(Node node)
node
- - the node which shall be the leader
private void mountNodes(boolean mount)
private void changeBackgroundMap(int viewIdx)
viewIdx
- private void updateProxyGroupMenuItems(javax.swing.JMenu submenu)
private javax.swing.JMenu getProxyGroupsSubmenu(javax.swing.JMenuBar menuBar)
menuBar
-
public void recreateImage()
recreateImage
in interface IImagePanelWorker
private java.util.Vector<java.lang.String> getCheckedProxyGroupNames(javax.swing.JMenu submenu)
submenu
- - The menu to check for selected items.
public void setImage(GenerateMap generateMap)
generateMap
- a GenerateMap
private void repaintImage()
private void repaintImage(boolean fullrepaint)
fullrepaint
- - if true, then everything is recalculatedprivate ImageMapCity getCityFromPoint(java.awt.Point point)
point
- - The coordinate to check for a city.
public void mouseClicked(java.awt.event.MouseEvent evt)
NodeViewer
if a
node is clicked.
mouseClicked
in interface java.awt.event.MouseListener
evt
- a MouseEvent
public void mouseEntered(java.awt.event.MouseEvent evt)
MouseListener
interface.
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent evt)
MouseListener
interface.
mouseExited
in interface java.awt.event.MouseListener
public void windowClosed(java.awt.event.WindowEvent evt)
public void mousePressed(java.awt.event.MouseEvent evt)
MouseListener
interface.
mousePressed
in interface java.awt.event.MouseListener
private void handlePopupTrigger(java.awt.event.MouseEvent evt)
evt
- public void showImagePopup(java.awt.Component c, int x, int y, java.awt.Point point)
showImagePopup
in interface IImagePanelWorker
c
- x
- y
- point
- private javax.swing.JMenuItem[] createNodePopupEntries(java.util.Vector<Node> nodes, boolean onlyGeneralEntries)
nodes
- - the available actions are valid for these nodesonlyGeneralEntries
- - if true then only the entries which are valid for any node will be created
public void mouseReleased(java.awt.event.MouseEvent evt)
MouseListener
interface.
mouseReleased
in interface java.awt.event.MouseListener
public void setPlanetLabApi(PlanetLabMgr planetLab)
planetLab
- the planetLab to setprivate void showPreferencesDlg()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |