模块  java.desktop
软件包  javax.swing.text

Class StyledEditorKit.ForegroundAction

  • 实现的所有接口
    ActionListenerSerializableCloneableEventListenerAction
    Enclosing class:
    StyledEditorKit

    public static class StyledEditorKit.ForegroundAction
    extends StyledEditorKit.StyledTextAction
    设置前景色的动作。 这将为当前选定的目标JEditorPane范围设置StyleConstants.Foreground属性。 这是通过在与目标JEditorPane关联的样式文档上调用StyledDocument.setCharacterAttributes来完成的。

    如果将目标文本组件指定为ActionEvent的源并且存在命令字符串,则命令字符串将被解释为前景色。 它将被称为Color.decode ,因此应该是该方法的合法输入。

    警告:此类的序列化对象与以后的Swing版本不兼容。 当前的序列化支持适用于运行相同版本Swing的应用程序之间的短期存储或RMI。 从1.4开始,对java.beans软件包中添加了对所有JavaBeans java.beans长期存储的支持。 请参阅XMLEncoder

    另请参见:
    Serialized Form
    • 构造方法详细信息

      • ForegroundAction

        public ForegroundAction​(String nm,
                                Color fg)
        创建一个新的ForegroundAction。
        参数
        nm - 动作名称
        fg - 前景色
    • 方法详细信息

      • actionPerformed

        public void actionPerformed​(ActionEvent e)
        设置前景色。
        参数
        e - 动作事件