public abstract static class IlvMapStylePropertySheet.IlvRetargetedPropertyDescriptor extends Object implements ilog.views.util.psheet.IlvPropertyDescriptor
Constructor and Description |
---|
IlvRetargetedPropertyDescriptor(ilog.views.util.psheet.IlvPropertyDescriptor propDesc)
Creates a retargeted property descriptor from an
IlvPropertyDescriptor . |
Modifier and Type | Method and Description |
---|---|
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.
|
public IlvRetargetedPropertyDescriptor(ilog.views.util.psheet.IlvPropertyDescriptor propDesc)
IlvPropertyDescriptor
.propDesc
- The IlvPropertyDescriptor
.public boolean isPublic()
isPublic
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.isPublic()
public String getName()
getName
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.getName()
public String getDisplayName()
getDisplayName
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.getDisplayName()
public String getShortDescription()
getShortDescription
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.getShortDescription()
public Class<?> getPropertyType()
getPropertyType
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.getPropertyType()
public Class<?> getPropertyEditorClass()
getPropertyEditorClass
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.getPropertyEditorClass()
public void setPropertyEditorClass(Class<?> editorClass)
setPropertyEditorClass
in interface ilog.views.util.psheet.IlvPropertyDescriptor
IlvPropertyDescriptor.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.IlvPropertyDescriptor
IlvPropertyDescriptor.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.IlvPropertyDescriptor
IlvPropertyDescriptor.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.IlvPropertyDescriptor
Exception
IlvPropertyDescriptor.get(java.lang.Object)
public void set(Object target, Object value) throws Exception
set
in interface ilog.views.util.psheet.IlvPropertyDescriptor
Exception
IlvPropertyDescriptor.set(java.lang.Object, java.lang.Object)
public ilog.views.util.psheet.IlvPropertyDescriptor getOriginalDescriptor()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.