|
|||||||||
| Home >> All >> allensoft >> javacvs >> client >> ui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
allensoft.javacvs.client.ui.swing
Class AnnotatedEditorPane.ChangeColorButton

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
allensoft.javacvs.client.ui.swing.AnnotatedEditorPane.ChangeColorButton
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, java.io.Serializable, javax.swing.SwingConstants
- Enclosing class:
- AnnotatedEditorPane
- private static class AnnotatedEditorPane.ChangeColorButton
- extends javax.swing.JButton
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JButton |
javax.swing.JButton.AccessibleJButton |
| 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.JButton |
|
| 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 | |
AnnotatedEditorPane.ChangeColorButton(java.awt.Color c)
|
|
| Method Summary | |
protected void |
fireActionPerformed(java.awt.event.ActionEvent e)
Calls ActionListener.actionPerformed(java.awt.event.ActionEvent)> ActionListener.actionPerformed(java.awt.event.ActionEvent) 55 on each java.awt.event.ActionListener in the button's listener list. |
java.awt.Dimension |
getMinimumSize()
Get the component's minimum size. |
java.awt.Dimension |
getPreferredSize()
Get the component's preferred size. |
| Methods inherited from class javax.swing.JButton |
configurePropertiesFromAction, getAccessibleContext, getUIClassID, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapable, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
AnnotatedEditorPane.ChangeColorButton
public AnnotatedEditorPane.ChangeColorButton(java.awt.Color c)
| Method Detail |
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Description copied from class:
javax.swing.JComponent - Get the component's preferred size. If the JComponent.preferredSize>
JComponent.preferredSize55 property has been explicitly set, it is returned. If the JComponent.preferredSize>JComponent.preferredSize55 property has not been set but the JComponent.ui>JComponent.ui55 property has been, the result of ComponentUI.getPreferredSize(javax.swing.JComponent)>ComponentUI.getPreferredSize(javax.swing.JComponent)55 is returned. If neither property has been set, the result of Container.getPreferredSize()>Container.getPreferredSize()55 is returned.
getMinimumSize
public java.awt.Dimension getMinimumSize()
- Description copied from class:
javax.swing.JComponent - Get the component's minimum size. If the JComponent.minimumSize>
JComponent.minimumSize55 property has been explicitly set, it is returned. If the JComponent.minimumSize>JComponent.minimumSize55 property has not been set but the JComponent.ui>JComponent.ui55 property has been, the result of ComponentUI.getMinimumSize(javax.swing.JComponent)>ComponentUI.getMinimumSize(javax.swing.JComponent)55 is returned. If neither property has been set, the result of Container.getMinimumSize()>Container.getMinimumSize()55 is returned.
fireActionPerformed
protected void fireActionPerformed(java.awt.event.ActionEvent e)
- Description copied from class:
javax.swing.AbstractButton - Calls ActionListener.actionPerformed(java.awt.event.ActionEvent)>
ActionListener.actionPerformed(java.awt.event.ActionEvent)55 on each java.awt.event.ActionListener in the button's listener list.
|
|||||||||
| Home >> All >> allensoft >> javacvs >> client >> ui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC