|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuCheckBoxMenuItem

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JMenuItem
javax.swing.JCheckBoxMenuItem
com.memoire.bu.BuCheckBoxMenuItem
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, javax.swing.MenuElement, java.io.Serializable, javax.swing.SwingConstants
- public class BuCheckBoxMenuItem
- extends javax.swing.JCheckBoxMenuItem
Like JCheckBoxMenuItem but with better management of icons.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JCheckBoxMenuItem |
javax.swing.JCheckBoxMenuItem.AccessibleJCheckBoxMenuItem |
| Nested classes inherited from class javax.swing.JMenuItem |
javax.swing.JMenuItem.AccessibleJMenuItem |
| Nested classes inherited from class javax.swing.AbstractButton |
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class javax.swing.JCheckBoxMenuItem |
|
| Fields inherited from class javax.swing.JMenuItem |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
BuCheckBoxMenuItem()
|
|
BuCheckBoxMenuItem(BuIcon _icon)
|
|
BuCheckBoxMenuItem(BuIcon _icon,
java.lang.String _label)
|
|
BuCheckBoxMenuItem(javax.swing.Icon _icon)
Deprecated. |
|
BuCheckBoxMenuItem(javax.swing.Icon _icon,
boolean _selected)
Deprecated. |
|
BuCheckBoxMenuItem(java.lang.String _label)
|
|
BuCheckBoxMenuItem(java.lang.String _text,
boolean _selected)
Deprecated. |
|
BuCheckBoxMenuItem(java.lang.String _text,
javax.swing.Icon _icon)
Deprecated. |
|
BuCheckBoxMenuItem(java.lang.String _text,
javax.swing.Icon _icon,
boolean _selected)
Deprecated. |
|
| Method Summary | |
java.awt.Point |
getToolTipLocation(java.awt.event.MouseEvent _evt)
Return the location at which the JComponent.toolTipText> JComponent.toolTipText 55 property should be
displayed, when triggered by a particular mouse event. |
void |
paint(java.awt.Graphics _g)
Paint the component. |
void |
setIcon(BuIcon _icon)
|
| Methods inherited from class javax.swing.JCheckBoxMenuItem |
getAccessibleContext, getSelectedObjects, getState, getUIClassID, paramString, requestFocus, setState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
BuCheckBoxMenuItem
public BuCheckBoxMenuItem()
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(BuIcon _icon)
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(java.lang.String _label)
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(BuIcon _icon, java.lang.String _label)
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(javax.swing.Icon _icon)
- Deprecated.
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(javax.swing.Icon _icon, boolean _selected)
- Deprecated.
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(java.lang.String _text, javax.swing.Icon _icon)
- Deprecated.
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(java.lang.String _text, boolean _selected)
- Deprecated.
BuCheckBoxMenuItem
public BuCheckBoxMenuItem(java.lang.String _text, javax.swing.Icon _icon, boolean _selected)
- Deprecated.
| Method Detail |
paint
public void paint(java.awt.Graphics _g)
- Description copied from class:
javax.swing.JComponent Paint the component. This is a delicate process, and should only be called from the repaint thread, under control of the javax.swing.RepaintManager. Client code should usually call Component.repaint()>
Component.repaint()55 to trigger painting.The body of the
paintcall involves calling JComponent.paintComponent(java.awt.Graphics)>JComponent.paintComponent(java.awt.Graphics)55 , JComponent.paintBorder(java.awt.Graphics)>JComponent.paintBorder(java.awt.Graphics)55 , and JComponent.paintChildren(java.awt.Graphics)>JComponent.paintChildren(java.awt.Graphics)55 in order. If you want to customize painting behavior, you should override one of these methods rather thanpaint.For more details on the painting sequence, see this article.
setIcon
public void setIcon(BuIcon _icon)
getToolTipLocation
public java.awt.Point getToolTipLocation(java.awt.event.MouseEvent _evt)
- Description copied from class:
javax.swing.JComponent - Return the location at which the JComponent.toolTipText>
JComponent.toolTipText55 property should be displayed, when triggered by a particular mouse event.
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC