org.netbeans.spi.viewmodel/2 1.32.1

Uses of Interface
org.netbeans.spi.viewmodel.ReorderableTreeModel

Uses of ReorderableTreeModel in org.netbeans.spi.viewmodel
 

Classes in org.netbeans.spi.viewmodel that implement ReorderableTreeModel
static class Models.CompoundModel
          This model encapsulates all currently supported models.
 

Methods in org.netbeans.spi.viewmodel with parameters of type ReorderableTreeModel
 boolean ReorderableTreeModelFilter.canReorder(ReorderableTreeModel original, Object parent)
          Provide if this filter implementation can reorder children nodes.
 void ReorderableTreeModelFilter.reorder(ReorderableTreeModel original, Object parent, int[] perm)
          Reorder children nodes with a given permutation.
 


org.netbeans.spi.viewmodel/2 1.32.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.