Package | Description |
---|---|
networkconfigurator | |
networkconfigurator.actions | |
networkconfigurator.item |
Modifier and Type | Class and Description |
---|---|
private class |
DetailBar.SetNameVisitor
Adapter for setting the textfields.
|
class |
PopupMenu
The popup menu.
|
private class |
PopupMenu.ConnectChecker
Nodevisitor that checks if there is a item in the selected Nodes list, that can not be
connected by the popup-menu.
|
Modifier and Type | Class and Description |
---|---|
private class |
ChangeConnectionType.VisitorForChangingTheConnectionType
Visitor calls for changing the connecting type of internet or configRouter.
|
private class |
DeleteAction.VisitorForDeletingEdges
Visitor for removing Edges.
|
private class |
DeleteAction.VisitorForRemovingDevices
Visitor for removing Devices.
|
private class |
DeleteAction.VisitorMarkAdapterAsNotConnected
Visitor for marking a slot or a adapter as not connected.
|
private class |
LoadTask.FindItemAndUpdatePoint
class for finding an item in a list and updating the point.
|
private class |
NewNetworkAdapterAction.VisitorForHardwareEdge
Visitor for adding hardwareEdges between the new Adapter and the device.
|
private class |
NewSlotAction.VisitorForHardwareEdge
Visitor for adding HardwareEdges between the new slot and the Switch or Internet.
|
private class |
RenameAction.VisitorForUpdateDetailView
Visitor for updating the deatilview.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigRouter.accept(ItemVisitor visitor) |
void |
HardwareEdge.accept(ItemVisitor visitor) |
void |
Host.accept(ItemVisitor visitor) |
void |
Internet.accept(ItemVisitor visitor) |
abstract void |
Item.accept(ItemVisitor itemVisitor)
accept-method for nodevisitor (VisitorPattern).
|
void |
NetworkAdapter.accept(ItemVisitor visitor) |
void |
NetworkCable.accept(ItemVisitor visitor) |
void |
Router.accept(ItemVisitor visitor) |
void |
Slot.accept(ItemVisitor nodeVisitor) |
void |
Switch.accept(ItemVisitor visitor) |