Uses of Class
de.tub.citydb.api.event.global.ViewEvent.ViewState

Packages that use ViewEvent.ViewState
de.tub.citydb.api.event.global   
 

Uses of ViewEvent.ViewState in de.tub.citydb.api.event.global
 

Methods in de.tub.citydb.api.event.global that return ViewEvent.ViewState
 ViewEvent.ViewState ViewEvent.getViewState()
           
static ViewEvent.ViewState ViewEvent.ViewState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewEvent.ViewState[] ViewEvent.ViewState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.tub.citydb.api.event.global with parameters of type ViewEvent.ViewState
ViewEvent(View view, ViewEvent.ViewState viewState, java.lang.Object source)