Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.PopupPlacementStrategy
-
-
Uses of RadianceThemingSlices.PopupPlacementStrategy in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Field Description private RadianceThemingSlices.PopupPlacementStrategy
BaseCommandButtonPresentationModel.BaseBuilder. popupPlacementStrategy
private RadianceThemingSlices.PopupPlacementStrategy
BaseCommandButtonPresentationModel.Overlay. popupPlacementStrategy
protected RadianceThemingSlices.PopupPlacementStrategy
BaseCommandButtonPresentationModel. popupPlacementStrategy
private RadianceThemingSlices.PopupPlacementStrategy
CommandPanelPresentationModel.Builder. popupPlacementStrategy
private RadianceThemingSlices.PopupPlacementStrategy
CommandPanelPresentationModel. popupPlacementStrategy
Methods in org.pushingpixels.radiance.component.api.common.model that return RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description RadianceThemingSlices.PopupPlacementStrategy
BaseCommandButtonPresentationModel. getPopupPlacementStrategy()
RadianceThemingSlices.PopupPlacementStrategy
BaseCommandButtonPresentationModel.Overlay. getPopupPlacementStrategy()
RadianceThemingSlices.PopupPlacementStrategy
CommandPanelPresentationModel. getPopupPlacementStrategy()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description B
BaseCommandButtonPresentationModel.BaseBuilder. setPopupPlacementStrategy(RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
BaseCommandButtonPresentationModel.Overlay
BaseCommandButtonPresentationModel.Overlay. setPopupPlacementStrategy(RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
CommandPanelPresentationModel.Builder
CommandPanelPresentationModel.Builder. setPopupPlacementStrategy(RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
-
Uses of RadianceThemingSlices.PopupPlacementStrategy in org.pushingpixels.radiance.component.api.common.popup.model
Fields in org.pushingpixels.radiance.component.api.common.popup.model declared as RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Field Description private RadianceThemingSlices.PopupPlacementStrategy
CommandPopupMenuPresentationModel.Builder. popupPlacementStrategy
private RadianceThemingSlices.PopupPlacementStrategy
CommandPopupMenuPresentationModel. popupPlacementStrategy
Methods in org.pushingpixels.radiance.component.api.common.popup.model that return RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description RadianceThemingSlices.PopupPlacementStrategy
CommandPopupMenuPresentationModel. getPopupPlacementStrategy()
Methods in org.pushingpixels.radiance.component.api.common.popup.model with parameters of type RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description CommandPopupMenuPresentationModel.Builder
CommandPopupMenuPresentationModel.Builder. setPopupPlacementStrategy(RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
-
Uses of RadianceThemingSlices.PopupPlacementStrategy in org.pushingpixels.radiance.theming.api
Subclasses of RadianceThemingSlices.PopupPlacementStrategy in org.pushingpixels.radiance.theming.api Modifier and Type Class Description static class
RadianceThemingSlices.PopupPlacementStrategy.CenteredVertically
static class
RadianceThemingSlices.PopupPlacementStrategy.Downward
static class
RadianceThemingSlices.PopupPlacementStrategy.Endward
static class
RadianceThemingSlices.PopupPlacementStrategy.Startward
static class
RadianceThemingSlices.PopupPlacementStrategy.Upward
Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setComboBoxPopupPlacementStrategy(javax.swing.JComboBox comboBox, RadianceThemingSlices.PopupPlacementStrategy comboBoxPopupPlacementStrategy)
Specifies the combobox popup placement strategy.static void
RadianceThemingCortex.GlobalScope. setComboBoxPopupPlacementStrategy(RadianceThemingSlices.PopupPlacementStrategy comboBoxPopupPlacementStrategy)
Specifies the combobox popup placement strategy. -
Uses of RadianceThemingSlices.PopupPlacementStrategy in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description static RadianceThemingSlices.PopupPlacementStrategy
RadianceCoreUtilities. getPopupPlacementStrategy(javax.swing.JComboBox combobox)
Returns the popup placement strategy for the specified combobox.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceThemingSlices.PopupPlacementStrategy Modifier and Type Method Description static java.awt.Dimension
RadianceCoreUtilities. getPlacementAwarePopupShift(boolean ltr, java.awt.Dimension anchorDimension, java.awt.Dimension popupDimension, java.awt.Insets popupInsets, RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
static int
RadianceCoreUtilities. placementStrategyToOrientation(javax.swing.JComponent comp, RadianceThemingSlices.PopupPlacementStrategy popupPlacementStrategy)
-