| Package | Description |
|---|---|
| org.datacleaner.panels | |
| org.datacleaner.util | |
| org.datacleaner.widgets.properties | |
| org.datacleaner.widgets.table |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComponentBuilderPanel |
class |
AnalyzerComponentBuilderPanel
Specialization of
AbstractComponentBuilderPanel for Analyzers. |
class |
ColumnListTable
Panel that displays columns in a table-layout.
|
class |
FilterComponentBuilderPanel
Specialization of
AbstractComponentBuilderPanel for Filters. |
class |
MutableInputColumnListPanel
Panel containing text box and other presentation of mutable input columns.
|
class |
TransformerComponentBuilderPanel
Specialization of
AbstractComponentBuilderPanel for
Transformers. |
| Modifier and Type | Method and Description |
|---|---|
static DCPanel |
DCPanel.around(java.awt.Component component) |
static DCPanel |
DCPanel.flow(Alignment alignment,
java.awt.Component... components) |
static DCPanel |
DCPanel.flow(Alignment alignment,
int hgap,
int vgap,
java.awt.Component... components) |
static DCPanel |
DCPanel.flow(java.awt.Component... components) |
DCPanel |
DCPanel.setPreferredSize(int width,
int height) |
DCPanel |
DCPanel.setTitledBorder(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
TransformerComponentBuilderPanel.decorateMainPanel(DCPanel panel) |
protected javax.swing.JComponent |
FilterComponentBuilderPanel.decorateMainPanel(DCPanel panel) |
protected javax.swing.JComponent |
AbstractComponentBuilderPanel.decorateMainPanel(DCPanel panel)
Can be implemented by subclasses to intercept the created JComponent
before returning.
|
| Modifier and Type | Method and Description |
|---|---|
static DCPanel |
WidgetUtils.decorateWithShadow(javax.swing.JComponent comp) |
static DCPanel |
WidgetUtils.decorateWithShadow(javax.swing.JComponent comp,
boolean outline,
int margin)
Decorates a JComponent with a nice shadow border.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormPanel
A panel that lays out inputs of in a vertical form-like manner
|
class |
PropertyWidgetPanel
A panel which presents multiple property widgets and their labels in a
form-like view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCTablePanel
Defines a panel that wraps a
DCTable (including headers, scrollbars
etc). |
| Modifier and Type | Field and Description |
|---|---|
protected DCPanel |
DCTable._panel |
| Modifier and Type | Method and Description |
|---|---|
DCPanel |
DCTable.toPanel()
Convenience method to create a panel with this table, including it's
header, correctly layed out.
|
DCPanel |
DCTable.toPanel(boolean scrolleable)
Convenience method to create a panel with this table, including it's
header, correctly layed out.
|
Copyright © 2015. All Rights Reserved.