Uses of Interface
de.nierbeck.timeTrack.model.EntryType

Packages that use EntryType
de.nierbeck.timeTrack   
de.nierbeck.timeTrack.model   
de.nierbeck.timeTrack.model.impl   
 

Uses of EntryType in de.nierbeck.timeTrack
 

Methods in de.nierbeck.timeTrack that return EntryType
 EntryType TimeTrackEntriesManager.getCurrentSelected()
          delegates the call to the nested class
 

Methods in de.nierbeck.timeTrack with parameters of type EntryType
 void TimeTrackEntriesManager.setCurrentSelected(EntryType value)
          delegates the call to the nested class and notifies the Observers
 

Uses of EntryType in de.nierbeck.timeTrack.model
 

Methods in de.nierbeck.timeTrack.model that return EntryType
 EntryType ObjectFactory.createEntryType()
          Create an instance of EntryType
 EntryType EntriesType.getCurrentSelected()
          Gets the value of the currentSelected property.
 

Methods in de.nierbeck.timeTrack.model with parameters of type EntryType
 void EntriesType.setCurrentSelected(EntryType value)
          Sets the value of the currentSelected property.
 

Uses of EntryType in de.nierbeck.timeTrack.model.impl
 

Classes in de.nierbeck.timeTrack.model.impl that implement EntryType
 class EntryTypeImpl
           
 

Fields in de.nierbeck.timeTrack.model.impl declared as EntryType
protected  EntryType EntriesTypeImpl._CurrentSelected
           
 

Methods in de.nierbeck.timeTrack.model.impl that return EntryType
 EntryType EntriesTypeImpl.getCurrentSelected()
           
 

Methods in de.nierbeck.timeTrack.model.impl with parameters of type EntryType
 void EntriesTypeImpl.setCurrentSelected(EntryType value)
           
 



Copyright © 2003-2006 Nierbeck. All Rights Reserved.