- java.lang.Object
-
- java.awt.Insets
-
- javax.swing.plaf.InsetsUIResource
-
- All Implemented Interfaces:
-
Serializable
,Cloneable
,UIResource
public class InsetsUIResource extends Insets implements UIResource
Insets实现UIResource的子类。 使用Insets值作为默认属性的UI类应该使用此类。警告:此类的序列化对象与将来的Swing版本不兼容。 当前的序列化支持适用于运行相同版本的Swing的应用程序之间的短期存储或RMI。 从1.4开始,支持所有JavaBeans的长期存储已被添加到
java.beans
包中。 请参阅XMLEncoder
。- 另请参见:
-
UIResource
, Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 InsetsUIResource(int top, int left, int bottom, int right)
构造一个InsetsUIResource
。
-