|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Action ) |
Creates a check box where properties are taken from the Action supplied. |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Creates an initially unselected check box with text. |
String, |
Documentation changed from old to new. |
Creates a check box with text and specifies whether or not it is initially selected. |
String, |
Documentation changed from old to new. |
Creates an initially unselected check box with the specified text and icon. |
String, |
Documentation changed from old to new. |
Creates a check box with text and icon and specifies whether or not it is initially selected. |
Icon ) |
Documentation changed from old to new. |
Creates an initially unselected check box with an icon. |
Icon, |
Documentation changed from old to new. |
Creates a check box with an icon and specifies whether or not it is initially selected. |
void ) |
Documentation changed from old to new. |
Creates an initially unselected check box button with no text no icon. |
Added Methods | |
void configurePropertiesFromAction(Action ) |
Factory method which sets the ActionEvent source's properties according to values from the Action instance. |
PropertyChangeListener createActionPropertyChangeListener(Action ) |
Factory method which creates the PropertyChangeListener used to update the ActionEvent source as properties change on its Action instance. |
boolean isBorderPaintedFlat() |
Returns whether the border should be painted flat. |
void setBorderPaintedFlat(boolean ) |
Sets whether the border should be painted flat. |
Changed Methods | ||
AccessibleContext getAccessibleContext() |
Documentation changed from old to new. |
Gets the AccessibleContext associated with this JCheckBox. |
Added Fields | |
String BORDER_PAINTED_FLAT_CHANGED_PROPERTY |
Identifies a change to the flat property. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |