|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUIPlugin
net.sourceforge.eclipsetrader.trading.TradingPlugin
The main plugin class to be used in the desktop.
Field Summary | |
---|---|
static java.lang.String |
ALERTS_EXTENSION_POINT
|
static java.lang.String |
PLUGIN_ID
|
static java.lang.String |
SYSTEM_WIZARDS_EXTENSION_POINT
|
static java.lang.String |
SYSTEMS_EXTENSION_POINT
|
Constructor Summary | |
---|---|
TradingPlugin()
The constructor. |
Method Summary | |
---|---|
static AlertPlugin |
createAlertPlugin(java.lang.String id)
|
static TradingSystemPlugin |
createTradingSystemPlugin(java.lang.String id)
|
static TradingSystemPlugin |
createTradingSystemPlugin(TradingSystem system)
|
static java.lang.String |
getAlertPluginName(java.lang.String id)
|
static IConfigurationElement[] |
getAlertPluginPreferencePages(java.lang.String id)
|
static TradingPlugin |
getDefault()
Returns the shared instance. |
static ImageDescriptor |
getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path. |
static IConfigurationElement[] |
getTradingSystemPluginPreferencePages(java.lang.String id)
|
static java.util.List |
getTradingSystemPlugins()
|
static void |
logException(java.lang.Exception e)
|
void |
start(BundleContext context)
This method is called upon plug-in activation |
void |
stop(BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PLUGIN_ID
public static final java.lang.String ALERTS_EXTENSION_POINT
public static final java.lang.String SYSTEMS_EXTENSION_POINT
public static final java.lang.String SYSTEM_WIZARDS_EXTENSION_POINT
Constructor Detail |
public TradingPlugin()
Method Detail |
public void start(BundleContext context) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context) throws java.lang.Exception
java.lang.Exception
public static TradingPlugin getDefault()
public static ImageDescriptor getImageDescriptor(java.lang.String path)
path
- the path
public static AlertPlugin createAlertPlugin(java.lang.String id)
public static java.lang.String getAlertPluginName(java.lang.String id)
public static IConfigurationElement[] getAlertPluginPreferencePages(java.lang.String id)
public static java.util.List getTradingSystemPlugins()
public static TradingSystemPlugin createTradingSystemPlugin(TradingSystem system)
public static TradingSystemPlugin createTradingSystemPlugin(java.lang.String id)
public static IConfigurationElement[] getTradingSystemPluginPreferencePages(java.lang.String id)
public static void logException(java.lang.Exception e)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |