Modifier and Type | Class and Description |
---|---|
class |
WidgetTypeImpl
Implementation for widget types.
|
Modifier and Type | Method and Description |
---|---|
WidgetType |
LayoutManager.getWidgetType(String typeName)
Returns the registered widget type for this type name.
|
WidgetType |
LayoutStore.getWidgetType(String category,
String typeName)
Returns the registered widget type for this type name.
|
Modifier and Type | Method and Description |
---|---|
WidgetType |
WidgetTypeRegistry.clone(WidgetType orig) |
WidgetType |
WidgetTypeRegistry.getWidgetType(String id) |
Modifier and Type | Method and Description |
---|---|
WidgetType |
WidgetTypeRegistry.clone(WidgetType orig) |
void |
WidgetTypeRegistry.contributionRemoved(String id,
WidgetType origContrib) |
void |
WidgetTypeRegistry.contributionUpdated(String id,
WidgetType contrib,
WidgetType newOrigContrib) |
String |
WidgetTypeRegistry.getContributionId(WidgetType contrib) |
void |
WidgetTypeRegistry.merge(WidgetType src,
WidgetType dst) |
Modifier and Type | Method and Description |
---|---|
WidgetType |
AbstractLayoutManager.getWidgetType(String typeName) |
WidgetType |
LayoutStoreImpl.getWidgetType(String category,
String typeName) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.