|
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.Checkbox
Field Summary | |
private static java.lang.String |
base
|
private int |
checkboxSerializedDataVersion
|
(package private) java.awt.CheckboxGroup |
group
|
(package private) java.awt.event.ItemListener |
itemListener
|
(package private) java.lang.String |
label
|
private static int |
nameCounter
|
private static long |
serialVersionUID
|
(package private) boolean |
state
|
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 | |
Checkbox()
|
|
Checkbox(java.lang.String s)
|
|
Checkbox(java.lang.String s,
boolean b)
|
|
Checkbox(java.lang.String s,
boolean b,
java.awt.CheckboxGroup cg)
|
|
Checkbox(java.lang.String s,
java.awt.CheckboxGroup cg,
boolean b)
|
Method Summary | |
void |
addItemListener(java.awt.event.ItemListener il)
|
void |
addNotify()
|
(package private) java.lang.String |
constructComponentName()
|
(package private) boolean |
eventEnabled(java.awt.AWTEvent awte)
|
java.awt.CheckboxGroup |
getCheckboxGroup()
|
java.lang.String |
getLabel()
|
java.lang.Object[] |
getSelectedObjects()
|
boolean |
getState()
|
protected java.lang.String |
paramString()
|
protected void |
processEvent(java.awt.AWTEvent awte)
|
protected void |
processItemEvent(java.awt.event.ItemEvent ie)
|
private void |
readObject(java.io.ObjectInputStream ois)
|
void |
removeItemListener(java.awt.event.ItemListener il)
|
void |
setCheckboxGroup(java.awt.CheckboxGroup cg)
|
void |
setLabel(java.lang.String s)
|
void |
setState(boolean b)
|
(package private) void |
setStateInternal(boolean b)
|
private void |
writeObject(java.io.ObjectOutputStream oos)
|
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, 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, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String base
private int checkboxSerializedDataVersion
java.awt.CheckboxGroup group
transient java.awt.event.ItemListener itemListener
java.lang.String label
private static int nameCounter
private static final long serialVersionUID
boolean state
Constructor Detail |
public Checkbox()
public Checkbox(java.lang.String s)
public Checkbox(java.lang.String s, boolean b)
public Checkbox(java.lang.String s, boolean b, java.awt.CheckboxGroup cg)
public Checkbox(java.lang.String s, java.awt.CheckboxGroup cg, boolean b)
Method Detail |
public void addItemListener(java.awt.event.ItemListener il)
addItemListener
in interface java.awt.ItemSelectable
public void addNotify()
java.lang.String constructComponentName()
boolean eventEnabled(java.awt.AWTEvent awte)
public java.awt.CheckboxGroup getCheckboxGroup()
public java.lang.String getLabel()
public java.lang.Object[] getSelectedObjects()
getSelectedObjects
in interface java.awt.ItemSelectable
public boolean getState()
protected java.lang.String paramString()
protected void processEvent(java.awt.AWTEvent awte)
protected void processItemEvent(java.awt.event.ItemEvent ie)
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
public void removeItemListener(java.awt.event.ItemListener il)
removeItemListener
in interface java.awt.ItemSelectable
public void setCheckboxGroup(java.awt.CheckboxGroup cg)
public void setLabel(java.lang.String s)
public void setState(boolean b)
void setStateInternal(boolean b)
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 |