public class CommonComponentFactory
extends java.lang.Object
| Constructor and Description |
|---|
CommonComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static de.enflexit.common.csv.CsvDataControllerPanel |
getNewCsvDataControllerPanel()
Returns a new pre-configured
CsvDataControllerPanel. |
static de.enflexit.common.swing.ProgressMonitor |
getNewProgressMonitor(java.lang.String windowTitle,
java.lang.String headerText,
java.lang.String progressText)
Return a new pre-configured
ProgressMonitor. |
static de.enflexit.common.transfer.Zipper |
getNewZipper()
Returns a new pre-configured
Zipper. |
static de.enflexit.common.transfer.Zipper |
getNewZipper(java.awt.Frame owner)
Returns a new pre-configured
Zipper. |
public static de.enflexit.common.swing.ProgressMonitor getNewProgressMonitor(java.lang.String windowTitle,
java.lang.String headerText,
java.lang.String progressText)
ProgressMonitor.windowTitle - the window title - may be nullheaderText - the header text - may be nullprogressText - the progress text - may be nullpublic static de.enflexit.common.transfer.Zipper getNewZipper()
Zipper.owner - the owner frameZipper instancepublic static de.enflexit.common.transfer.Zipper getNewZipper(java.awt.Frame owner)
Zipper.owner - the owner frame - may be nullZipper instancepublic static de.enflexit.common.csv.CsvDataControllerPanel getNewCsvDataControllerPanel()
CsvDataControllerPanel.CsvDataControllerPanel