Package org.esa.snap.ui
Class BorderLayoutUtils
java.lang.Object
org.esa.snap.ui.BorderLayoutUtils
A utility class providing helper methods for
JPanel
s with a BorderLayout
layout manager.- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JPanel
addToPanel
(JPanel panel, JComponent centerComponent, JComponent arrangedComponent, String borderLayoutConstraint) static BorderLayout
static JPanel
static JPanel
static JPanel
createPanel
(JComponent centerComponent, JComponent placedComponent, String borderLayoutConstraint)
-
Constructor Details
-
BorderLayoutUtils
public BorderLayoutUtils()
-
-
Method Details
-
createDefaultBorderLayout
-
createPanel
-
createPanel
public static JPanel createPanel(JComponent centerComponent, JComponent placedComponent, String borderLayoutConstraint) -
createDefaultEmptyBorderPanel
-
addToPanel
public static JPanel addToPanel(JPanel panel, JComponent centerComponent, JComponent arrangedComponent, String borderLayoutConstraint)
-