org.oddjob.designer
Class Looks
java.lang.Object
org.oddjob.designer.Looks
- public class Looks
- extends java.lang.Object
Provide some components and dimensions with a standard look and feel.
|
Constructor Summary |
Looks()
|
|
Method Summary |
static javax.swing.border.Border |
groupBorder(java.lang.String title)
Create a standard looking border. |
static java.awt.Component |
typePanel(java.lang.String tag)
Create the title panel with the type name for the top of
the detail form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESIGNER_TREE_WIDTH
public static final int DESIGNER_TREE_WIDTH
- See Also:
- Constant Field Values
DETAIL_FORM_WIDTH
public static final int DETAIL_FORM_WIDTH
- See Also:
- Constant Field Values
DETAIL_FORM_BORDER
public static final int DETAIL_FORM_BORDER
- See Also:
- Constant Field Values
GROUP_BORDER
public static final int GROUP_BORDER
- See Also:
- Constant Field Values
DETAIL_USABLE_WIDTH
public static final int DETAIL_USABLE_WIDTH
- See Also:
- Constant Field Values
TEXT_FIELD_SIZE
public static final int TEXT_FIELD_SIZE
- See Also:
- Constant Field Values
LABEL_SIZE
public static final int LABEL_SIZE
- See Also:
- Constant Field Values
LIST_ROWS
public static final int LIST_ROWS
- See Also:
- Constant Field Values
DESIGNER_HEIGHT
public static final int DESIGNER_HEIGHT
- See Also:
- Constant Field Values
DESIGNER_WIDTH
public static final int DESIGNER_WIDTH
- See Also:
- Constant Field Values
Looks
public Looks()
groupBorder
public static javax.swing.border.Border groupBorder(java.lang.String title)
- Create a standard looking border.
- Parameters:
title - The border title.
- Returns:
- The border.
typePanel
public static java.awt.Component typePanel(java.lang.String tag)
- Create the title panel with the type name for the top of
the detail form.