|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--java.awt.Window | +--java.awt.Dialog | +--stardiv.controller.DebugDialog
Field Summary | |
private java.awt.TextArea |
aTextArea
|
private boolean |
instractionTracing
|
private boolean |
methodTracing
|
private java.awt.Frame |
pFrame
|
private stardiv.controller.PropertyEditor |
propertyEditor
|
private stardiv.controller.ThreadDialog |
threadDialog
|
Fields inherited from class java.awt.Dialog |
base, modal, nameCounter, resizable, serialVersionUID, 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 | |
DebugDialog(java.awt.Frame f)
|
|
DebugDialog(java.awt.Frame f,
java.lang.String s)
|
Method Summary | |
(package private) static stardiv.controller.PropertyEditor |
access$0(stardiv.controller.DebugDialog dd)
|
(package private) static void |
access$1(stardiv.controller.DebugDialog dd,
stardiv.controller.PropertyEditor pe)
|
(package private) static stardiv.controller.ThreadDialog |
access$2(stardiv.controller.DebugDialog dd)
|
(package private) static void |
access$3(stardiv.controller.DebugDialog dd,
stardiv.controller.ThreadDialog td)
|
void |
append(java.lang.String s)
|
void |
clear()
|
void |
setText(java.lang.String s)
|
Methods inherited from class java.awt.Dialog |
addNotify, constructComponentName, getTitle, isModal, isResizable, paramString, setModal, setResizable, setTitle, 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 |
private java.awt.TextArea aTextArea
private boolean instractionTracing
private boolean methodTracing
private java.awt.Frame pFrame
private stardiv.controller.PropertyEditor propertyEditor
private stardiv.controller.ThreadDialog threadDialog
Constructor Detail |
public DebugDialog(java.awt.Frame f)
public DebugDialog(java.awt.Frame f, java.lang.String s)
Method Detail |
static stardiv.controller.PropertyEditor access$0(stardiv.controller.DebugDialog dd)
static void access$1(stardiv.controller.DebugDialog dd, stardiv.controller.PropertyEditor pe)
static stardiv.controller.ThreadDialog access$2(stardiv.controller.DebugDialog dd)
static void access$3(stardiv.controller.DebugDialog dd, stardiv.controller.ThreadDialog td)
public void append(java.lang.String s)
public void clear()
public void setText(java.lang.String s)
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |