[PaletteName]
This class is used to access your plug-in project.
The
[PaletteName] class contains the following methods:
Methods | Description |
---|---|
public void start() | This method is called when the design-time bundle is initialized by Eclipse.
This is a BusinessWorks 6 life-cycle method. |
public void stop() | This method is called when the design-time bundle is stopped by Eclipse.
This is a BusinessWorks 6 life-cycle method. |
public static palette_name getDefault() | Use this method to get a plug-in instance.
This is a BusinessWorks 6 life-cycle method. |
Copyright © Cloud Software Group, Inc. All rights reserved.