All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.basic.BasicStandardDialogUI
java.lang.Object
|
+----com.sun.java.swing.basic.BasicStandardDialogUI
- public class BasicStandardDialogUI
- extends Object
- implements StandardDialog. UI, WindowListener, ActionListener
Standard Dialog implementation
-
BasicStandardDialogUI()
-
-
actionPerformed(ActionEvent)
-
-
createUI(StandardDialog)
-
-
start(StandardDialog)
- Once the Dialog box is set up, start() pops the dialog box up
and begins the interaction.
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
- Part of being a WindowListener.
BasicStandardDialogUI
public BasicStandardDialogUI()
createUI
public static BasicStandardDialogUI createUI(StandardDialog dlg)
start
public void start(StandardDialog dlg)
- Once the Dialog box is set up, start() pops the dialog box up
and begins the interaction. If the dialog box is modal, start()
doesn't return until the interaction is complete. Otherwise it
returns immediatly and the ChangeListeners will be notified when
a color is selected.
actionPerformed
public void actionPerformed(ActionEvent e)
windowOpened
public void windowOpened(WindowEvent e)
- Part of being a WindowListener.
windowClosing
public void windowClosing(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
All Packages Class Hierarchy This Package Previous Next Index