Uses of Class
org.solovyev.android.view.drag.SimpleOnDragListener.PreferenceType

Packages that use SimpleOnDragListener.PreferenceType
org.solovyev.android.view.drag   
 

Uses of SimpleOnDragListener.PreferenceType in org.solovyev.android.view.drag
 

Methods in org.solovyev.android.view.drag that return SimpleOnDragListener.PreferenceType
 SimpleOnDragListener.PreferenceType SimpleOnDragListener.Preference.getPreferenceType()
           
static SimpleOnDragListener.PreferenceType SimpleOnDragListener.PreferenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleOnDragListener.PreferenceType[] SimpleOnDragListener.PreferenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.solovyev.android.view.drag that return types with arguments of type SimpleOnDragListener.PreferenceType
 Map<SimpleOnDragListener.PreferenceType,SimpleOnDragListener.Preference> SimpleOnDragListener.Preferences.getPreferencesMap()
           
 

Methods in org.solovyev.android.view.drag with parameters of type SimpleOnDragListener.PreferenceType
static String SimpleOnDragListener.getPreferenceId(SimpleOnDragListener.PreferenceType preferenceType, DragDirection direction)
           
 void SimpleOnDragListener.Preference.setPreferenceType(SimpleOnDragListener.PreferenceType preferenceType)
           
static org.solovyev.common.interval.Interval<Float> SimpleOnDragListener.transformInterval(SimpleOnDragListener.PreferenceType preferenceType, DragDirection dragDirection, org.solovyev.common.interval.Interval<Float> interval)
           
 

Constructors in org.solovyev.android.view.drag with parameters of type SimpleOnDragListener.PreferenceType
SimpleOnDragListener.Preference(SimpleOnDragListener.PreferenceType preferenceType)
           
 



Copyright © 2014 se.solovyev. All Rights Reserved.