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.StripOrientation
CommandStripPresentationModel.Builder. orientation
private CommandStripPresentationModel.StripOrientation
CommandStripPresentationModel. orientation
Orientation ofthis
strip.Methods in org.pushingpixels.radiance.component.api.common.model that return CommandStripPresentationModel.StripOrientation Modifier and Type Method Description CommandStripPresentationModel.StripOrientation
CommandStripPresentationModel. getOrientation()
static CommandStripPresentationModel.StripOrientation
CommandStripPresentationModel.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.Builder
CommandStripPresentationModel.Builder. setOrientation(CommandStripPresentationModel.StripOrientation orientation)
-