|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.dialogs.DirectorySelector.Result
public static final class DirectorySelector.Result
Immutable directory selection result.
| Constructor Summary | |
|---|---|
DirectorySelector.Result(String directory,
boolean includeSubdirs)
Constructor with directory and subdirectory inclusion. |
|
| Method Summary | |
|---|---|
String |
getDirectory()
Selected directory. |
boolean |
isIncludeSubdirs()
Returns if sub directories should be included. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectorySelector.Result(String directory,
boolean includeSubdirs)
directory - Selected directory.includeSubdirs - If sub directories are included true else
false.| Method Detail |
|---|
public final String getDirectory()
public final boolean isIncludeSubdirs()
true else
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||