|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable de.nierbeck.timeTrack.TimeTrackEntriesManager
public class TimeTrackEntriesManager
Class TimeTrackEntriesManager is a wrapper class for the entries, since the entries are generated class.
Observable
,
Entries
Method Summary | |
---|---|
EntryType |
getCurrentSelected()
delegates the call to the nested class |
java.util.List |
getEntry()
delegates the call to the nested class |
java.util.Iterator |
getEntryIterator()
|
static TimeTrackEntriesManager |
getTimeTrackEntriesManager()
Deprecated. |
void |
reloadState()
|
void |
restoreState()
|
void |
saveState()
|
void |
setChanged()
delegates the call to the nested class |
void |
setCurrentSelected(EntryType value)
delegates the call to the nested class and notifies the Observers |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TimeTrackEntriesManager getTimeTrackEntriesManager()
public final EntryType getCurrentSelected()
getCurrentSelected
in interface EntriesType
Entries
public final void setCurrentSelected(EntryType value)
setCurrentSelected
in interface EntriesType
value
- - the current SelectedEntries
public final java.util.List getEntry()
getEntry
in interface EntriesType
Entries
public final void setChanged()
setChanged
in class java.util.Observable
Entries
public final void restoreState()
public final void saveState()
public final java.util.Iterator getEntryIterator()
public final void reloadState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |