Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandStripPresentationModel.StripOrientation
-
Packages that use CommandStripPresentationModel.StripOrientation Package Description org.pushingpixels.radiance.component.api.common.model -
-
Uses of CommandStripPresentationModel.StripOrientation in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as CommandStripPresentationModel.StripOrientation Modifier and Type Field Description private CommandStripPresentationModel.StripOrientationCommandStripPresentationModel.Builder. orientationprivate CommandStripPresentationModel.StripOrientationCommandStripPresentationModel. orientationOrientation ofthisstrip.Methods in org.pushingpixels.radiance.component.api.common.model that return CommandStripPresentationModel.StripOrientation Modifier and Type Method Description CommandStripPresentationModel.StripOrientationCommandStripPresentationModel. getOrientation()static CommandStripPresentationModel.StripOrientationCommandStripPresentationModel.StripOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandStripPresentationModel.StripOrientation[]CommandStripPresentationModel.StripOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandStripPresentationModel.StripOrientation Modifier and Type Method Description CommandStripPresentationModel.BuilderCommandStripPresentationModel.Builder. setOrientation(CommandStripPresentationModel.StripOrientation orientation)
-