org.globus.cog.gui.grapheditor.properties
Interface ClassProperty

All Known Implementing Classes:
AbstractClassProperty

public interface ClassProperty


Method Summary
 int getAccess()
           
 Property getInstance(PropertyHolder owner)
           
 String getName()
           
 Class getOwnerClass()
           
 

Method Detail

getInstance

public Property getInstance(PropertyHolder owner)

getOwnerClass

public Class getOwnerClass()

getName

public String getName()

getAccess

public int getAccess()