Uses of Class
org.keridwen.core.data.model.ModificationState

Packages that use ModificationState
org.keridwen.core.data.model   
org.keridwen.core.data.model.impl   
 

Uses of ModificationState in org.keridwen.core.data.model
 

Methods in org.keridwen.core.data.model that return ModificationState
 ModificationState DataModel.getModificationState()
          Gets the ModificationState of the DataModel.
static ModificationState ModificationState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModificationState[] ModificationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.keridwen.core.data.model with parameters of type ModificationState
 void ModificationStateListener.dataModelModificationStateChanged(ModificationState newState)
           
 void DataModel.setModificationState(ModificationState newState)
          Sets the ModificationState of the DataModel to the given new state.
 

Uses of ModificationState in org.keridwen.core.data.model.impl
 

Methods in org.keridwen.core.data.model.impl that return ModificationState
 ModificationState DefaultDataModel.getModificationState()
           
 

Methods in org.keridwen.core.data.model.impl with parameters of type ModificationState
 void DefaultDataModel.setModificationState(ModificationState newState)
           
 



Copyright © 2010-2013 Artenum. All Rights Reserved.