|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.layout.BaseXFileChooser
public final class BaseXFileChooser
Project specific File Chooser implementation.
Nested Class Summary | |
---|---|
static class |
BaseXFileChooser.Mode
File Dialog Mode. |
Constructor Summary | |
---|---|
BaseXFileChooser(String title,
String path,
GUI main)
Default constructor. |
Method Summary | |
---|---|
void |
addFilter(String dsc,
String suf)
Sets a file filter. |
IO |
select(BaseXFileChooser.Mode mode)
Selects a file or directory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseXFileChooser(String title, String path, GUI main)
title
- dialog titlepath
- initial pathmain
- reference to main windowMethod Detail |
---|
public void addFilter(String dsc, String suf)
dsc
- descriptionsuf
- suffixespublic IO select(BaseXFileChooser.Mode mode)
mode
- type defined by BaseXFileChooser.Mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |