public class TextFileSelectionPage extends org.eclipse.jface.wizard.WizardPage implements IUpdatablePage
Modifier and Type | Field and Description |
---|---|
static byte |
DOESNT_MATTER |
static java.lang.String |
KEY |
static byte |
LOAD |
static byte |
ONLY_EXISTS |
static byte |
ONLY_NOT_EXISTS |
static byte |
SAVE |
Constructor and Description |
---|
TextFileSelectionPage(java.lang.String name,
java.lang.String title,
java.lang.String desc,
org.eclipse.jface.dialogs.DialogSettings ds,
java.lang.String[] names,
byte checkexists) |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
java.lang.String |
getVarName() |
void |
update() |
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
dispose, getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible
public static java.lang.String KEY
public static byte ONLY_EXISTS
public static byte ONLY_NOT_EXISTS
public static byte DOESNT_MATTER
public static byte SAVE
public static byte LOAD
public TextFileSelectionPage(java.lang.String name, java.lang.String title, java.lang.String desc, org.eclipse.jface.dialogs.DialogSettings ds, java.lang.String[] names, byte checkexists)
public java.lang.String getVarName()
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public void update()
update
in interface IUpdatablePage