Package org.apache.hop.ui.server
Class HopServerEditor
- java.lang.Object
-
- org.apache.hop.ui.core.metadata.MetadataFileTypeHandler
-
- org.apache.hop.ui.core.metadata.MetadataEditor<HopServer>
-
- org.apache.hop.ui.server.HopServerEditor
-
- All Implemented Interfaces:
IMetadataEditor<HopServer>,IActionContextHandlersProvider,IHopFileTypeHandler
public class HopServerEditor extends MetadataEditor<HopServer>
Editor that allows you to edit the settings of the Hop server- See Also:
HopServer
-
-
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 HopServerEditor(HopGui hopGui, MetadataManager<HopServer> manager, HopServer metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControl(org.eclipse.swt.widgets.Composite parent)voidgetWidgetsContent(HopServer server)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 widgetsvoidtest()-
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
-
HopServerEditor
public HopServerEditor(HopGui hopGui, MetadataManager<HopServer> manager, HopServer 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<HopServer>
-
getWidgetsContent
public void getWidgetsContent(HopServer server)
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<HopServer>- Parameters:
server- The metadata object to populate from the widgets
-
setFocus
public boolean setFocus()
- Specified by:
setFocusin interfaceIMetadataEditor<HopServer>- Overrides:
setFocusin classMetadataEditor<HopServer>
-
test
public void test()
-
-