public class SampleEditor
extends com.tibco.cfg.client.ConfigurationEditor
component, COMPONENT_PROPERTY, CONTENTS_ICON_PROPERTY, contentsIcon, dirty, DIRTY_PROPERTY, MENU_BAR_PROPERTY, menuBar, propertyChangeSupport, services, STATUS_BAR_PROPERTY, statusBar, title, TITLE_ICON_PROPERTY, TITLE_PROPERTY, titleIcon, TOOL_BAR_PROPERTY, toolBar
Constructor and Description |
---|
SampleEditor()
Constructs the Sample Editor.
|
Modifier and Type | Method and Description |
---|---|
void |
edit(com.tibco.infra.base.GlobalName name)
Override of
ConfigurationEditor.edit(GlobalName) . |
void |
initialize(com.tibco.cfg.client.ConfigurationServices services)
Override of
ConfigurationEditor.initialize(ConfigurationServices) . |
boolean |
isEditorFor(com.tibco.infra.base.GlobalName name)
Override of
ConfigurationEditor.isEditorFor(GlobalName) . |
void |
terminate()
Override of
ConfigurationEditor.terminate() . |
java.lang.String |
toString()
Returns a string representation of this object.
|
boolean |
update()
Override of
ConfigurationEditor.update() . |
addPropertyChangeListener, addPropertyChangeListener, canRestore, canSave, exec, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getComponent, getContentsIcon, getMenuBar, getServices, getStatusBar, getTitle, getTitleIcon, getToolBar, hasListeners, isDirty, removePropertyChangeListener, removePropertyChangeListener, restored, saved, setComponent, setContentsIcon, setDirty, setMenuBar, setStatusBar, setTitle, setTitleIcon, setToolBar
public void edit(com.tibco.infra.base.GlobalName name)
ConfigurationEditor.edit(GlobalName)
.edit
in class com.tibco.cfg.client.ConfigurationEditor
public void initialize(com.tibco.cfg.client.ConfigurationServices services)
ConfigurationEditor.initialize(ConfigurationServices)
.initialize
in class com.tibco.cfg.client.ConfigurationEditor
public boolean isEditorFor(com.tibco.infra.base.GlobalName name)
ConfigurationEditor.isEditorFor(GlobalName)
.isEditorFor
in class com.tibco.cfg.client.ConfigurationEditor
public void terminate()
ConfigurationEditor.terminate()
.terminate
in class com.tibco.cfg.client.ConfigurationEditor
public java.lang.String toString()
toString
in class java.lang.Object
public boolean update()
ConfigurationEditor.update()
.update
in class com.tibco.cfg.client.ConfigurationEditor