|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raelity.jvi.DefaultViFS
public class DefaultViFS
| Constructor Summary | |
|---|---|
DefaultViFS()
|
|
| Method Summary | |
|---|---|
void |
edit(ViTextView tv,
int n,
boolean force)
Edit the nth file. |
String |
getDisplayFileName(ViBuffer buf)
|
boolean |
isModified(ViBuffer buf)
Is the associtated document modified? |
boolean |
isReadOnly(ViBuffer buf)
Is the associtated document read only? |
void |
write(ViTextView tv,
boolean force)
Write the specified "file object". |
void |
write(ViTextView tv,
File file,
boolean force)
Write the specified text to the specified file. |
void |
writeAll(boolean force)
Write all open stuff. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultViFS()
| Method Detail |
|---|
public String getDisplayFileName(ViBuffer buf)
getDisplayFileName in interface ViFSpublic boolean isReadOnly(ViBuffer buf)
ViFS
isReadOnly in interface ViFSpublic boolean isModified(ViBuffer buf)
ViFS
isModified in interface ViFS
public void write(ViTextView tv,
boolean force)
ViFS
write in interface ViFSpublic void writeAll(boolean force)
ViFS
writeAll in interface ViFS
public void write(ViTextView tv,
File file,
boolean force)
ViFS
write in interface ViFS
public void edit(ViTextView tv,
int n,
boolean force)
ViFS
edit in interface ViFS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||