All Packages Class Hierarchy This Package Previous Next Index
Class vnet.display.ListBindsList
java.lang.Object
|
+----vnet.display.ListBindsList
- public class ListBindsList
- extends Object
Class to manage the servers binded to the net, allowing its sorting
by Node or by Name and its display in a List
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
-
ListBindsList(ListBindsNet, List)
-
-
show(boolean)
- This method is called to get an output in the list.
-
update()
- This method is called to get an output in the list.
ListBindsList
public ListBindsList(ListBindsNet net,
List list)
- Parameters:
- net - the ListBindsNet that observes the net
- list - the list where the servers will be shown
- See Also:
- ListBindsNet
show
public void show(boolean NodeSorted)
- This method is called to get an output in the list.
- Parameters:
- NodeSorted - the servers are sorted by the name if NodeSorted is false
and by the Node if it is true
update
public void update()
- This method is called to get an output in the list.
All Packages Class Hierarchy This Package Previous Next Index