StarOffice 5.2 API
reverse engineered by classdoc

java.awt
Class Label

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Label
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
Direct Known Subclasses:
stardiv.js.ide.SjIdeLabel

public synchronized class Label
extends java.awt.Component

See Also:
Serialized Form

Field Summary
static int CENTER
           
static int LEFT
           
static int RIGHT
           
(package private)  int alignment
           
private static java.lang.String base
           
private static int nameCounter
           
private static long serialVersionUID
           
(package private)  java.lang.String text
           
 
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
Label()
           
Label(java.lang.String s)
           
Label(java.lang.String s, int i)
           
 
Method Summary
 void addNotify()
           
(package private)  java.lang.String constructComponentName()
           
 int getAlignment()
           
 java.lang.String getText()
           
protected  java.lang.String paramString()
           
 void setAlignment(int i)
           
 void setText(java.lang.String s)
           
 
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, getPreferredSize, 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, paint, paintAll, postEvent, postsOldMouseEvents, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, readObject, remove, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setCursor, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, update, validate, writeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CENTER

public static final int CENTER

LEFT

public static final int LEFT

RIGHT

public static final int RIGHT

alignment

int alignment

base

private static final java.lang.String base

nameCounter

private static int nameCounter

serialVersionUID

private static final long serialVersionUID

text

java.lang.String text
Constructor Detail

Label

public Label()

Label

public Label(java.lang.String s)

Label

public Label(java.lang.String s,
             int i)
Method Detail

addNotify

public void addNotify()

constructComponentName

java.lang.String constructComponentName()

getAlignment

public int getAlignment()

getText

public java.lang.String getText()

paramString

protected java.lang.String paramString()

setAlignment

public void setAlignment(int i)

setText

public void setText(java.lang.String s)

StarOffice 5.2 API
reverse engineered by classdoc