Uses of Class
zisko.multicastor.program.data.MulticastData.Typ

Packages that use MulticastData.Typ
zisko.multicastor.program.controller   
zisko.multicastor.program.data   
zisko.multicastor.program.view   
 

Uses of MulticastData.Typ in zisko.multicastor.program.controller
 

Methods in zisko.multicastor.program.controller that return MulticastData.Typ
 MulticastData.Typ ViewController.getSelectedTab()
          Hilfsfunktion welche den Programmteil zurueckgibt welcher im Moment per Tab selektiert ist.
 

Methods in zisko.multicastor.program.controller with parameters of type MulticastData.Typ
 void ViewController.deleteAllMulticasts(MulticastData.Typ typ)
          Hilfsfunktion welche alle Multicasts aus dem jeweiligen Programmteil luescht
 MulticastData MulticastController.getMC(int index, MulticastData.Typ multicastDataTyp)
          Gibt das MulticastData-Objekt an der Stelle im Vektor zurueck.
 int ViewController.getMCCount(MulticastData.Typ typ)
          Hilfsfunktion welche die aktuelle Anzahl an Multicasts vom MulticastController anfordert.
 MulticastData ViewController.getMCData(int i, MulticastData.Typ typ)
          Hilfsfunktion welche Multicast Daten vom MulticastController anfordert.
 java.util.Vector<MulticastData> MulticastController.getMCs(MulticastData.Typ m)
          Gibt den Vektor mit MulticastData-Objekten in dem alle Objekte des Typs gespeichert sind.
 PanelTabbed ViewController.getPanTabbed(MulticastData.Typ typ)
          Hilfsfunktion welche einen bestimten Programmteil zurueck gibt.
 int MulticastController.getPPSSender(MulticastData.Typ typ)
          Adds up the measuredPacketRate from MulticastSenders
 int[] ViewController.getSelectedRows(MulticastData.Typ typ)
          Hilfsfunktion welche ein Integer Array mit den Selektierten Zeilen einer Tabele zurueckgibt.
 javax.swing.JTable ViewController.getTable(MulticastData.Typ typ)
          Hilfsfunktion welche die Tabelle des jeweiligen Programmteil zurueckgibt.
 MiscTableModel ViewController.getTableModel(MulticastData.Typ typ)
          Hilfsfunktion welches das Model der jeweiligen Tabelle zurueckgibt.
 UserInputData ViewController.getUserInputData(MulticastData.Typ typ)
          Hilfsfunktion zur Bestimmung des UserInputData Objekts anhand des Typs.
 void ViewController.insertNetworkAdapters(MulticastData.Typ typ)
          Funktion, welche die ComboBox fuer Layer2(MMRP/MAC) mit den richtigen Netzwerkadaptern fuellt.
 void ViewController.loadAutoSavePart(UserInputData data, MulticastData.Typ typ)
          Hilfsfunktion zum teilweise laden der Autosave Date, unterschieden nach Programmteil welche sie betreffen
 void ViewController.setColumnSettings(UserInputData input, MulticastData.Typ typ)
          liest die UserInputData fuer einen bestimmten Programmteil, ordnet die Tabellenspalten entsprechend an und setzt die Sichtbarkeit der Tabellenspalten.
 void ViewController.setTBactive(int[] selectedLine, MulticastData.Typ typ)
          Funktion welche das aussehen des ActiveButtons anpasst je nach dem welcher Multicast selektiert ist in der Tabelle
 void ViewController.startMC(int row, MulticastData.Typ typ)
          Bildet die Schnittstelle zum Multicast Controller zum starten von einem Bestimmten Multicast.
 void ViewController.stopMC(int row, MulticastData.Typ typ)
          Bildet die Schnittstelle zum Multicast Controller zum stoppen von einem Bestimmten Multicast.
 void ViewController.updateTable(MulticastData.Typ typ, ViewController.UpdateTyp utyp)
          Funktion welche unterscheidet welche Art von Update in der Multicast Tabelle erfolgt ist.
 void ViewController.updateTablePart(MulticastData.Typ typ)
          Funktion die einen bestimmten Programmteil updatet.
 

Uses of MulticastData.Typ in zisko.multicastor.program.data
 

Methods in zisko.multicastor.program.data that return MulticastData.Typ
 MulticastData.Typ UserInputData.getTyp()
          returns typ of selected tab
 MulticastData.Typ MulticastData.getTyp()
          returns the typ (L2/L3 Sender/Receiver)
static MulticastData.Typ MulticastData.Typ.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MulticastData.Typ[] MulticastData.Typ.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zisko.multicastor.program.data with parameters of type MulticastData.Typ
 void UserInputData.setSelectedTab(MulticastData.Typ typ)
          sets the selected tab
 void MulticastData.setTyp(MulticastData.Typ typ)
          sets the type (L2/L3 Receiver/Sender)
 

Uses of MulticastData.Typ in zisko.multicastor.program.view
 

Methods in zisko.multicastor.program.view with parameters of type MulticastData.Typ
 PanelTabbed FrameMain.getPanelPart(MulticastData.Typ typ)
          Gibt das Panel zum zugehoerigen internen Namen des Tab-Panels zurueck.
 byte[] PanelMulticastConfig.getSelectedAddress(MulticastData.Typ typ)
           
 java.net.InetAddress PanelMulticastConfig.getSelectedAddress(MulticastData.Typ typ, NetworkAdapter.IPType iptype)
           
 void PanelTabbed.setTableModel(ViewController ctrl, MulticastData.Typ typ)
          Resettet das Aussehen der Tabelle auf das Standard Aussehen.
 

Constructors in zisko.multicastor.program.view with parameters of type MulticastData.Typ
MiscTableModel(ViewController ctrl, MulticastData.Typ typ)
           
PanelMulticastConfig(ViewController ctrl, MulticastData.Typ typ)
          Konstruktor welcher das komplette Configuration Panel initialisiert.
PanelTabbed(ViewController ctrl, MulticastData.Typ typ)
          Konstruktor fuer einen kompletten Programmteil in der GUI.