Package org.apache.hop.ui.partition
Class PartitionSchemaEditor
- java.lang.Object
-
- org.apache.hop.ui.core.metadata.MetadataFileTypeHandler
-
- org.apache.hop.ui.core.metadata.MetadataEditor<PartitionSchema>
-
- org.apache.hop.ui.partition.PartitionSchemaEditor
-
- All Implemented Interfaces:
IMetadataEditor<PartitionSchema>,IActionContextHandlersProvider,IHopFileTypeHandler
public class PartitionSchemaEditor extends MetadataEditor<PartitionSchema>
Dialog that allows you to edit the settings of the partition schema- See Also:
PartitionSchema
-
-
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 PartitionSchemaEditor(HopGui hopGui, MetadataManager<PartitionSchema> manager, PartitionSchema metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControl(org.eclipse.swt.widgets.Composite parent)voidgetWidgetsContent(PartitionSchema partitionSchema)Inline usage: Reads the information or state of the various widgets and modifies the provided metadata object.booleansetFocus()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, 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
-
PartitionSchemaEditor
public PartitionSchemaEditor(HopGui hopGui, MetadataManager<PartitionSchema> manager, PartitionSchema metadata)
-
-
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<PartitionSchema>
-
getWidgetsContent
public void getWidgetsContent(PartitionSchema partitionSchema)
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<PartitionSchema>- Parameters:
partitionSchema- The metadata object to populate from the widgets
-
setFocus
public boolean setFocus()
- Specified by:
setFocusin interfaceIMetadataEditor<PartitionSchema>- Overrides:
setFocusin classMetadataEditor<PartitionSchema>
-
-