|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the Locale interface.
The Locale class is
copyright© 2005 smtose.org
(www.smtose.org)
| Method Summary | |
MetaObject[] |
allObjects()
|
MetaObject |
get(int objectID)
|
MetaObject |
get(MetaObject meta)
|
MetaObject |
get(Position pos)
Gets the object at a given position, removing it from the Locale. |
MetaObject |
get(java.lang.String name)
Gets an object by a given name, removing it from the Locale. |
Position |
getNamedPoint(java.lang.String key)
|
boolean |
isEmpty(Position pos)
|
boolean |
isInLocale(MetaObject meta)
|
void |
move(MetaObject meta,
Position newPos)
|
void |
move(Position oldPos,
Position newPos)
|
MetaObject |
peek(Position pos)
|
void |
put(MetaObject meta)
Puts an object into the locale at the first open position. |
void |
put(MetaObject meta,
Position pos)
Puts an object into the locale at a given position. |
void |
remove(int objectID)
|
void |
remove(MetaObject meta)
|
void |
remove(java.lang.String name)
|
void |
setNamedPoint(java.lang.String key,
Position pos)
|
| Method Detail |
public void put(MetaObject meta,
Position pos)
meta - the MetaObject to addpos - the Position to add the object atpublic void put(MetaObject meta)
meta - the MetaObject to addpublic MetaObject get(Position pos)
pos - The position to fetch the object from
public MetaObject get(java.lang.String name)
name - The name of the object to get
public MetaObject get(int objectID)
public MetaObject get(MetaObject meta)
public void remove(MetaObject meta)
public void remove(java.lang.String name)
public void remove(int objectID)
public void move(MetaObject meta,
Position newPos)
public void move(Position oldPos,
Position newPos)
public boolean isEmpty(Position pos)
public MetaObject[] allObjects()
public Position getNamedPoint(java.lang.String key)
public void setNamedPoint(java.lang.String key,
Position pos)
public boolean isInLocale(MetaObject meta)
public MetaObject peek(Position pos)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||