Class ExecutionDataProfileEditor
- java.lang.Object
-
- org.apache.hop.ui.core.metadata.MetadataFileTypeHandler
-
- org.apache.hop.ui.core.metadata.MetadataEditor<ExecutionDataProfile>
-
- org.apache.hop.ui.execution.profiling.ExecutionDataProfileEditor
-
- All Implemented Interfaces:
IMetadataEditor<ExecutionDataProfile>,IActionContextHandlersProvider,IHopFileTypeHandler
@GuiPlugin(description="Editor for execution data profile metadata") public class ExecutionDataProfileEditor extends MetadataEditor<ExecutionDataProfile>
The editor for metadata objectExecutionDataProfileDon't move this class around as it's synchronized with theExecutionDataProfilepackage to find this editor.
-
-
Field Summary
-
Fields inherited from class org.apache.hop.ui.core.metadata.MetadataEditor
hopGui, image, isChanged, manager, metadata, originalName, title, titleImage, toolTip
-
-
Constructor Summary
Constructors Constructor Description ExecutionDataProfileEditor(HopGui hopGui, MetadataManager<ExecutionDataProfile> manager, ExecutionDataProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControl(org.eclipse.swt.widgets.Composite parent)voidgetWidgetsContent(ExecutionDataProfile profile)Inline usage: Reads the information or state of the various widgets and modifies the provided metadata object.voidsetWidgetsContent()Inline usage: copy information from the metadata onto the various widgets-
Methods inherited from class org.apache.hop.ui.core.metadata.MetadataEditor
createButtonsForButtonBar, createHelpButton, dispose, equals, getHopGui, getImage, getMetadata, getMetadataManager, getShell, getTitle, getTitleImage, getTitleToolTip, hasChanged, hashCode, isCloseable, resetChanged, save, saveAs, setChanged, setFocus, setImage, setMetadata, setTitle, setTitleImage, setTitleToolTip, updateGui
-
Methods inherited from class org.apache.hop.ui.core.metadata.MetadataFileTypeHandler
applyStateProperties, close, copySelectedToClipboard, cutSelectedToClipboard, debug, deleteSelected, getContextHandlers, getFilename, getFileType, getName, getStateProperties, getSubject, getVariables, pasteFromClipboard, pause, preview, redo, redraw, resume, selectAll, setFilename, setName, start, stop, undo, unselectAll
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.ui.hopgui.file.IHopFileTypeHandler
markDeleted, reload
-
-
-
-
Constructor Detail
-
ExecutionDataProfileEditor
public ExecutionDataProfileEditor(HopGui hopGui, MetadataManager<ExecutionDataProfile> manager, ExecutionDataProfile profile)
- Parameters:
hopGui-manager-profile- The execution info profile to edit
-
-
Method Detail
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
-
setWidgetsContent
public void setWidgetsContent()
Description copied from class:MetadataEditorInline usage: copy information from the metadata onto the various widgets- Specified by:
setWidgetsContentin classMetadataEditor<ExecutionDataProfile>
-
getWidgetsContent
public void getWidgetsContent(ExecutionDataProfile profile)
Description copied from class:MetadataEditorInline usage: Reads the information or state of the various widgets and modifies the provided metadata object.- Specified by:
getWidgetsContentin classMetadataEditor<ExecutionDataProfile>- Parameters:
profile- The metadata object to populate from the widgets
-
-