org.esa.beam.framework.ui
Class BorderLayoutUtils

java.lang.Object
  extended by org.esa.beam.framework.ui.BorderLayoutUtils

public class BorderLayoutUtils
extends Object

A utility class providing helper methods for JPanels with a BorderLayout layout manager.

Version:
$Revision$ $Date$
Author:
Sabine Embacher

Constructor Summary
BorderLayoutUtils()
           
 
Method Summary
static JPanel addToPanel(JPanel panel, JComponent centerComponent, JComponent arrangedComponent, String borderLayoutConstraint)
           
static BorderLayout createDefaultBorderLayout()
           
static JPanel createDefaultEmptyBorderPanel()
           
static JPanel createPanel()
           
static JPanel createPanel(JComponent centerComponent, JComponent placedComponent, String borderLayoutConstraint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderLayoutUtils

public BorderLayoutUtils()
Method Detail

createDefaultBorderLayout

public static BorderLayout createDefaultBorderLayout()

createPanel

public static JPanel createPanel()

createPanel

public static JPanel createPanel(JComponent centerComponent,
                                 JComponent placedComponent,
                                 String borderLayoutConstraint)

createDefaultEmptyBorderPanel

public static JPanel createDefaultEmptyBorderPanel()

addToPanel

public static JPanel addToPanel(JPanel panel,
                                JComponent centerComponent,
                                JComponent arrangedComponent,
                                String borderLayoutConstraint)


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.