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


Constructor Index

 o BasicStandardDialogUI()

Method Index

 o actionPerformed(ActionEvent)
 o createUI(StandardDialog)
 o start(StandardDialog)
Once the Dialog box is set up, start() pops the dialog box up and begins the interaction.
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)
Part of being a WindowListener.

Constructors

 o BasicStandardDialogUI
 public BasicStandardDialogUI()

Methods

 o createUI
 public static BasicStandardDialogUI createUI(StandardDialog dlg)
 o 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.

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
Part of being a WindowListener.

 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index