com.ail.core.ui.product.editor
Class Controls

java.lang.Object
  extended by com.ail.core.ui.product.editor.Controls

public class Controls
extends java.lang.Object


Field Summary
static int STANDARD_BUTTON_WIDTH
           
static int STANDARD_LABEL_WIDTH
           
static int STANDARD_TEXT_HEIGHT
           
static int STANDARD_TEXT_WIDTH
           
 
Constructor Summary
Controls()
           
 
Method Summary
static javax.swing.JButton getDefaultButton(java.lang.String text)
           
static java.awt.GridBagConstraints getDefaultConstraints()
           
static javax.swing.JLabel getDefaultLabel(java.lang.String text)
           
static javax.swing.JTextPane getDefaultTextPane()
           
static javax.swing.JTextPane getDefaultTextPane(java.lang.String text)
           
static javax.swing.JLabel getSpaceLabel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_TEXT_WIDTH

public static final int STANDARD_TEXT_WIDTH
See Also:
Constant Field Values

STANDARD_TEXT_HEIGHT

public static final int STANDARD_TEXT_HEIGHT
See Also:
Constant Field Values

STANDARD_LABEL_WIDTH

public static final int STANDARD_LABEL_WIDTH
See Also:
Constant Field Values

STANDARD_BUTTON_WIDTH

public static final int STANDARD_BUTTON_WIDTH
See Also:
Constant Field Values
Constructor Detail

Controls

public Controls()
Method Detail

getDefaultTextPane

public static javax.swing.JTextPane getDefaultTextPane()

getDefaultTextPane

public static javax.swing.JTextPane getDefaultTextPane(java.lang.String text)

getDefaultLabel

public static javax.swing.JLabel getDefaultLabel(java.lang.String text)

getSpaceLabel

public static javax.swing.JLabel getSpaceLabel()

getDefaultConstraints

public static java.awt.GridBagConstraints getDefaultConstraints()

getDefaultButton

public static javax.swing.JButton getDefaultButton(java.lang.String text)