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

Constructor Index

 o ListBindsList(ListBindsNet, List)

Method Index

 o show(boolean)
This method is called to get an output in the list.
 o update()
This method is called to get an output in the list.

Constructors

 o 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

Methods

 o 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
 o update
 public void update()
This method is called to get an output in the list.


All Packages  Class Hierarchy  This Package  Previous  Next  Index