public abstract class LazyUiDisposable<T> extends java.lang.Object implements Activatable
Activatable.Adapter
Constructor and Description |
---|
LazyUiDisposable(Disposable parent,
javax.swing.JComponent ui,
T child) |
Modifier and Type | Method and Description |
---|---|
void |
hideNotify() |
protected abstract void |
initialize(Disposable parent,
T child,
Project project) |
void |
showNotify() |
public LazyUiDisposable(Disposable parent, javax.swing.JComponent ui, T child)
public final void showNotify()
showNotify
in interface Activatable
public final void hideNotify()
hideNotify
in interface Activatable
protected abstract void initialize(Disposable parent, T child, Project project)