|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSelectionAdapter
org.pentaho.di.ui.core.SimpleFileSelection
public class SimpleFileSelection
| Field Summary | |
|---|---|
static String |
DEFAULT_FILTER_EXTENSION
The default filter extension. |
static String |
DEFAULT_FILTER_NAME
The default file extension. |
| Constructor Summary | |
|---|---|
SimpleFileSelection(Shell shell,
TextVar textVar)
Constructor. |
|
SimpleFileSelection(Shell shell,
TextVar textVar,
String... filterNames)
Constructor. |
|
SimpleFileSelection(Shell shell,
TextVar textVar,
String[] filterExtensions,
String[] filterNames)
Constructor. |
|
| Method Summary | |
|---|---|
void |
widgetSelected(SelectionEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_FILTER_EXTENSION
public static final String DEFAULT_FILTER_NAME
| Constructor Detail |
|---|
public SimpleFileSelection(Shell shell,
TextVar textVar,
String[] filterExtensions,
String[] filterNames)
throws IllegalArgumentException
shell - shell to set.textVar - text variable to edit.filterExtensions - filter extensions to set.filterNames - filter names to set.
IllegalArgumentException - if shell or text variable is null.
public SimpleFileSelection(Shell shell,
TextVar textVar)
throws IllegalArgumentException
shell - the shell to set.textVar - the text variable to edit.
IllegalArgumentException - if shell or text variable is null.
public SimpleFileSelection(Shell shell,
TextVar textVar,
String... filterNames)
throws IllegalArgumentException
shell - the shell to set.textVar - the text variable to edit.filterNames - the filter names to use.
IllegalArgumentException - if shell or text variable is null.| Method Detail |
|---|
public void widgetSelected(SelectionEvent event)
org.eclipse.swt.events.SelectionAdapter#widgetSelected(org.eclipse.swt.events.SelectionEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||