Uses of Enum Class
com.levigo.jadice.web.client.ui.AnnotationProfileAwareToolbar.Orientation
Packages that use AnnotationProfileAwareToolbar.Orientation
-
Uses of AnnotationProfileAwareToolbar.Orientation in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui that return AnnotationProfileAwareToolbar.OrientationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AnnotationProfileAwareToolbar.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.levigo.jadice.web.client.ui with parameters of type AnnotationProfileAwareToolbar.OrientationModifierConstructorDescriptionAbstractAnnotationToolbarInitializer
(AnnotationProfileAwareToolbar.Orientation orientation, AbstractBar dynamicToolbar) AnnotationProfileAwareToolbar
(String profileName, AnnotationProfileAwareToolbar.Orientation orientation) Creates a vertical or horizontal annotation toolbar from the passed in profileAnnotationProfileAwareToolbar
(String profileName, AnnotationProfileAwareToolbar.Orientation orientation, AbstractBar editorToolbar) Creates a vertical or horizontal annotation toolbar from the passed in profileDefaultAnnotationToolbarInitializer
(AnnotationProfileAwareToolbar.Orientation orientation, AbstractBar editorHost) IconFontAnnotationToolbarInitializer
(AnnotationProfileAwareToolbar.Orientation orientation, AbstractBar editorHost)