public class UiNotifyConnector extends java.lang.Object implements Disposable, java.awt.event.HierarchyListener
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UiNotifyConnector.Once | 
Disposable.Parent| Constructor and Description | 
|---|
| UiNotifyConnector(java.awt.Component component,
                 Activatable target) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose()Usually not invoked directly, see class javadoc. | 
| static void | doWhenFirstShown(java.awt.Component c,
                Activatable activatable) | 
| static void | doWhenFirstShown(java.awt.Component c,
                java.lang.Runnable runnable) | 
| static void | doWhenFirstShown(javax.swing.JComponent c,
                java.lang.Runnable runnable) | 
| protected void | hideNotify() | 
| protected void | hideOnDispose() | 
| void | hierarchyChanged(java.awt.event.HierarchyEvent e) | 
| protected void | showNotify() | 
public UiNotifyConnector(java.awt.Component component,
                         Activatable target)
public void hierarchyChanged(java.awt.event.HierarchyEvent e)
hierarchyChanged in interface java.awt.event.HierarchyListenerprotected void hideNotify()
protected void showNotify()
protected void hideOnDispose()
public void dispose()
Disposabledispose in interface Disposablepublic static void doWhenFirstShown(javax.swing.JComponent c,
                                    java.lang.Runnable runnable)
public static void doWhenFirstShown(java.awt.Component c,
                                    java.lang.Runnable runnable)
public static void doWhenFirstShown(java.awt.Component c,
                                    Activatable activatable)