|
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.Canvas | +--stardiv.controller.MemoryMonitor
Field Summary | |
(package private) java.awt.Color |
bg
|
(package private) int |
border
|
(package private) char[] |
buf
|
(package private) java.awt.Color |
fg
|
(package private) java.awt.FontMetrics |
fm
|
(package private) int |
gap
|
(package private) int |
grafH
|
(package private) int |
grafW
|
(package private) char[] |
label
|
(package private) int |
labelcount
|
(package private) java.awt.Font |
labelfont
|
(package private) java.lang.Thread |
monitor
|
(package private) java.awt.Image |
offscreen
|
(package private) static java.lang.Runtime |
runtime
|
(package private) int |
shadowDepth
|
(package private) java.awt.Dimension |
size
|
(package private) static int |
sleepTime
|
(package private) char[] |
suffixes
|
(package private) static java.awt.Color |
totalColor
|
(package private) static java.awt.Color |
totalShadowColor
|
(package private) static java.awt.Color |
usedColor
|
(package private) static java.awt.Color |
usedShadowColor
|
(package private) int[] |
widths
|
Fields inherited from class java.awt.Canvas |
base, nameCounter, serialVersionUID |
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 | |
MemoryMonitor()
|
Method Summary | |
(package private) void |
buildLabel(long l1,
long l2)
|
java.awt.Dimension |
getPreferredSize()
|
(package private) void |
memstring(long l)
|
void |
paint(java.awt.Graphics g)
|
void |
removeNotify()
|
void |
resume()
|
void |
run()
|
void |
setFont(java.awt.Font f)
|
void |
suspend()
|
void |
update(java.awt.Graphics g)
|
(package private) void |
updateMemoryMonitor()
|
Methods inherited from class java.awt.Canvas |
addNotify, constructComponentName, postsOldMouseEvents |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, areInputMethodsEnabled, bounds, checkImage, checkImage, contains, contains, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, dispatchEventImpl, doLayout, enable, enable, enableEvents, eventEnabled, getAlignmentX, getAlignmentY, getBackground, getBounds, getColorModel, getComponentAt, getComponentAt, getCursor, getFont, getFontMetrics, getForeground, getGraphics, getInputContext, getLocale, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getNativeContainer, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, invalidate, isEnabled, isFocusTraversable, isShowing, isValid, isVisible, keyDown, keyUp, layout, lightweightPrint, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, readObject, remove, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setCursor, setEnabled, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, validate, writeObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
java.awt.Color bg
int border
char[] buf
java.awt.Color fg
java.awt.FontMetrics fm
int gap
int grafH
int grafW
char[] label
int labelcount
java.awt.Font labelfont
java.lang.Thread monitor
java.awt.Image offscreen
static java.lang.Runtime runtime
int shadowDepth
java.awt.Dimension size
static final int sleepTime
char[] suffixes
static final java.awt.Color totalColor
static final java.awt.Color totalShadowColor
static final java.awt.Color usedColor
static final java.awt.Color usedShadowColor
int[] widths
Constructor Detail |
public MemoryMonitor()
Method Detail |
void buildLabel(long l1, long l2)
public java.awt.Dimension getPreferredSize()
void memstring(long l)
public void paint(java.awt.Graphics g)
public void removeNotify()
public void resume()
public void run()
run
in interface java.lang.Runnable
public void setFont(java.awt.Font f)
public void suspend()
public void update(java.awt.Graphics g)
void updateMemoryMonitor()
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |