Module  java.desktop
软件包  javax.swing.plaf

Class InsetsUIResource

  • All Implemented Interfaces:
    SerializableCloneableUIResource


    public class InsetsUIResource
    extends Insets
    implements UIResource
    Insets实现UIResource的子类。 使用Insets值作为默认属性的UI类应该使用此类。

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

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

      • InsetsUIResource

        public InsetsUIResource​(int top,
                                int left,
                                int bottom,
                                int right)
        构造一个 InsetsUIResource
        参数
        top - 从顶部的插图
        left - 从左边的插图
        bottom - 底部的插图
        right - 从右边的插图