public class TableLayout4VanChartHelper
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
COMPONENT_INTERVAL |
static int |
DESCRIPTION_AREA_WIDTH |
static int |
EDIT_AREA_WIDTH |
static int |
EXPANDABLE_PANE_HIGHT |
static int |
EXPANDABLE_PANE_WIDTH |
static javax.swing.border.Border |
SECOND_EDIT_AREA_BORDER |
static int |
SECOND_EDIT_AREA_WIDTH |
构造器和说明 |
---|
TableLayout4VanChartHelper() |
限定符和类型 | 方法和说明 |
---|---|
static javax.swing.JPanel |
createExpandablePaneWithTitle(java.lang.String title,
java.awt.Component[][] components) |
static javax.swing.JPanel |
createExpandablePaneWithTitle(java.lang.String title,
javax.swing.JPanel panel) |
static javax.swing.JPanel |
createExpandablePaneWithTitleTopGap(java.lang.String title,
javax.swing.JPanel panel) |
static javax.swing.JPanel |
createGapTableLayoutPane(java.awt.Component[][] components) |
static javax.swing.JPanel |
createGapTableLayoutPane(java.awt.Component[][] components,
double[] rowSize,
double[] columnSize) |
static javax.swing.JPanel |
createGapTableLayoutPane(java.awt.Component[][] components,
double[] rowSize,
double[] columnSize,
int[][] rowCount) |
static javax.swing.JPanel |
createGapTableLayoutPane(java.lang.String title,
java.awt.Component component) |
static javax.swing.JPanel |
createGapTableLayoutPane(java.lang.String title,
java.awt.Component component,
double componentWidth) |
static javax.swing.JPanel |
createTableLayoutPane(java.awt.Component[][] components) |
static javax.swing.JPanel |
createTableLayoutPaneWithSmallTitle(java.lang.String title,
java.awt.Component component)
标题布局(三级菜单距二级左侧20)
|
static javax.swing.JPanel |
createTableLayoutPaneWithTitle(java.lang.String title,
java.awt.Component component)
标题布局(二级菜单距左边框46)
|
static javax.swing.JPanel |
createTableLayoutPaneWithUILabel(UILabel label,
java.awt.Component component)
标题布局(二级菜单距左边框46)
|
static javax.swing.JPanel |
createTitlePane(java.lang.String title,
java.awt.Component component,
int gap)
标题布局(指定gap)
|
static javax.swing.JPanel |
createTitlePaneWithUILabel(UILabel label,
java.awt.Component component,
int gap)
标题布局(指定gap)
|
public static final int EXPANDABLE_PANE_WIDTH
public static final int EXPANDABLE_PANE_HIGHT
public static final int DESCRIPTION_AREA_WIDTH
public static final int EDIT_AREA_WIDTH
public static final int SECOND_EDIT_AREA_WIDTH
public static final int COMPONENT_INTERVAL
public static final javax.swing.border.Border SECOND_EDIT_AREA_BORDER
public static javax.swing.JPanel createExpandablePaneWithTitleTopGap(java.lang.String title, javax.swing.JPanel panel)
public static javax.swing.JPanel createExpandablePaneWithTitle(java.lang.String title, java.awt.Component[][] components)
public static javax.swing.JPanel createExpandablePaneWithTitle(java.lang.String title, javax.swing.JPanel panel)
public static javax.swing.JPanel createGapTableLayoutPane(java.lang.String title, java.awt.Component component)
public static javax.swing.JPanel createGapTableLayoutPane(java.lang.String title, java.awt.Component component, double componentWidth)
public static javax.swing.JPanel createGapTableLayoutPane(java.awt.Component[][] components)
public static javax.swing.JPanel createGapTableLayoutPane(java.awt.Component[][] components, double[] rowSize, double[] columnSize)
public static javax.swing.JPanel createGapTableLayoutPane(java.awt.Component[][] components, double[] rowSize, double[] columnSize, int[][] rowCount)
public static javax.swing.JPanel createTableLayoutPaneWithTitle(java.lang.String title, java.awt.Component component)
title
- 标题component
- 组件public static javax.swing.JPanel createTableLayoutPaneWithUILabel(UILabel label, java.awt.Component component)
label
- 标题labelcomponent
- 组件public static javax.swing.JPanel createTableLayoutPaneWithSmallTitle(java.lang.String title, java.awt.Component component)
title
- 标题component
- 组件public static javax.swing.JPanel createTitlePane(java.lang.String title, java.awt.Component component, int gap)
title
- 标题component
- 组件gap
- 距左侧距离public static javax.swing.JPanel createTitlePaneWithUILabel(UILabel label, java.awt.Component component, int gap)
label
- 标题labelcomponent
- 组件gap
- 距左侧距离public static javax.swing.JPanel createTableLayoutPane(java.awt.Component[][] components)