|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.jbuilder.designer.DesignerPropertyGroup
A DesignerPropertyGroup is a collection of property settings specific to Designers with which the properties system interacts.
Field Summary | |
static java.lang.String |
CATEGORY
|
static GlobalProperty |
DESIGN_TIME_CLASS_PATH
|
static GlobalBooleanProperty |
INSTANTIATE_THIS
|
static int |
PME_ALWAYS
|
static int |
PME_IFBEANINFO
|
static int |
PME_IFNOBEANINFO
|
static int |
PME_NEVER
|
static java.lang.String |
PME_OPT_ALWAYS
|
static java.lang.String |
PME_OPT_IFBEANINFO
|
static java.lang.String |
PME_OPT_IFNOBEANINFO
|
static java.lang.String |
PME_OPT_NEVER
|
static GlobalProperty |
PME_READ
|
static GlobalProperty |
PME_WRITE
|
static GlobalBooleanProperty |
PREFERRED_RESOURCE_STATE
|
Constructor Summary | |
DesignerPropertyGroup()
|
Method Summary | |
static Url[] |
getDesignTimeClassPath()
Retrieves the application root file path. |
PropertyPageFactory |
getPageFactory(java.lang.Object topic)
Retrieves the PropertyPageFactory instance capable of describing and creating the necessary PropertyPage. |
static java.lang.String |
getProxy(java.lang.String className)
Retrieves the proxy class to instantiate in place of the class with the given className. |
void |
initializeProperties()
Initializes the properties group. |
static void |
initOpenTool(byte majorVersion,
byte minorVersion)
Registers this property group with the properties system manager. |
static int |
pmeOption(java.lang.String val)
Translates a PME description string into its corresponding PME index. |
static void |
registerPropertyEditors()
Registers editors for this property group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CATEGORY
public static final java.lang.String PME_OPT_NEVER
public static final java.lang.String PME_OPT_IFBEANINFO
public static final java.lang.String PME_OPT_IFNOBEANINFO
public static final java.lang.String PME_OPT_ALWAYS
public static final int PME_NEVER
public static final int PME_IFBEANINFO
public static final int PME_IFNOBEANINFO
public static final int PME_ALWAYS
public static final GlobalBooleanProperty PREFERRED_RESOURCE_STATE
public static final GlobalBooleanProperty INSTANTIATE_THIS
public static final GlobalProperty PME_READ
public static final GlobalProperty PME_WRITE
public static final GlobalProperty DESIGN_TIME_CLASS_PATH
Constructor Detail |
public DesignerPropertyGroup()
Method Detail |
public static void initOpenTool(byte majorVersion, byte minorVersion)
majorVersion
- the major version of the OpenToolsminorVersion
- the minor version of the OpenToolspublic PropertyPageFactory getPageFactory(java.lang.Object topic)
Retrieves the PropertyPageFactory instance capable of describing and creating the necessary PropertyPage.
Returns null in this implementation.
getPageFactory
in interface PropertyGroup
topic
- topic for property dialog, or null if global property
settings are being displayed.public void initializeProperties()
Initializes the properties group. This method just calls
DesignerManager.getInstance()
to make sure that an instance of
DesignerManager is created.
This method will only be called if this DesignerPropertyGroup was registered during OpenTool initialization.
initializeProperties
in interface PropertyGroup
public static java.lang.String getProxy(java.lang.String className)
Retrieves the proxy class to instantiate in place of the class with the given className.
className
- name of class for which the proxy is to be instantiatedpublic static Url[] getDesignTimeClassPath()
Retrieves the application root file path.
public static void registerPropertyEditors()
Registers editors for this property group.
public static int pmeOption(java.lang.String val)
Translates a PME description string into its corresponding PME index.
val
- PME description string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |