|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.config.DrJavaProperty
edu.rice.cs.drjava.config.FileProperty
edu.rice.cs.drjava.config.MutableFileProperty
public class MutableFileProperty
Property that evaluates to a file, can be mutated, and that can be inserted as variables in external processes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
DrJavaProperty.InfiniteLoopException |
| Field Summary | |
|---|---|
protected File |
_fileValue
|
| Fields inherited from class edu.rice.cs.drjava.config.FileProperty |
|---|
_getFile |
| Fields inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
_attributes, _help, _isCurrent, _listening, _name, _value, DEACTIVATED_DUE_TO_ERROR |
| Constructor Summary | |
|---|---|
MutableFileProperty(String name,
File initialFile,
String help)
Create an eager file property. |
|
| Method Summary | |
|---|---|
void |
setFile(File f)
Set the value of this property. |
| Methods inherited from class edu.rice.cs.drjava.config.FileProperty |
|---|
getCurrent, invalidate, isCurrent, resetAttributes, toString, update |
| Methods inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
_invalidate, equals, getAttribute, getHelp, getLazy, getName, hashCode, invalidateOthers, listenToInvalidatesOf, setAttribute, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected File _fileValue
| Constructor Detail |
|---|
public MutableFileProperty(String name,
File initialFile,
String help)
| Method Detail |
|---|
public void setFile(File f)
f - file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||