Uses of Class
zisko.multicastor.program.controller.ViewController

Packages that use ViewController
zisko.multicastor.program.controller   
zisko.multicastor.program.model   
zisko.multicastor.program.view   
 

Uses of ViewController in zisko.multicastor.program.controller
 

Constructors in zisko.multicastor.program.controller with parameters of type ViewController
MulticastController(ViewController viewController, java.util.logging.Logger logger)
          Erzeugt einen MulticastController.
MulticastController(ViewController viewController, java.util.logging.Logger logger, int pPrintTableIntervall)
          Erzeugt einen MulticastController.
 

Uses of ViewController in zisko.multicastor.program.model
 

Constructors in zisko.multicastor.program.model with parameters of type ViewController
MulticastLogHandler(ViewController gui)
          ueberladener Konstruktor.
RunSnakeRun(ViewController view)
           
UpdateTask(java.util.logging.Logger logger, java.util.Map<MulticastData,MulticastThreadSuper> mcSenderL3, java.util.Map<MulticastData,MulticastThreadSuper> mcReceiverL3, java.util.Map<MulticastData,MulticastThreadSuper> mcSenderL2, java.util.Map<MulticastData,MulticastThreadSuper> mcReceiverL2, ViewController viewController)
          Konstruktor
 

Uses of ViewController in zisko.multicastor.program.view
 

Methods in zisko.multicastor.program.view with parameters of type ViewController
static void PopUpMenu.createColumnCheckBoxes(ViewController ctrl)
          Erstellt die zum Table Header Popup gehoerenden Checkboxen
static void PopUpMenu.createTableHeaderPopup(javax.swing.JTable table, ViewController ctrl, java.awt.event.MouseEvent e)
          Statische Funktion welche das Popup fuer den Tabellenkopf erstellt und anzeigt.
 void PanelTabbed.setTableModel(ViewController ctrl, MulticastData.Typ typ)
          Resettet das Aussehen der Tabelle auf das Standard Aussehen.
static void PopUpMenu.updateCheckBoxes(ViewController ctrl)
          Funktion welche die Reihenfolge der Checkboxen im Table Header Popup einstellt
 void PanelStatusBar.updateTraffic(ViewController ctrl)
          Funktion welche angezeigten Traffic in der Statusbar neu anfordert.
 

Constructors in zisko.multicastor.program.view with parameters of type ViewController
ButtonTabComponent(DraggableTabbedPane pPane, java.lang.String path, ViewController pVCtrl)
          Der Konstruktor speichert die uebergeben Pane, und erzeugt direkt das neue Label mit Bild und Text Aussueerdem wird ein TabButton zum schliessueen hinzugefuegt.
DraggableTabbedPane(FrameMain parentFrame, ViewController pVCtrl)
          Im Konstruktor wird ein neuen MouseMotionListener angelegt, welcher schaut ob ich, wenn ich mit der Maus klicke(mouseDragged) ueber einem tab bin.
FrameMain(ViewController ctrl)
          Konstruktor, der das Hauptfenster des Multicastor-Tools erstellt, konfiguriert und anzeigt.
MiscTableModel(ViewController ctrl, MulticastData.Typ typ)
           
PanelMulticastConfig(ViewController ctrl, MulticastData.Typ typ)
          Konstruktor welcher das komplette Configuration Panel initialisiert.
PanelMulticastControl(ViewController ctrl)
          Konstruktor fuer das Kontrollpanel welcher alle zugehoerigen GUI Komponenten initialisiert.
PanelPlus(FrameMain pFrame, ViewController pVCtrl)
          Konstruktor initialisiert die grafischen Komponenten und setzt Referenzen zum Frame und ViewController.
PanelTabbed(ViewController ctrl, MulticastData.Typ typ)
          Konstruktor fuer einen kompletten Programmteil in der GUI.
ReceiverGraph(ViewController ctrl)
          Konstruktor.
WrappingCellRenderer(javax.swing.table.TableCellRenderer cellRenderer, ViewController ctrl)
          Konstruktur.