javax.swing
Class JDialog

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Dialog
                          |
                          +--javax.swing.JDialog
Direct Known Subclasses:
StrokeWidthDialog

public class JDialog
extends Dialog
implements Accessible, RootPaneContainer, WindowConstants


Inner Class Summary
 public classJDialog.AccessibleJDialog
           

Field Summary
 protected javax.accessibility.AccessibleContextaccessibleContext
           
 private intdefaultCloseOperation
           
 protected javax.swing.JRootPanerootPane
           
 protected booleanrootPaneCheckingEnabled
           

Fields inherited from class java.awt.Component
TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT

Constructor Summary
JDialog()
           
JDialog(java.awt.Frame )
           
JDialog(java.awt.Frame , boolean )
           
JDialog(java.awt.Frame , java.lang.String )
           
JDialog(java.awt.Frame , java.lang.String , boolean )
           
JDialog(java.awt.Dialog )
           
JDialog(java.awt.Dialog , boolean )
           
JDialog(java.awt.Dialog , java.lang.String )
           
JDialog(java.awt.Dialog , java.lang.String , boolean )
           

Method Summary
 protected voidaddImpl(java.awt.Component , java.lang.Object , int )
           
 protected javax.swing.JRootPanecreateRootPane()
           
 private java.lang.ErrorcreateRootPaneException(java.lang.String )
           
 protected voiddialogInit()
           
 javax.accessibility.AccessibleContextgetAccessibleContext()
           
 java.awt.ContainergetContentPane()
           
 intgetDefaultCloseOperation()
           
 java.awt.ComponentgetGlassPane()
           
 javax.swing.JMenuBargetJMenuBar()
           
 javax.swing.JLayeredPanegetLayeredPane()
           
 javax.swing.JRootPanegetRootPane()
           
 protected booleanisRootPaneCheckingEnabled()
           
 protected java.lang.StringparamString()
           
 protected voidprocessKeyEvent(java.awt.event.KeyEvent )
           
 protected voidprocessWindowEvent(java.awt.event.WindowEvent )
           
 voidremove(java.awt.Component )
           
 voidsetContentPane(java.awt.Container )
           
 voidsetDefaultCloseOperation(int )
           
 voidsetGlassPane(java.awt.Component )
           
 voidsetJMenuBar(javax.swing.JMenuBar )
           
 voidsetLayeredPane(javax.swing.JLayeredPane )
           
 voidsetLayout(java.awt.LayoutManager )
           
 voidsetLocationRelativeTo(java.awt.Component )
           
 protected voidsetRootPane(javax.swing.JRootPane )
           
 protected voidsetRootPaneCheckingEnabled(boolean )
           
 voidupdate(java.awt.Graphics )
           

Methods inherited from class java.awt.Dialog
addNotify, isModal, setModal, getTitle, setTitle, show, hide, dispose, isResizable, setResizable

Methods inherited from class java.awt.Window
finalize, pack, toFront, toBack, getToolkit, getWarningString, getLocale, getInputContext, setCursor, getOwner, getOwnedWindows, addWindowListener, removeWindowListener, getListeners, processEvent, getFocusOwner, postEvent, isShowing, applyResourceBundle, applyResourceBundle, getGraphicsConfiguration

Methods inherited from class java.awt.Container
getComponentCount, countComponents, getComponent, getComponents, getInsets, insets, add, add, add, add, add, remove, removeAll, getLayout, doLayout, layout, invalidate, validate, validateTree, setFont, getPreferredSize, preferredSize, getMinimumSize, minimumSize, getMaximumSize, getAlignmentX, getAlignmentY, paint, print, paintComponents, printComponents, addContainerListener, removeContainerListener, processContainerEvent, deliverEvent, getComponentAt, locate, getComponentAt, findComponentAt, findComponentAt, removeNotify, isAncestorOf, list, list

Methods inherited from class java.awt.Component
getName, setName, getParent, getPeer, setDropTarget, getDropTarget, getTreeLock, isValid, isDisplayable, isVisible, isEnabled, setEnabled, enable, enable, disable, isDoubleBuffered, enableInputMethods, setVisible, show, getForeground, setForeground, getBackground, setBackground, getFont, setLocale, getColorModel, getLocation, getLocationOnScreen, location, setLocation, move, setLocation, getSize, size, setSize, resize, setSize, resize, getBounds, bounds, setBounds, reshape, setBounds, getX, getY, getWidth, getHeight, getBounds, getSize, getLocation, isOpaque, isLightweight, getGraphics, getFontMetrics, getCursor, paintAll, repaint, repaint, repaint, repaint, printAll, imageUpdate, createImage, createImage, prepareImage, prepareImage, checkImage, checkImage, contains, inside, contains, dispatchEvent, addComponentListener, removeComponentListener, addFocusListener, removeFocusListener, addHierarchyListener, removeHierarchyListener, addHierarchyBoundsListener, removeHierarchyBoundsListener, addKeyListener, removeKeyListener, addMouseListener, removeMouseListener, addMouseMotionListener, removeMouseMotionListener, addInputMethodListener, removeInputMethodListener, getInputMethodRequests, enableEvents, disableEvents, coalesceEvents, processComponentEvent, processFocusEvent, processMouseEvent, processMouseMotionEvent, processInputMethodEvent, processHierarchyEvent, processHierarchyBoundsEvent, handleEvent, mouseDown, mouseDrag, mouseUp, mouseMove, mouseEnter, mouseExit, keyDown, keyUp, action, gotFocus, lostFocus, isFocusTraversable, requestFocus, transferFocus, nextFocus, hasFocus, add, remove, toString, list, list, list, addPropertyChangeListener, removePropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, setComponentOrientation, getComponentOrientation

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait

Field Detail

accessibleContext

protected javax.accessibility.AccessibleContext accessibleContext

defaultCloseOperation

private int defaultCloseOperation

rootPane

protected javax.swing.JRootPane rootPane

rootPaneCheckingEnabled

protected boolean rootPaneCheckingEnabled
Constructor Detail

JDialog

public JDialog()

JDialog

public JDialog(java.awt.Frame )

JDialog

public JDialog(java.awt.Frame , boolean )

JDialog

public JDialog(java.awt.Frame , java.lang.String )

JDialog

public JDialog(java.awt.Frame , java.lang.String , boolean )

JDialog

public JDialog(java.awt.Dialog )

JDialog

public JDialog(java.awt.Dialog , boolean )

JDialog

public JDialog(java.awt.Dialog , java.lang.String )

JDialog

public JDialog(java.awt.Dialog , java.lang.String , boolean )
Method Detail

addImpl

protected void addImpl(java.awt.Component , java.lang.Object , int )

createRootPane

protected javax.swing.JRootPane createRootPane()

createRootPaneException

private java.lang.Error createRootPaneException(java.lang.String )

dialogInit

protected void dialogInit()

getAccessibleContext

public javax.accessibility.AccessibleContext getAccessibleContext()

getContentPane

public java.awt.Container getContentPane()

getDefaultCloseOperation

public int getDefaultCloseOperation()

getGlassPane

public java.awt.Component getGlassPane()

getJMenuBar

public javax.swing.JMenuBar getJMenuBar()

getLayeredPane

public javax.swing.JLayeredPane getLayeredPane()

getRootPane

public javax.swing.JRootPane getRootPane()

isRootPaneCheckingEnabled

protected boolean isRootPaneCheckingEnabled()

paramString

protected java.lang.String paramString()

processKeyEvent

protected void processKeyEvent(java.awt.event.KeyEvent )

processWindowEvent

protected void processWindowEvent(java.awt.event.WindowEvent )

remove

public void remove(java.awt.Component )

setContentPane

public void setContentPane(java.awt.Container )

setDefaultCloseOperation

public void setDefaultCloseOperation(int )

setGlassPane

public void setGlassPane(java.awt.Component )

setJMenuBar

public void setJMenuBar(javax.swing.JMenuBar )

setLayeredPane

public void setLayeredPane(javax.swing.JLayeredPane )

setLayout

public void setLayout(java.awt.LayoutManager )

setLocationRelativeTo

public void setLocationRelativeTo(java.awt.Component )

setRootPane

protected void setRootPane(javax.swing.JRootPane )

setRootPaneCheckingEnabled

protected void setRootPaneCheckingEnabled(boolean )

update

public void update(java.awt.Graphics )