|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.filechooser.FileClipboard
| Nested Class Summary | |
static interface |
FileClipboard.FileClipboardSource
|
| Field Summary | |
static FileClipboard |
clipboard
|
boolean |
isCut
|
File |
sourceDir
|
String[] |
sourceFiles
|
| Constructor Summary | |
FileClipboard()
|
|
| Method Summary | |
boolean |
canPasteInto(File folder)
|
void |
clear()
|
protected void |
clear(int message)
|
boolean |
hasFiles()
|
boolean |
isACutSubFolder(File who)
|
boolean |
isCut(File parent,
String file)
|
void |
set(File sourceDir,
String[] sourceFiles,
boolean isCut,
FileClipboard.FileClipboardSource source)
|
void |
taken()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public File sourceDir
public String[] sourceFiles
public boolean isCut
public static FileClipboard clipboard
| Constructor Detail |
public FileClipboard()
| Method Detail |
public void set(File sourceDir,
String[] sourceFiles,
boolean isCut,
FileClipboard.FileClipboardSource source)
public boolean isCut(File parent,
String file)
public boolean isACutSubFolder(File who)
public boolean hasFiles()
public void taken()
public void clear()
protected void clear(int message)
public boolean canPasteInto(File folder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||