|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataView
View used by an observer to display part of the environment
| Field Summary | |
|---|---|
static String |
SIMPLE_VIEW_2D
|
| Method Summary | |
|---|---|
Object[] |
getObjects()
Returns a list of objects in this view |
String |
getType()
Returns the type of the view. |
void |
init(IEnvironmentSpace space,
Map properties)
Initialize the view. |
void |
update(IEnvironmentSpace space)
Updates the view. |
| Field Detail |
|---|
static final String SIMPLE_VIEW_2D
| Method Detail |
|---|
void init(IEnvironmentSpace space,
Map properties)
String getType()
Object[] getObjects()
void update(IEnvironmentSpace space)
space - the space of the view
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||