搜索资源列表
tree
- Flex实现树,将树的数据结构进行了包装,在前台只需要简单的配置就可以实现一个Flex树的功能-Flex implementations of the tree, the tree data structure packing, only requires a simple configuration at the front desk can implement a Flex tree functions
JXCManager0309
- 设计使用 JTable 的应用程序时,务必要注意用来表示表数据的数据结构。DefaultTableModel 是一个模型实现,它使用一个 Vector 来存储所有单元格的值,该 Vector 由包含多个 Object 的 Vector 组成。除了将数据从应用程序复制到 DefaultTableModel 中之外,还可以用 TableModel 接口的方法来包装数据,这样可将数据直接传递到 JTable,如上例所示。这通常可以提高应用程序的效率,因为模型可以自由选择最适合数据的内部表示形式。在决定