public interface TabItemInterface
Modifier and Type | Method and Description |
---|---|
boolean |
applyChanges() |
boolean |
canBeClosed()
Closes the content behind the tab, de-allocates resources.
|
boolean |
canHandleSave() |
ChangedWarningInterface |
getChangedWarning() |
Object |
getManagedObject() |
org.pentaho.di.core.EngineMetaInterface |
getMeta() |
boolean |
hasContentChanged() |
void |
setControlStates() |
boolean |
setFocus() |
int |
showChangedWarning() |
boolean canBeClosed()
boolean canHandleSave()
Object getManagedObject()
boolean hasContentChanged()
ChangedWarningInterface getChangedWarning()
int showChangedWarning() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
boolean applyChanges() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.EngineMetaInterface getMeta()
void setControlStates()
boolean setFocus()