E - public abstract class AbstractPropertyWidget<E> extends MinimalPropertyWidget<E>
| Constructor and Description |
|---|
AbstractPropertyWidget(org.datacleaner.job.builder.ComponentBuilder componentBuilder,
ConfiguredPropertyDescriptor propertyDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(java.awt.Component component) |
protected void |
add(java.awt.Component component,
int index) |
protected void |
add(java.awt.Component component,
java.lang.Object constraints) |
protected void |
addNotify()
Deprecated.
use
onPanelAdd() instead. |
void |
batchUpdateWidget(java.lang.Runnable action)
Executes a "widget batch update".
|
protected java.awt.Component[] |
getComponents() |
javax.swing.JComponent |
getWidget()
Gets the visual widget to show on the UI.
|
boolean |
isBatchUpdating() |
protected boolean |
isVisible()
Determines if the widget is currently visible.
|
protected void |
onBatchFinished() |
protected void |
onPanelAdd()
Notification method invoked when the resulting panel is added to the UI.
|
protected void |
onPanelRemove()
Notification method invoked when the resulting panel is removed from the
UI.
|
protected void |
remove(java.awt.Component component) |
protected void |
removeAll() |
protected void |
removeNotify()
Deprecated.
use
onPanelRemove() instead. |
protected void |
setBorder(javax.swing.border.Border border) |
protected void |
setLayout(java.awt.LayoutManager layout) |
protected void |
updateUI() |
fireValueChanged, fireValueChanged, fireValueChangedActionListener, getAnalysisJobBuilder, getComponentBuilder, getCurrentValue, getPropertyDescriptor, initialize, isSet, isUpdating, onValueTouched, setUpdating, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic AbstractPropertyWidget(org.datacleaner.job.builder.ComponentBuilder componentBuilder, ConfiguredPropertyDescriptor propertyDescriptor)
public final void batchUpdateWidget(java.lang.Runnable action)
action - the action to executeprotected void onBatchFinished()
public final boolean isBatchUpdating()
protected void setLayout(java.awt.LayoutManager layout)
protected void removeAll()
@Deprecated protected void removeNotify()
onPanelRemove() instead.@Deprecated protected void addNotify()
onPanelAdd() instead.protected void onPanelAdd()
protected void onPanelRemove()
protected void add(java.awt.Component component,
int index)
protected java.awt.Component[] getComponents()
protected void add(java.awt.Component component)
protected void add(java.awt.Component component,
java.lang.Object constraints)
protected void remove(java.awt.Component component)
protected void updateUI()
protected void setBorder(javax.swing.border.Border border)
public final javax.swing.JComponent getWidget()
PropertyWidgetprotected boolean isVisible()
Copyright © 2015. All Rights Reserved.