org.globus.cog.gridface.impl.desktop.interfaces
Interface AccessAttributes
- All Known Implementing Classes:
- AttributesHolder
- public interface AccessAttributes
UNKNOWN_ATTRIB
public static final String UNKNOWN_ATTRIB
- See Also:
- Constant Field Values
clear
public void clear()
setAttribute
public void setAttribute(String name,
Object value)
- set attributes for the given command
getAttribute
public Object getAttribute(String name)
- Get the attribute with given name
getAttributes
public Hashtable getAttributes()
- Get all attributes in the form of a hash table
setAttributes
public void setAttributes(Hashtable attribs)
removeAttribute
public void removeAttribute(String name)