|
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.Frame
Field Summary | |
static int |
CROSSHAIR_CURSOR
|
static int |
DEFAULT_CURSOR
|
static int |
E_RESIZE_CURSOR
|
static int |
HAND_CURSOR
|
static int |
MOVE_CURSOR
|
static int |
NE_RESIZE_CURSOR
|
static int |
NW_RESIZE_CURSOR
|
static int |
N_RESIZE_CURSOR
|
static int |
SE_RESIZE_CURSOR
|
static int |
SW_RESIZE_CURSOR
|
static int |
S_RESIZE_CURSOR
|
static int |
TEXT_CURSOR
|
static int |
WAIT_CURSOR
|
static int |
W_RESIZE_CURSOR
|
private static java.lang.String |
base
|
private int |
frameSerializedDataVersion
|
(package private) java.awt.Image |
icon
|
(package private) boolean |
mbManagement
|
(package private) java.awt.MenuBar |
menuBar
|
private static int |
nameCounter
|
(package private) java.util.Vector |
ownedWindows
|
(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 | |
Frame()
|
|
Frame(java.lang.String s)
|
Method Summary | |
void |
addNotify()
|
(package private) java.awt.Window |
addOwnedWindow(java.awt.Window w)
|
(package private) java.lang.String |
constructComponentName()
|
void |
dispose()
|
int |
getCursorType()
|
java.awt.Image |
getIconImage()
|
java.awt.MenuBar |
getMenuBar()
|
java.lang.String |
getTitle()
|
boolean |
isResizable()
|
protected java.lang.String |
paramString()
|
(package private) void |
postProcessKeyEvent(java.awt.event.KeyEvent ke)
|
private void |
readObject(java.io.ObjectInputStream ois)
|
void |
remove(java.awt.MenuComponent mc)
|
(package private) void |
removeOwnedWindow(java.awt.Window w)
|
void |
setCursor(int i)
|
void |
setIconImage(java.awt.Image i)
|
void |
setMenuBar(java.awt.MenuBar mb)
|
void |
setResizable(boolean b)
|
void |
setTitle(java.lang.String s)
|
private void |
writeObject(java.io.ObjectOutputStream oos)
|
Methods inherited from class java.awt.Window |
addWindowListener, dispatchEventImpl, eventEnabled, getFocusOwner, getInputContext, getLocale, getToolkit, getWarningString, handleTabEvent, isActive, isShowing, nextFocus, pack, postEvent, postWindowEvent, preProcessKeyEvent, processEvent, processWindowEvent, removeWindowListener, setCursor, setFocusOwner, setWarningString, show, toBack, toFront, transferFocus |
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, 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 |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
public static final int CROSSHAIR_CURSOR
public static final int DEFAULT_CURSOR
public static final int E_RESIZE_CURSOR
public static final int HAND_CURSOR
public static final int MOVE_CURSOR
public static final int NE_RESIZE_CURSOR
public static final int NW_RESIZE_CURSOR
public static final int N_RESIZE_CURSOR
public static final int SE_RESIZE_CURSOR
public static final int SW_RESIZE_CURSOR
public static final int S_RESIZE_CURSOR
public static final int TEXT_CURSOR
public static final int WAIT_CURSOR
public static final int W_RESIZE_CURSOR
private static final java.lang.String base
private int frameSerializedDataVersion
java.awt.Image icon
boolean mbManagement
java.awt.MenuBar menuBar
private static int nameCounter
java.util.Vector ownedWindows
boolean resizable
private static final long serialVersionUID
java.lang.String title
Constructor Detail |
public Frame()
public Frame(java.lang.String s)
Method Detail |
public void addNotify()
java.awt.Window addOwnedWindow(java.awt.Window w)
java.lang.String constructComponentName()
public void dispose()
public int getCursorType()
public java.awt.Image getIconImage()
public java.awt.MenuBar getMenuBar()
public java.lang.String getTitle()
public boolean isResizable()
protected java.lang.String paramString()
void postProcessKeyEvent(java.awt.event.KeyEvent ke)
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
public void remove(java.awt.MenuComponent mc)
remove
in interface java.awt.MenuContainer
void removeOwnedWindow(java.awt.Window w)
public void setCursor(int i)
public void setIconImage(java.awt.Image i)
public void setMenuBar(java.awt.MenuBar mb)
public void setResizable(boolean b)
public void setTitle(java.lang.String s)
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |