|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.BufferHistory
public class BufferHistory
Recent file list.
| Nested Class Summary | |
|---|---|
static class |
BufferHistory.Entry
Recent file list entry. |
| Constructor Summary | |
|---|---|
BufferHistory()
|
|
| Method Summary | |
|---|---|
static BufferHistory.Entry |
getEntry(java.lang.String path)
|
static java.util.List |
getHistory()
|
static void |
load()
|
static void |
save()
|
static void |
setEntry(java.lang.String path,
int caret,
Selection[] selection,
java.lang.String encoding)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufferHistory()
| Method Detail |
|---|
public static BufferHistory.Entry getEntry(java.lang.String path)
public static void setEntry(java.lang.String path,
int caret,
Selection[] selection,
java.lang.String encoding)
public static java.util.List getHistory()
public static void load()
public static void save()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||