|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.rcp.service.manager.core.ServiceManager
public class ServiceManager
ServiceManager manages all BTT Rich Client services
Constructor Summary | |
---|---|
ServiceManager()
|
Method Summary | |
---|---|
static void |
changedProperties(IPropertyValue[] values)
Change properties by property broker |
static void |
changedProperties(IPropertyValue[] values,
java.lang.String source)
Change properties by property broker |
static void |
changedProperty(IProperty property,
java.lang.Object value)
Change property value by property type and new value |
static void |
changedProperty(java.lang.String name,
java.lang.Object value)
Change property value by property name and new value |
static void |
changedProperty(java.lang.String name,
java.lang.String namespace,
java.lang.Object value)
Change property value by property name, namespace and new value |
static IProperty |
createProperty(java.lang.String name)
Create property by name using property factory |
static IProperty |
createProperty(java.lang.String name,
java.lang.String namespace)
Create property by name and namespace using property factory |
static IPropertyValue |
createPropertyValue(IProperty property,
java.lang.Object value)
Create property value by property type and new value |
static IActivityManager |
getActivityManager()
Get activity manager instance |
static INavigatorAccessController |
getNavigatorAccessController()
Get navigator registry instance to manage the navigator item extension points |
static INavigatorViewController |
getNavigatorViewController()
Get Navigator view controller instance to manage the navigator view |
static IPerspectiveRegistry |
getPerspectiveRegistry()
Get perspective definition item registry |
static IPropertyBrokerService |
getPropertyBroker()
Get property broker service instance |
static IPropertyFactory |
getPropertyFactory()
Get factory for property creation |
static IWorkingArea |
getWorkingArea()
Get Working area instance to handle the workbenchpage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceManager()
Method Detail |
---|
public static IActivityManager getActivityManager()
public static INavigatorAccessController getNavigatorAccessController()
public static IPerspectiveRegistry getPerspectiveRegistry()
public static INavigatorViewController getNavigatorViewController()
public static IWorkingArea getWorkingArea()
public static IPropertyBrokerService getPropertyBroker()
public static void changedProperties(IPropertyValue[] values)
values
- property values changedpublic static void changedProperties(IPropertyValue[] values, java.lang.String source)
values
- property values changedsource
- source which invoke the property changepublic static IPropertyFactory getPropertyFactory()
public static IProperty createProperty(java.lang.String name)
name
- property name
public static IProperty createProperty(java.lang.String name, java.lang.String namespace)
name
- property namenamespace
- property namespace
public static IPropertyValue createPropertyValue(IProperty property, java.lang.Object value)
property
- property instancevalue
- new value
public static void changedProperty(java.lang.String name, java.lang.String namespace, java.lang.Object value)
name
- property namenamespace
- property namespacevalue
- property new valuepublic static void changedProperty(IProperty property, java.lang.Object value)
property
- property instancevalue
- new valuepublic static void changedProperty(java.lang.String name, java.lang.Object value)
name
- property namevalue
- property new value
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |