public class JInspectorPanelFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends JInspectorPanel> |
inspectorPanelClass |
static Class<? extends JInspectorPanel> |
requestInspectorPanelClass |
| Constructor and Description |
|---|
JInspectorPanelFactory() |
| Modifier and Type | Method and Description |
|---|---|
static JInspectorPanel |
build(JComponent contentComponent) |
static JInspectorPanel |
build(JComponent contentComponent,
int orientation) |
static JInspectorPanel |
build(JComponent contentComponent,
JLabel helpLink) |
static JInspectorPanel |
buildRequestInspectorPanel(JComponent contentComponent) |
public static Class<? extends JInspectorPanel> inspectorPanelClass
public static Class<? extends JInspectorPanel> requestInspectorPanelClass
public static JInspectorPanel build(JComponent contentComponent)
public static JInspectorPanel buildRequestInspectorPanel(JComponent contentComponent)
public static JInspectorPanel build(JComponent contentComponent, int orientation)
public static JInspectorPanel build(JComponent contentComponent, JLabel helpLink)
Copyright © 2019. All rights reserved.