Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing.text

Class StyledEditorKit.FontSizeAction

java.lang.Object
|
+--javax.swing.AbstractAction
   |
   +--javax.swing.text.TextAction
      |
      +--javax.swing.text.StyledEditorKit.StyledTextAction
         |
         +--javax.swing.text.StyledEditorKit.FontSizeAction


public static class StyledEditorKit.FontSizeAction

extends StyledEditorKit.StyledTextAction

FontSizeAction

Constructor Summary

FontSizeAction(java.lang.String nm, int size)

Constructor FontSizeAction

Method Summary

voidactionPerformed(java.awt.event.ActionEvent event)

actionPerformed

Constructor Details

FontSizeAction

public FontSizeAction(java.lang.String nm, int size)

Constructor FontSizeAction

Parameters:


Method Details

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)

actionPerformed

Parameters: