org.opensync.engine.server
Class Views

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.opensync.engine.server.Views
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Views
extends java.util.Hashtable

This class represents a list of views. It's just a helper class.

See Also:
Serialized Form

Constructor Summary
Views()
          Construct a Views object
 
Method Summary
 void add(View view)
          Add a view to the list
 View get(java.lang.String name)
          Get a view
 java.lang.String toString()
          Use for debug only
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Views

public Views()
Construct a Views object

Method Detail

add

public void add(View view)
Add a view to the list

Parameters:
view - the view to add

get

public View get(java.lang.String name)
Get a view

Parameters:
name - the name of the view to add

toString

public java.lang.String toString()
Use for debug only



Copyright © 2004 sourceforge. All Rights Reserved.