StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class Dialog

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Dialog
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
Direct Known Subclasses:
stardiv.controller.DebugDialog, stardiv.controller.PropertyEditor, stardiv.controller.ThreadDialog

public synchronized class Dialog
extends java.awt.Window

See Also:
Serialized Form

Field Summary
private static java.lang.String base
           
(package private)  boolean modal
           
private static int nameCounter
           
(package private)  boolean resizable
           
private static long serialVersionUID
           
(package private)  java.lang.String title
           
 
Fields inherited from class java.awt.Window
OPENED, active, focusMgr, inputContext, state, warningString, windowListener, windowSerializedDataVersion
 
Fields inherited from class java.awt.Container
component, containerListener, containerSerializedDataVersion, dispatcher, layoutMgr, maxSize, ncomponents
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, LOCK, RIGHT_ALIGNMENT, TOP_ALIGNMENT, actionListenerK, adjustmentListenerK, background, componentListener, componentListenerK, componentSerializedDataVersion, containerListenerK, cursor, enabled, eventMask, focusListener, focusListenerK, font, foreground, height, incRate, isInc, itemListenerK, keyListener, keyListenerK, locale, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, name, nameExplicitlySet, newEventsOnly, parent, peer, popups, prefSize, textListenerK, valid, visible, width, windowListenerK, x, y
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
Dialog(java.awt.Frame f)
           
Dialog(java.awt.Frame f, boolean b)
           
Dialog(java.awt.Frame f, java.lang.String s)
           
Dialog(java.awt.Frame f, java.lang.String s, boolean b)
           
 
Method Summary
 void addNotify()
           
(package private)  java.lang.String constructComponentName()
           
 java.lang.String getTitle()
           
 boolean isModal()
           
 boolean isResizable()
           
protected  java.lang.String paramString()
           
 void setModal(boolean b)
           
 void setResizable(boolean b)
           
 void setTitle(java.lang.String s)
           
 void show()
           
 
Methods inherited from class java.awt.Window
addWindowListener, dispatchEventImpl, dispose, eventEnabled, getFocusOwner, getInputContext, getLocale, getToolkit, getWarningString, handleTabEvent, isActive, isShowing, nextFocus, pack, postEvent, postProcessKeyEvent, postWindowEvent, preProcessKeyEvent, processEvent, processWindowEvent, readObject, removeWindowListener, setCursor, setFocusOwner, setWarningString, toBack, toFront, transferFocus, writeObject
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, countComponents, deliverEvent, dispatchEventToSelf, doLayout, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getCursorTarget, getInsets, getLayout, getMaximumSize, getMinimumSize, getMouseEventTarget, getPreferredSize, getWindow, insets, invalidate, isAncestorOf, isContainingWindowActivated, layout, lightweightPrint, list, list, locate, minimumSize, paint, paintComponents, postsOldMouseEvents, preferredSize, print, printComponents, printOneComponent, processContainerEvent, proxyEnableEvents, proxyRequestFocus, remove, remove, removeAll, removeContainerListener, removeNotify, setLayout, update, updateCursor, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, areInputMethodsEnabled, bounds, checkImage, checkImage, contains, contains, createImage, createImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, getBackground, getBounds, getColorModel, getCursor, getFont, getFontMetrics, getForeground, getGraphics, getLocation, getLocationOnScreen, getName, getNativeContainer, getParent, getPeer, getSize, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, isEnabled, isFocusTraversable, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

base

private static final java.lang.String base

modal

boolean modal

nameCounter

private static int nameCounter

resizable

boolean resizable

serialVersionUID

private static final long serialVersionUID

title

java.lang.String title
Constructor Detail

Dialog

public Dialog(java.awt.Frame f)

Dialog

public Dialog(java.awt.Frame f,
              boolean b)

Dialog

public Dialog(java.awt.Frame f,
              java.lang.String s)

Dialog

public Dialog(java.awt.Frame f,
              java.lang.String s,
              boolean b)
Method Detail

addNotify

public void addNotify()

constructComponentName

java.lang.String constructComponentName()

getTitle

public java.lang.String getTitle()

isModal

public boolean isModal()

isResizable

public boolean isResizable()

paramString

protected java.lang.String paramString()

setModal

public void setModal(boolean b)

setResizable

public void setResizable(boolean b)

setTitle

public void setTitle(java.lang.String s)

show

public void show()

StarOffice 5.2 API
reverse engineered by classdoc