GUI
Class RouterInfoController

java.lang.Object
  extended by GUI.RouterInfoController

public class RouterInfoController
extends java.lang.Object


Constructor Summary
RouterInfoController(RouterCollection routers)
           
 
Method Summary
protected  java.lang.String getEngineID(int currentRow)
           
protected  java.lang.String getHostName(int currentRow)
           
protected  java.lang.String[][] getInterfacesInfo(int currentRow)
           
protected  java.lang.String getRouterID(int currentRow)
           
 RouterTableModel getRouterTableModel()
           
 void updateGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouterInfoController

public RouterInfoController(RouterCollection routers)
Method Detail

getHostName

protected java.lang.String getHostName(int currentRow)

getRouterID

protected java.lang.String getRouterID(int currentRow)

getEngineID

protected java.lang.String getEngineID(int currentRow)

getInterfacesInfo

protected java.lang.String[][] getInterfacesInfo(int currentRow)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

getRouterTableModel

public RouterTableModel getRouterTableModel()

updateGUI

public void updateGUI()