|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--javax.swing.text.TextAction | +--javax.swing.text.StyledEditorKit.StyledTextAction | +--javax.swing.text.StyledEditorKit.ItalicAction
An action to toggle the italic attribute.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
Fields inherited from class javax.swing.AbstractAction |
changeSupport,
enabled |
Constructor Summary | |
StyledEditorKit.ItalicAction()
Constructs a new ItalicAction. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Toggles the italic attribute. |
Methods inherited from class javax.swing.text.StyledEditorKit.StyledTextAction |
getEditor,
getStyledDocument,
getStyledEditorKit,
setCharacterAttributes,
setParagraphAttributes |
Methods inherited from class javax.swing.text.TextAction |
augmentList,
getFocusedComponent,
getTextComponent |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener,
clone,
firePropertyChange,
getValue,
isEnabled,
putValue,
removePropertyChangeListener,
setEnabled |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public StyledEditorKit.ItalicAction()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- the action event
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |