|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.opensync.engine.server.Views
This class represents a list of views. It's just a helper class.
| 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 |
public Views()
| Method Detail |
public void add(View view)
view - the view to addpublic View get(java.lang.String name)
name - the name of the view to addpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||