org.globus.cog.gui.grapheditor.properties
Class AbstractClassProperty
java.lang.Object
org.globus.cog.gui.grapheditor.properties.AbstractClassProperty
- All Implemented Interfaces:
- ClassProperty
- Direct Known Subclasses:
- ComponentClassProperty, DelegatedClassProperty
- public abstract class AbstractClassProperty
- extends Object
- implements ClassProperty
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractClassProperty
public AbstractClassProperty(Class ownerClass,
String name,
int access)
getAccess
public int getAccess()
- Specified by:
getAccess in interface ClassProperty
getName
public String getName()
- Specified by:
getName in interface ClassProperty
getOwnerClass
public Class getOwnerClass()
- Specified by:
getOwnerClass in interface ClassProperty