public class MediaConversionHMCExtension extends HMCExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_PATH
Path to the resource bundles.
|
| Constructor and Description |
|---|
MediaConversionHMCExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<EditorTabChip> |
getEditorTabChips(DisplayState displayState,
AbstractEditorMenuChip parent) |
ResourceBundle |
getLocalizeResourceBundle(Locale locale)
Should return the resource bundle for the extension and the given locale.
|
List<MenuEntrySlotEntry> |
getMenuEntrySlotEntries(DisplayState displayState,
Chip parent) |
String |
getResourcePath()
Should return the path to the resource bundle.
|
List<ClipChip> |
getSectionChips(DisplayState displayState,
ClipChip parent) |
List<ToolbarActionChip> |
getToolbarActionChips(DisplayState displayState,
Chip parent) |
List<AbstractExplorerMenuTreeNodeChip> |
getTreeNodeChips(DisplayState displayState,
Chip parent) |
adjustEditorConfiguration, adjustToolbarActionChips, afterCreate, afterRemove, afterSave, afterSave, beforeCreate, beforeRemove, beforeSave, notifySessionBeginpublic static final String RESOURCE_PATH
public List<AbstractExplorerMenuTreeNodeChip> getTreeNodeChips(DisplayState displayState, Chip parent)
getTreeNodeChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent AbstractExplorerMenuTreeNodeChipAbstractExplorerMenuTreeNodeChips.HMCExtension.getTreeNodeChips(DisplayState, Chip)public List<MenuEntrySlotEntry> getMenuEntrySlotEntries(DisplayState displayState, Chip parent)
getMenuEntrySlotEntries in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ChipMenuEntrySlotEntry.HMCExtension.getMenuEntrySlotEntries(DisplayState, Chip)public List<ClipChip> getSectionChips(DisplayState displayState, ClipChip parent)
getSectionChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ClipChipClipChips.HMCExtension.getSectionChips(DisplayState, ClipChip)public List<EditorTabChip> getEditorTabChips(DisplayState displayState, AbstractEditorMenuChip parent)
getEditorTabChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent AbstractEditorMenuChipEditorTabChipHMCExtension.getEditorTabChips(DisplayState, AbstractEditorMenuChip)public List<ToolbarActionChip> getToolbarActionChips(DisplayState displayState, Chip parent)
getToolbarActionChips in class HMCExtensiondisplayState - the current DisplayStateparent - the parent ChipToolbarActionChips.HMCExtension.getToolbarActionChips(DisplayState, Chip)public ResourceBundle getLocalizeResourceBundle(Locale locale)
MissingResourceException.getLocalizeResourceBundle in class HMCExtensionNULL.HMCExtension.getLocalizeResourceBundle(Locale)public String getResourcePath()
getResourcePath in class HMCExtensionHMCExtension.getResourcePath()Copyright © 2017 SAP SE. All Rights Reserved.