|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
addGroup(String name)
Adds a group to the bokmarks. |
void |
addKeyword(String key)
Adds a keyword to an object. |
void |
addObject(String group,
String name,
String[] keywords,
Object o)
|
Object[] |
getGroup(String name)
returns all object within the group. |
Object[] |
getKeyword(String key)
returns all object within the keyword. |
void |
getSelected()
Returns the selected object or group. |
void |
removeGroup(String name)
Removes a group to the bokmarks. |
void |
removeKeyword(String key,
Object object)
Removes a keyword from an object. |
void |
removeObject(String name)
|
void |
removeObject(String group,
String name)
|
void |
setSelected(String name)
Sets the selected object. |
| Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace |
lastUpdateTime, register, setLabel, setName, update |
| Method Detail |
public void addGroup(String name)
name - a String that contanins the group name.public void removeGroup(String name)
name - a String that contanins the group name.public Object[] getGroup(String name)
name - a String that contanins the group name.public void addKeyword(String key)
public void removeKeyword(String key,
Object object)
key - a String that contanins the group name.public Object[] getKeyword(String key)
public void getSelected()
public void setSelected(String name)
name - a String value that identifies the object to be selected.
public void addObject(String group,
String name,
String[] keywords,
Object o)
public void removeObject(String group,
String name)
public void removeObject(String name)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||