|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.install.AvatarsFolderDialog
public final class AvatarsFolderDialog
A wrapper for a JFileChooser
, used to determine a local
avatar definitions folder.
Constructor Summary | |
---|---|
AvatarsFolderDialog()
Constructs a new avatar folders dialog. |
Method Summary | |
---|---|
java.io.File |
getExistingFolder()
Prestents a dialog asking the user to select an existing avatar definitions folder, and returns the folder selected by the user, or null if the user did not select one. |
java.io.File |
getInstallFolder()
Presents a dialog asking the user to select the parent folder for a new avatar definitions folder, and returns the the parent folder selected by the user, or null if the user did not
select one. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvatarsFolderDialog()
Method Detail |
---|
public java.io.File getInstallFolder()
null
if the user did not
select one.
public java.io.File getExistingFolder()
null
if the user did not select one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |