|
Revision 3254 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pathvisio.model.PropertyManager
public class PropertyManager
This PropertyManager handles the registration/lookups of everything related to TypedProperties.
Plugins with custom Properties or PropertyTypes should register them here.
| Method Summary | |
|---|---|
static Property |
getProperty(java.lang.String id)
Gets the property matching the given ID. |
static PropertyType |
getPropertyType(java.lang.String id)
Gets the property type matching the given ID. |
static void |
registerProperty(Property prop)
Registers a property. |
static void |
registerPropertyType(PropertyType type)
Registers a property type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void registerPropertyType(PropertyType type)
java.lang.IllegalArgumentException - if there is an existing type that uses the same IDpublic static PropertyType getPropertyType(java.lang.String id)
public static void registerProperty(Property prop)
java.lang.IllegalArgumentException - if there is an existing property that uses the same IDpublic static Property getProperty(java.lang.String id)
|
Generated July 29 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||