Package org.esa.snap.ui
Class BorderLayoutUtils
java.lang.Object
org.esa.snap.ui.BorderLayoutUtils
A utility class providing helper methods for
JPanels with a BorderLayout layout manager.- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JPaneladdToPanel(JPanel panel, JComponent centerComponent, JComponent arrangedComponent, String borderLayoutConstraint) static BorderLayoutstatic JPanelstatic JPanelstatic JPanelcreatePanel(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)
-