| com.bostechcorp.cbesb.ui.variant.wizards.VariantNewWizard
VariantNewWizard | public class VariantNewWizard extends Wizard implements INewWizard(Code) | | |
Method Summary | |
public void | addPages() Adding the page to the wizard. | public void | creatMDLFileSeg(String filename) | public TreeItem | getClipboard() | public void | init(IWorkbench workbench, IStructuredSelection selection) We will accept the selection in the workbench to see if we can initialize
from it. | public boolean | performFinish() | public void | setClipboard(TreeItem clipboard) |
clipboard | public TreeItem clipboard(Code) | | |
copy | protected boolean copy(Code) | | |
message | protected boolean message(Code) | | |
addPages | public void addPages()(Code) | | Adding the page to the wizard.
|
creatMDLFileSeg | public void creatMDLFileSeg(String filename)(Code) | | |
getClipboard | public TreeItem getClipboard()(Code) | | |
init | public void init(IWorkbench workbench, IStructuredSelection selection)(Code) | | We will accept the selection in the workbench to see if we can initialize
from it.
See Also: IWorkbenchWizard.init(IWorkbenchIStructuredSelection) |
performFinish | public boolean performFinish()(Code) | | (non-Javadoc) Method declared on IWizard
|
setClipboard | public void setClipboard(TreeItem clipboard)(Code) | | |
|
|