|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.propertysheet.IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor
public abstract static class IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor
A wrapper of an IlvPropertyDescriptor that can be used when the the property sheet shows properties from more than one target bean. It simply redirects the invocations of setters and getters to the real target bean.
| Constructor Summary | |
|---|---|
IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor(ilog.views.util.psheet.IlvPropertyDescriptor propDesc)
Creates a retargeted property descriptor from an IlvPropertyDescriptor. |
|
| Method Summary | |
|---|---|
Object |
get(Object target)
Returns a String representing an URL where
the HTML documentation of the set method of the property is. |
String |
getDisplayName()
Returns the name that will be displayed in the property sheet. |
String |
getGetDocumentation()
Returns a String representing an URL where
the HTML documentation of the get method of the property is. |
String |
getName()
Returns the name of the property. |
ilog.views.util.psheet.IlvPropertyDescriptor |
getOriginalDescriptor()
Returns the original descriptor. |
Class |
getPropertyEditorClass()
Returns the class type of the editor of the property. |
Class |
getPropertyType()
Returns the class type of the property. |
abstract Object |
getRealTarget(Object target)
Returns the object really pointed to by target parameter. |
String |
getSetDocumentation()
Returns a String representing an URL where
the HTML documentation of the set method of the property is. |
String |
getShortDescription()
Returns the description shown in the tooltip. |
boolean |
isPublic()
Returns true if the property is public. |
void |
set(Object target,
Object value)
Sets the value of the property for the target object. |
void |
setPropertyEditorClass(Class editorClass)
Changes the class type of the editor of the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor(ilog.views.util.psheet.IlvPropertyDescriptor propDesc)
IlvPropertyDescriptor.
propDesc - The IlvPropertyDescriptor.| Method Detail |
|---|
public boolean isPublic()
isPublic in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.isPublic()public String getName()
getName in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getName()public String getDisplayName()
getDisplayName in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getDisplayName()public String getShortDescription()
getShortDescription in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getShortDescription()public Class getPropertyType()
getPropertyType in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getPropertyType()public Class getPropertyEditorClass()
getPropertyEditorClass in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getPropertyEditorClass()public void setPropertyEditorClass(Class editorClass)
setPropertyEditorClass in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.setPropertyEditorClass(java.lang.Class)public String getGetDocumentation()
String representing an URL where
the HTML documentation of the get method of the property is.
getGetDocumentation in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getGetDocumentation()public String getSetDocumentation()
String representing an URL where
the HTML documentation of the set method of the property is.
getSetDocumentation in interface ilog.views.util.psheet.IlvPropertyDescriptorIlvPropertyDescriptor.getSetDocumentation()
public Object get(Object target)
throws Exception
String representing an URL where
the HTML documentation of the set method of the property is.
get in interface ilog.views.util.psheet.IlvPropertyDescriptorExceptionIlvPropertyDescriptor.get(java.lang.Object)
public void set(Object target,
Object value)
throws Exception
set in interface ilog.views.util.psheet.IlvPropertyDescriptorExceptionIlvPropertyDescriptor.set(java.lang.Object, java.lang.Object)public ilog.views.util.psheet.IlvPropertyDescriptor getOriginalDescriptor()
public abstract Object getRealTarget(Object target)
target - The original target.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||