| Package | Description |
|---|---|
| org.datacleaner.bootstrap | |
| org.datacleaner.windows |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DCWindow> |
WindowContext.getWindows()
Gets all active windows in the application
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowContext.onDispose(DCWindow window)
Method which should be invoked when a window is closed/disposed.
|
void |
WindowContext.onShow(DCWindow window)
Method which should be invoked when a window is opened/shown.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WindowContext.getWindowCount(java.lang.Class<? extends DCWindow> windowClass)
Gets the count of windows of a particular type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnalysisJobBuilderWindow
This interface represents the main window in the DataCleaner GUI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDialog |
class |
AbstractWindow |
class |
DataSetWindow |
class |
DetailsResultWindow
Window for showing a single analysis result in a separate window.
|
class |
ErrorDialog
Error dialog for simple error messages (without stack traces) in DataCleaner.
|
class |
QueryWindow
Window that presents an ad-hoc query editor panel and a result of the query
|
Copyright © 2015. All Rights Reserved.