|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.preview.api.SupervisorPropery
public final class SupervisorPropery
Field Summary | |
---|---|
protected java.lang.String |
category
|
protected Property |
property
|
Method Summary | |
---|---|
static SupervisorPropery |
createProperty(Supervisor supervisor,
java.lang.Class valueType,
java.lang.String propertyName,
java.lang.String propertyCategory,
java.lang.String propertyDescription)
Create a property. |
static SupervisorPropery |
createProperty(Supervisor supervisor,
java.lang.Class valueType,
java.lang.String propertyName,
java.lang.String propertyCategory,
java.lang.String propertyDescription,
java.lang.Class<? extends java.beans.PropertyEditor> editorClass)
Create a property, with a particular PropertyEditor . |
static SupervisorPropery |
createProperty(Supervisor supervisor,
java.lang.Class valueType,
java.lang.String propertyName,
java.lang.String propertyCategory,
java.lang.String propertyDescription,
java.lang.String getMethod,
java.lang.String setMethod)
Create a property, with a particular PropertyEditor . |
static SupervisorPropery |
createProperty(Supervisor supervisor,
java.lang.Class valueType,
java.lang.String propertyName,
java.lang.String propertyCategory,
java.lang.String propertyDescription,
java.lang.String getMethod,
java.lang.String setMethod,
java.lang.Class<? extends java.beans.PropertyEditor> editorClass)
Create a property, with a particular PropertyEditor . |
java.lang.String |
getCategory()
Return the category of the property |
Property |
getProperty()
Return the underlying Property . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Property property
protected java.lang.String category
Method Detail |
---|
public Property getProperty()
Property
.
Node.Property
public java.lang.String getCategory()
public static SupervisorPropery createProperty(Supervisor supervisor, java.lang.Class valueType, java.lang.String propertyName, java.lang.String propertyCategory, java.lang.String propertyDescription) throws java.lang.NoSuchMethodException
supervisor
- The supervisor instancevalueType
- The type of the property value, ex: Double.class
propertyName
- The display name of the propertypropertyCategory
- A category string or null
for using
default categorypropertyDescription
- A description string for the property
java.lang.NoSuchMethodException
- if the getter or setter methods cannot be foundpublic static SupervisorPropery createProperty(Supervisor supervisor, java.lang.Class valueType, java.lang.String propertyName, java.lang.String propertyCategory, java.lang.String propertyDescription, java.lang.String getMethod, java.lang.String setMethod) throws java.lang.NoSuchMethodException
PropertyEditor
. A particular
editor must be specified when the property type don't have a registered
editor class.
supervisor
- The supervisor instancevalueType
- The type of the property value, ex: Double.class
propertyName
- The display name of the propertypropertyCategory
- A category string or null
for using
default categorypropertyDescription
- A description string for the propertygetMethod
- the get method namesetMethod
- the set method name
java.lang.NoSuchMethodException
- if the getter or setter methods cannot be foundpublic static SupervisorPropery createProperty(Supervisor supervisor, java.lang.Class valueType, java.lang.String propertyName, java.lang.String propertyCategory, java.lang.String propertyDescription, java.lang.Class<? extends java.beans.PropertyEditor> editorClass) throws java.lang.NoSuchMethodException
PropertyEditor
. A particular
editor must be specified when the property type don't have a registered
editor class.
supervisor
- The supervisor instancevalueType
- The type of the property value, ex: Double.class
propertyName
- The display name of the propertypropertyCategory
- A category string or null
for using
default categorypropertyDescription
- A description string for the propertyeditorClass
- A PropertyEditor
class for the given type
java.lang.NoSuchMethodException
- if the getter or setter methods cannot be foundpublic static SupervisorPropery createProperty(Supervisor supervisor, java.lang.Class valueType, java.lang.String propertyName, java.lang.String propertyCategory, java.lang.String propertyDescription, java.lang.String getMethod, java.lang.String setMethod, java.lang.Class<? extends java.beans.PropertyEditor> editorClass) throws java.lang.NoSuchMethodException
PropertyEditor
. A particular
editor must be specified when the property type don't have a registered
editor class.
supervisor
- The supervisor instancevalueType
- The type of the property value, ex: Double.class
propertyName
- The display name of the propertypropertyCategory
- A category string or null
for using
default categorypropertyDescription
- A description string for the propertyeditorClass
- A PropertyEditor
class for the given typegetMethod
- the get method namesetMethod
- the set method name
java.lang.NoSuchMethodException
- if the getter or setter methods cannot be found
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |