| Package | Description | 
|---|---|
| networkconfigurator | |
| networkconfigurator.actions | |
| networkconfigurator.item | |
| networkconfigurator.xstream | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Item> | 
ConfigurationGraph.items
List of all items added to the screen. 
 | 
private java.util.List<Item> | 
ConfigurationGraph.selected
List of all node that are selected. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<Item> | 
ConfigurationGraph.getItems()
Gets all items added to the graph. 
 | 
java.util.List<Item> | 
ConfigurationGraph.getSelected()
gets the List of selected nodes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
ConfigurationGraph.activateDetailBar(Item item)
activate the DevicesDetailBar. 
 | 
void | 
DetailBar.refreshDetails(Item item)
fills the DetailBar with attributes of the selected item. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.JPopupMenu | 
ControlPanel.getPopup(java.util.List<Item> selected)
Getter of Popup. 
 | 
javax.swing.JPopupMenu | 
PopupMenu.getPopup(java.util.List<Item> selected)
Method for getting the Popup. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<Item> | 
LoadTask.FindItemAndUpdatePoint.fli4lList
the list of items. 
 | 
private java.util.ListIterator<Item> | 
DeleteAction.VisitorForRemovingDevices.iterator
The Iterator. 
 | 
private java.util.ListIterator<Item> | 
DeleteAction.VisitorForDeletingEdges.iterator
The iterator. 
 | 
private java.util.List<Item> | 
ConnectAction.VisitOwnerOfFirstAdapter.selected
The selected items. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
LoadTask.FindItemAndUpdatePoint.findItemAndUpdatePoint(java.util.List<Item> fli4lItemList,
                      Item item)
find an item in a list and update point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
LoadTask.fillList(java.util.List<Item> fli4lList,
        java.util.ArrayList<Item> xmlList)
fills the list with the needed information next to the information given by the fli4l-config. 
 | 
private void | 
LoadTask.fillList(java.util.List<Item> fli4lList,
        java.util.ArrayList<Item> xmlList)
fills the list with the needed information next to the information given by the fli4l-config. 
 | 
private void | 
LoadTask.FindItemAndUpdatePoint.findItemAndUpdatePoint(java.util.List<Item> fli4lItemList,
                      Item item)
find an item in a list and update point. 
 | 
private java.lang.String | 
SaveTask.generateItemListToXML(java.util.List<Item> itemList)
serialize all objects to a xml file. 
 | 
void | 
SaveTask.saveGraphConfiguration(java.lang.String configPath,
                      java.util.List<Item> itemList)
method for saving the additional information of the nodes. 
 | 
| Constructor and Description | 
|---|
FindItemAndUpdatePoint(java.util.List<Item> fli4lList)
the constructor. 
 | 
VisitorForDeletingEdges(java.util.ListIterator<Item> iterator)
The Constructor. 
 | 
VisitorForRemovingDevices(java.util.ListIterator<Item> iter)
the constructor. 
 | 
VisitOwnerOfFirstAdapter(java.util.List<Item> selected,
                        Adapter adapter)
The Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Adapter
abstract adapter. 
 | 
class  | 
ConfigRouter
Configurable Router Node. 
 | 
class  | 
Device
Devices in the graph. 
 | 
class  | 
Edge
An Edge is a pair of Nodes. 
 | 
class  | 
HardwareEdge
Hardware-Edges. 
 | 
class  | 
Host
Host node. 
 | 
class  | 
Internet
Internet node. 
 | 
class  | 
NetworkAdapter
Network Adapter Node. 
 | 
class  | 
NetworkCable
Network-Cables. 
 | 
class  | 
Node
A Node represents a node in a graph. 
 | 
class  | 
NonRoutable
NonRoutable devices in the graph that can have IP-Address. 
 | 
class  | 
Routable
Routable devices in the graph that can have IP-Address. 
 | 
class  | 
Router
Router Node. 
 | 
class  | 
Slot
Slot Node. 
 | 
class  | 
Switch
switch Node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
Item.getSelectedNodes(java.util.List<Item> list,
                java.util.List<Item> selected)
Collected all the selected nodes in list. 
 | 
static void | 
Item.getSelectedNodes(java.util.List<Item> list,
                java.util.List<Item> selected)
Collected all the selected nodes in list. 
 | 
static void | 
Item.selectAll(java.util.List<Item> list)
Select all items. 
 | 
static boolean | 
Item.selectMultiple(java.util.List<Item> list,
              java.awt.Point p)
Returns true if node in List already selected. 
 | 
static void | 
Item.selectNone(java.util.List<Item> list)
Select no nodes. 
 | 
static boolean | 
Item.selectOne(java.util.List<Item> list,
         java.awt.Point p)
Select a single node; return true if not already selected. 
 | 
static void | 
Item.selectRect(java.util.List<Item> list,
          java.awt.Rectangle r)
Select each node in r. 
 | 
static void | 
Item.selectToggle(java.util.List<Item> list,
            java.awt.Point p)
Toggle selected state of each node containing p. 
 | 
static void | 
Item.updatePosition(java.util.List<Item> list,
              java.awt.Point delta)
Update each node's position by d (delta). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
XStreamCreator.serializeXml(java.util.List<Item> itemList)
serialize the object to XML string. 
 |