|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.miningmart.gui.util.RecentFiles
A class for holding the information about the recent files.
Constructor Summary | |
RecentFiles(int max_size)
Constructor for RecentFiles. |
Method Summary | |
java.lang.String |
getFile(int index)
Gets the file at the specified index. |
int |
getMaxSize()
Gets the maximum size. |
int |
getSize()
Gets the real size. |
void |
removeRecentFile(java.lang.String file)
Removes the specified recent file. |
void |
setRecentFile(java.lang.String file)
Sets the specified recent file. |
void |
setRecentFile(java.lang.String file,
int position)
Sets the specified recent file at this position. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RecentFiles(int max_size)
max_size
- the maximum sizeMethod Detail |
public int getMaxSize()
public int getSize()
public java.lang.String getFile(int index)
public void setRecentFile(java.lang.String file)
public void setRecentFile(java.lang.String file, int position)
public void removeRecentFile(java.lang.String file)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |