| Modifier and Type | Class and Description |
|---|---|
class |
StubFactoryFactoryBase |
class |
StubFactoryFactoryDynamicBase |
class |
StubFactoryFactoryStaticImpl |
| Modifier and Type | Method and Description |
|---|---|
PresentationManager.StubFactoryFactory |
PresentationManagerImpl.getDynamicStubFactoryFactory() |
PresentationManager.StubFactoryFactory |
PresentationManagerImpl.getStaticStubFactoryFactory() |
PresentationManager.StubFactoryFactory |
PresentationManagerImpl.getStubFactoryFactory(boolean isDynamic) |
| Modifier and Type | Method and Description |
|---|---|
void |
PresentationManagerImpl.setDynamicStubFactoryFactory(PresentationManager.StubFactoryFactory sff)
Register the static StubFactoryFactory.
|
void |
PresentationManagerImpl.setStaticStubFactoryFactory(PresentationManager.StubFactoryFactory sff)
Register the dynamic StubFactoryFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StubFactoryFactoryCodegenImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
StubFactoryFactoryProxyImpl |
| Modifier and Type | Method and Description |
|---|---|
static PresentationManager.StubFactoryFactory |
ORB.getStubFactoryFactory()
Get the appropriate StubFactoryFactory.
|
| Modifier and Type | Method and Description |
|---|---|
PresentationManager.StubFactoryFactory |
PresentationManager.getDynamicStubFactoryFactory()
Return the registered dynamic StubFactoryFactory.
|
PresentationManager.StubFactoryFactory |
PresentationManager.getStaticStubFactoryFactory()
Return the registered static StubFactoryFactory.
|
static PresentationManager.StubFactoryFactory |
PresentationDefaults.getStaticStubFactoryFactory() |
PresentationManager.StubFactoryFactory |
PresentationManager.getStubFactoryFactory(boolean isDynamic)
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.