Class FileOverwriteDialogController
java.lang.Object
org.pentaho.ui.xul.XulEventSourceAdapter
org.pentaho.ui.xul.impl.AbstractXulEventHandler
org.pentaho.di.ui.repository.repositoryexplorer.controllers.FileOverwriteDialogController
- All Implemented Interfaces:
org.pentaho.ui.xul.impl.XulEventHandler
,org.pentaho.ui.xul.XulEventSource
public class FileOverwriteDialogController
extends org.pentaho.ui.xul.impl.AbstractXulEventHandler
Displays all files to overwrite in a list and prompts the user to continue or cancel.
- Author:
- cboyden
-
Field Summary
Fields inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler
document, xulDomContainer
Fields inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
changeSupport
-
Constructor Summary
ModifierConstructorDescriptionprotected
FileOverwriteDialogController
(org.pentaho.ui.xul.XulDomContainer container, List<UIRepositoryObject> objects) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getInstance
(org.eclipse.swt.widgets.Shell shell, List<UIRepositoryObject> objects) getName()
void
init()
boolean
void
show()
Methods inherited from class org.pentaho.ui.xul.impl.AbstractXulEventHandler
bind, bind, getData, getXulDomContainer, setData, setName, setXulDomContainer
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
FileOverwriteDialogController
protected FileOverwriteDialogController(org.pentaho.ui.xul.XulDomContainer container, List<UIRepositoryObject> objects)
-
-
Method Details
-
getInstance
public static FileOverwriteDialogController getInstance(org.eclipse.swt.widgets.Shell shell, List<UIRepositoryObject> objects) -
init
public void init() -
getName
- Specified by:
getName
in interfaceorg.pentaho.ui.xul.impl.XulEventHandler
- Overrides:
getName
in classorg.pentaho.ui.xul.impl.AbstractXulEventHandler
-
show
public void show() -
closeOverwrite
public void closeOverwrite() -
closeCancel
public void closeCancel() -
isOverwriteFiles
public boolean isOverwriteFiles()
-