net.infonode.docking.util
public class ViewMap extends AbstractViewMap
Version: $Revision: 1.7 $
| Constructor Summary | |
|---|---|
| ViewMap()
Constructor. | |
| ViewMap(View[] views)
Utility constructor that creates a map with a number of views.
| |
| Method Summary | |
|---|---|
| void | addView(int id, View view)
Adds a view to the map.
|
| View | getView(int id)
Returns the view with a specific id.
|
| protected Object | readViewId(ObjectInputStream in) |
| void | removeView(int id)
Removes a view with a specific id from the map.
|
| protected void | writeViewId(Object id, ObjectOutputStream out) |
Parameters: views the views to add to the map
Parameters: id the view id view the view
Parameters: id the view id
Returns: the view with the id
Parameters: id the view id