Module  java.desktop
软件包  javax.swing

Class JTree.EmptySelectionModel

  • All Implemented Interfaces:
    SerializableCloneableTreeSelectionModel
    Enclosing class:
    JTree


    protected static class JTree.EmptySelectionModel
    extends DefaultTreeSelectionModel
    EmptySelectionModel是一个TreeSelectionModel ,不允许任何东西被选中。

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

    另请参见:
    Serialized Form