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

Class StyledEditorKit.ForegroundAction

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


public static class StyledEditorKit.ForegroundAction

extends StyledEditorKit.StyledTextAction

ForegroundAction

Constructor Summary

ForegroundAction(java.lang.String nm, java.awt.Color fg)

Constructor ForegroundAction

Method Summary

voidactionPerformed(java.awt.event.ActionEvent event)

actionPerformed

Constructor Details

ForegroundAction

public ForegroundAction(java.lang.String nm, java.awt.Color fg)

Constructor ForegroundAction

Parameters:


Method Details

actionPerformed

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

actionPerformed

Parameters: