public interface MBasicFactory
Modifier and Type | Field and Description |
---|---|
static MBasicFactory |
INSTANCE
The singleton instance of the factory
|
Modifier and Type | Method and Description |
---|---|
MCompositePart |
createCompositePart()
Returns a new object of class 'Composite Part'
|
MDialog |
createDialog()
Returns a new object of class 'Dialog'
|
MInputPart |
createInputPart()
Returns a new object of class 'Input Part'
|
MPart |
createPart()
Returns a new object of class 'Part'
|
MPartSashContainer |
createPartSashContainer()
Returns a new object of class 'Part Sash Container'
|
MPartStack |
createPartStack()
Returns a new object of class 'Part Stack'
|
MTrimBar |
createTrimBar()
Returns a new object of class 'Trim Bar'
|
MTrimmedWindow |
createTrimmedWindow()
Returns a new object of class 'Trimmed Window'
|
MWindow |
createWindow()
Returns a new object of class 'Window'
|
MWizardDialog |
createWizardDialog()
Returns a new object of class 'Wizard Dialog'
|
static final MBasicFactory INSTANCE
MPart createPart()
MCompositePart createCompositePart()
MInputPart createInputPart()
MPartStack createPartStack()
MPartSashContainer createPartSashContainer()
MWindow createWindow()
MTrimmedWindow createTrimmedWindow()
MTrimBar createTrimBar()
MDialog createDialog()
MWizardDialog createWizardDialog()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.