public interface MBasicFactory
Modifier and Type | Field and Description |
---|---|
static MBasicFactory |
INSTANCE
The singleton instance of the factory
|
Modifier and Type | Method and Description |
---|---|
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'
|
static final MBasicFactory INSTANCE
MPart createPart()
MInputPart createInputPart()
MPartStack createPartStack()
MPartSashContainer createPartSashContainer()
MWindow createWindow()
MTrimmedWindow createTrimmedWindow()
MTrimBar createTrimBar()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.