|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.BufferHistory.BufferHistoryEntry
Represents an entry in the buffer history. Entries are comprised of the path of the file in the entry, the name of the document view that was used to edit the document, and the properties that are associated with that document.
Constructor Summary | |
BufferHistory.BufferHistoryEntry(String path,
String viewName,
Properties properties)
Creates a new Buffer history entry for the path given |
Method Summary | |
String |
getPath()
Gets the path of the file for this entry |
Properties |
getProperties()
Gets the properties associated with the file |
String |
getViewName()
Gets the name of the document view used to edit the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BufferHistory.BufferHistoryEntry(String path, String viewName, Properties properties)
path
- the path of the file for this entryviewName
- the name of the view that was usedproperties
- the properties associated with the documentMethod Detail |
public String getPath()
public String getViewName()
net.sourceforge.jsxe.gui.view.DocumentView#getViewName()
public Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |