Uses of Class
javax.swing.JTree.DropLocation
-
Packages that use JTree.DropLocation 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。 -
-
Uses of JTree.DropLocation in javax.swing
Methods in javax.swing that return JTree.DropLocation Modifier and Type 方法 描述 JTree.DropLocation
JTree. getDropLocation()
在组件的DnD操作期间返回此组件应该可视地指示为放置位置的位置,如果没有显示当前位置,则返回null
。 -
Uses of JTree.DropLocation in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with parameters of type JTree.DropLocation Modifier and Type 方法 描述 protected Rectangle
BasicTreeUI. getDropLineRect(JTree.DropLocation loc)
返回下拉线的无界框。protected boolean
BasicTreeUI. isDropLine(JTree.DropLocation loc)
告知一个DropLocation
是否应由节点之间的一条线指示。
-