|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.swing.AbstractFilePath
net.sf.doolin.gui.swing.TextFilePath
public class TextFilePath
IFilePath implementation based on a JTextField.
| Constructor Summary | |
|---|---|
TextFilePath()
Constructor. |
|
| Method Summary | |
|---|---|
JComponent |
getComponent()
Gets the actual component |
String |
getFilePath()
Gets the current file path |
void |
setEnabled(boolean enabled)
Enables or disables the file path component |
void |
setFile(File file)
Sets the current file path |
| Methods inherited from class net.sf.doolin.gui.swing.AbstractFilePath |
|---|
addFilePathListener, fireNewPath, removeFilePathListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextFilePath()
| Method Detail |
|---|
public JComponent getComponent()
IFilePath
public String getFilePath()
IFilePath
nullpublic void setEnabled(boolean enabled)
IFilePath
enabled - Enabled flagpublic void setFile(File file)
IFilePath
file - Selected file or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||