|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.graphic.style.IlvPropertyDescriptorManager
public class IlvPropertyDescriptorManager
IlvPropertyDescriptorManager is a class to manage property
descriptor dependencies.
| Nested Class Summary | |
|---|---|
static class |
IlvPropertyDescriptorManager.Dependency
Dependency describes the dependency between two
PropertyDescriptor objects. |
static class |
IlvPropertyDescriptorManager.ShowHideDependency
ShowHideDependency represents a dependency that shows or
hides a property descriptor. |
| Method Summary | |
|---|---|
static void |
addDependency(Class beanClass,
IlvPropertyDescriptorManager.Dependency d)
Add a dependency for this bean class. |
static PropertyDescriptor[] |
getPropertyDescriptors(Class beanClass,
boolean expert)
Returns the PropertyDescriptor objects for the given class. |
static void |
notify(ilog.views.util.psheet.IlvPropertySheet s,
String propertyName)
Notifies that the property propertyName has changed to
a new value. |
static void |
notify(ilog.views.util.psheet.IlvPropertySheet s,
String propertyName,
Object value)
Notifies that the property propertyName has changed to a new value. |
static void |
registerPropertyDescriptor(Class beanClass,
PropertyDescriptor descriptor,
boolean expert)
Registers a PropertyDescriptor object for the given class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void registerPropertyDescriptor(Class beanClass,
PropertyDescriptor descriptor,
boolean expert)
PropertyDescriptor object for the given class.
beanClass - The class to register the PropertyDescriptor
for.descriptor - The PropertyDescriptor.expert - Set to true for expert mode.
public static PropertyDescriptor[] getPropertyDescriptors(Class beanClass,
boolean expert)
PropertyDescriptor objects for the given class.
beanClass - The class for which the PropertyDescriptor
objects have been registered.expert - Set to true to retrieve expert mode descriptors
(all).
public static void notify(ilog.views.util.psheet.IlvPropertySheet s,
String propertyName,
Object value)
s - The property sheet to refresh.propertyName - The property name.value - The new value.
public static void notify(ilog.views.util.psheet.IlvPropertySheet s,
String propertyName)
propertyName has changed to
a new value.
s - The property sheet to refresh.propertyName - The property name.
public static void addDependency(Class beanClass,
IlvPropertyDescriptorManager.Dependency d)
beanClass - The bean class.d - The dependency.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||