Uses of Enum Class
edu.wisc.ssec.mcidasv.util.McVGuiUtils.Prefer
Packages that use McVGuiUtils.Prefer
-
Uses of McVGuiUtils.Prefer in edu.wisc.ssec.mcidasv.util
Methods in edu.wisc.ssec.mcidasv.util that return McVGuiUtils.PreferModifier and TypeMethodDescriptionstatic McVGuiUtils.Prefer
Returns the enum constant of this class with the specified name.static McVGuiUtils.Prefer[]
McVGuiUtils.Prefer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wisc.ssec.mcidasv.util with parameters of type McVGuiUtils.PreferModifier and TypeMethodDescriptionstatic JPanel
McVGuiUtils.topBottom
(JComponent top, JComponent bottom, McVGuiUtils.Prefer which) Use GroupLayout for stacking components vertically.