public class DialogProperties
extends java.lang.Object
Created by Angad Singh on 11-07-2016.
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
error_dir
The Directory is used when Root Directory is not readable or accessible.
|
java.lang.String[] |
extensions
An Array of String containing extensions, Files with only that will be shown.
|
java.io.File |
offset
The Directory can be used as an offset.
|
java.io.File |
root
The Parent/Root Directory.
|
int |
selection_mode
Selection Mode defines whether a single of multiple Files/Directories
have to be selected.
|
int |
selection_type
Selection Type defines that whether a File/Directory or both of these has
to be selected.
|
| Constructor and Description |
|---|
DialogProperties() |
public int selection_mode
public int selection_type
public java.io.File root
public java.io.File error_dir
public java.io.File offset
public java.lang.String[] extensions