net.infonode.docking.util
public class StringViewMap extends AbstractViewMap
Since: IDW 1.1.0
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
StringViewMap()
Constructor. | |
StringViewMap(View[] views)
Utility constructor that creates a map with a number of views.
|
Method Summary | |
---|---|
void | addView(View view)
Adds a view to the map.
|
void | addView(String id, View view)
Adds a view to the map.
|
View | getView(String id)
Returns the view with a specific id.
|
protected Object | readViewId(ObjectInputStream in) |
void | removeView(String 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: view the view
Parameters: id the view id view the view
Parameters: id the view id
Returns: the view with the id
Parameters: id the view id