swingwtx.swing
Class JDialog

java.lang.Object
  extended byswingwt.awt.Component
      extended byswingwt.awt.Container
          extended byswingwt.awt.Window
              extended byswingwt.awt.Dialog
                  extended byswingwtx.swing.JDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, RootPaneContainer, WindowConstants

public class JDialog
extends Dialog
implements WindowConstants, RootPaneContainer


Field Summary
protected  int closeOperation
           
 
Fields inherited from class swingwt.awt.Dialog
isModal, isResizable
 
Fields inherited from class swingwt.awt.Window
delayPack, display, FRAME_DECORATION_HEIGHT, FRAME_DECORATION_WIDTH, iconImage, isClosed, isIcon, peer, pMenu, pMenuBar, rootPane, title, windowListeners
 
Fields inherited from class swingwt.awt.Container
composite, comps, containerListeners, layout, queuedValidateRequest
 
Fields inherited from class swingwt.awt.Component
accessibleContext, actionCommand, actionListeners, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, componentListeners, componentName, consumeAvailableHeight, consumeAvailableWidth, focusable, focusListeners, inputMethodListeners, isUserSetFont, keyListeners, layoutModifier, LEFT_ALIGNMENT, LOCK, mouseListeners, mouseMotionListeners, mouseWheelListeners, parent, pBackground, pCursor, pDoubleBuffered, pEnabled, pFont, pForeground, pLayoutData, pLocation, pMaxSize, pMinSize, ppeer, pPrefSize, pSize, pToolTipText, pVisible, RIGHT_ALIGNMENT, swingWTDefaultActionEventAdapter, swingWTEventAdapter, TOP_ALIGNMENT
 
Fields inherited from interface swingwtx.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface swingwt.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
JDialog()
           
JDialog(Dialog owner)
           
JDialog(Dialog owner, boolean modal)
           
JDialog(Dialog owner, java.lang.String title)
           
JDialog(Dialog owner, java.lang.String title, boolean modal)
           
JDialog(Dialog owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
           
JDialog(Frame owner)
           
JDialog(Frame owner, boolean modal)
           
JDialog(Frame owner, java.lang.String title)
           
JDialog(Frame owner, java.lang.String title, boolean modal)
           
JDialog(Frame owner, java.lang.String title, boolean modal, GraphicsConfiguration gc)
           
 
Method Summary
 Container getContentPane()
           
 int getDefaultCloseOperation()
           
 Component getGlassPane()
           
 JLayeredPane getLayeredPane()
           
 JRootPane getRootPane()
           
 void registerWindowEvents()
           
 void setContentPane(Container contentPane)
           
 void setDefaultCloseOperation(int operation)
           
 void setGlassPane(Component glassPane)
           
 void setLayeredPane(JLayeredPane layeredPane)
           
 
Methods inherited from class swingwt.awt.Dialog
getSWTFrameType, isModal, isResizable, setCustomSWTShellStyle, setModal, setResizable, setVisible
 
Methods inherited from class swingwt.awt.Window
add, add, addMouseListener, addWindowListener, create, create, dispatchEvents, dispose, getBounds, getDefaultButton, getIconImage, getJMenuBar, getLayout, getLocationOnScreen, getMenuBar, getSize, getSWTPeer, getTitle, hide, isActive, pack, processWindowEvent, processWindowEvent, remove, removeMouseListener, removeWindowListener, repaintFix, setBounds, setBounds, setCachedProperties, setDefaultButton, setIconImage, setJMenuBar, setLayout, setLayout, setLocation, setLocation, setLocationRelativeTo, setMenuBar, setSize, setSize, setSwingWTParent, setTitle, show, toBack, toFront
 
Methods inherited from class swingwt.awt.Container
add, add, add, addComponentToLayout, addContainerListener, debug_showContainmentTree, doAdd, doLayout, getComponent, getComponentCount, getComponentOrientation, getComponents, getComposite, getInsets, getMaximumSize, getMinimumSize, getParent, getPreferredSize, invalidate, minimumSize, preferredSize, processContainerEvent, processEvent, queuedValidate, remove, removeAll, removeComponentFromCache, removeContainerListener, revalidate, setLayoutImpl, setSwingWTParent, validate
 
Methods inherited from class swingwt.awt.Component
add, addActionListener, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseMotionListener, addMouseWheelListener, addNotify, calculatePreferredSize, componentOnlyDispose, computePreferredSize, contains, contains, createImage, createListenerArrayFromVector, createVolatileImage, dispatchEvent, getAccessibleContext, getActionCommand, getAlignmentX, getAlignmentY, getBackground, getCursor, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getListeners, getLocation, getName, getPeer, getPeerSize, getSize, getToolkit, getToolTipText, getTreeLock, getWidth, getX, getY, grabFocus, hasFocus, hasSetFont, imageUpdate, inside, isEnabled, isFocusable, isMinimumSizeSet, isShowing, isVisible, paint, paintComponent, processActionEvent, processComponentEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, processTraverseEvent, registerActionEvents, registerComponentEvents, registerEvents, registerExtendedModifyEvents, registerFocusEvents, registerKeyEvents, registerModifyEvents, registerMouseEvents, registerPaintEvents, registerTraversalEvents, remove, removeActionListener, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, repaint, repaint, repaint, requestFocus, setActionCommand, setAlignmentX, setAlignmentY, setBackground, setComponentOrientation, setComponentRemoved, setCursor, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setFont, setForeground, setHeight, setMaximumSize, setMinimumSize, setName, setPreferredSize, setToolTipText, setWidth, transferFocus, transferFocusBackward, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

closeOperation

protected int closeOperation
Constructor Detail

JDialog

public JDialog()

JDialog

public JDialog(Dialog owner)

JDialog

public JDialog(Dialog owner,
               boolean modal)

JDialog

public JDialog(Dialog owner,
               java.lang.String title)

JDialog

public JDialog(Dialog owner,
               java.lang.String title,
               boolean modal)

JDialog

public JDialog(Dialog owner,
               java.lang.String title,
               boolean modal,
               GraphicsConfiguration gc)

JDialog

public JDialog(Frame owner)

JDialog

public JDialog(Frame owner,
               boolean modal)

JDialog

public JDialog(Frame owner,
               java.lang.String title)

JDialog

public JDialog(Frame owner,
               java.lang.String title,
               boolean modal)

JDialog

public JDialog(Frame owner,
               java.lang.String title,
               boolean modal,
               GraphicsConfiguration gc)
Method Detail

getDefaultCloseOperation

public int getDefaultCloseOperation()

setDefaultCloseOperation

public void setDefaultCloseOperation(int operation)

getContentPane

public Container getContentPane()
Specified by:
getContentPane in interface RootPaneContainer

getGlassPane

public Component getGlassPane()
Specified by:
getGlassPane in interface RootPaneContainer

getLayeredPane

public JLayeredPane getLayeredPane()
Specified by:
getLayeredPane in interface RootPaneContainer

getRootPane

public JRootPane getRootPane()
Specified by:
getRootPane in interface RootPaneContainer

setContentPane

public void setContentPane(Container contentPane)
Specified by:
setContentPane in interface RootPaneContainer

setGlassPane

public void setGlassPane(Component glassPane)
Specified by:
setGlassPane in interface RootPaneContainer

setLayeredPane

public void setLayeredPane(JLayeredPane layeredPane)
Specified by:
setLayeredPane in interface RootPaneContainer

registerWindowEvents

public void registerWindowEvents()
Overrides:
registerWindowEvents in class Window