Uses of Class
jaxx.runtime.swing.Item

Packages that use Item
jaxx.runtime.swing   
jaxx.runtime.swing.navigation JAXX - tree utilities This package contains all the classes of the navigation tree framework. 
 

Uses of Item in jaxx.runtime.swing
 

Methods in jaxx.runtime.swing that return Item
 Item JAXXTree.JAXXTreeModel.findItem(java.lang.Object value)
           
 Item JAXXComboBox.findItem(java.lang.Object value)
           
 Item JAXXList.findItem(java.lang.Object value)
           
 Item Item.getParent()
          Returns the Item containing this Item, or null for a top-level Item.
 Item JAXXTree.getRootItem()
           
 Item JAXXTree.JAXXTreeModel.getRootItem()
           
 Item JAXXList.getSelectedItem()
           
 Item JAXXComboBox.getSelectedJaxxItem()
           
 

Methods in jaxx.runtime.swing that return types with arguments of type Item
 java.util.List<Item> Item.getChildren()
          Returns a list of this item's children.
 java.util.List<Item> JAXXComboBox.getItems()
           
 java.util.List<Item> JAXXComboBox.JAXXComboBoxModel.getItems()
           
 java.util.List<Item> JAXXList.getItems()
           
 java.util.List<Item> JAXXList.JAXXListModel.getItems()
           
 java.util.List<Item> JAXXList.getSelectedItems()
           
 

Methods in jaxx.runtime.swing with parameters of type Item
 void Item.addChild(Item item)
          Adds a new child node (Items can be nested in trees).
 void JAXXComboBox.addItem(Item item)
           
 void JAXXList.addItem(Item item)
           
 void Item.removeChild(Item item)
          Remove child node a new child node
 void JAXXComboBox.removeItem(Item item)
           
 void JAXXList.removeItem(Item item)
           
 void JAXXTree.setItem(Item items)
           
 void Item.setParent(Item parent)
          Set the parent of this item
 void JAXXComboBox.setSelectedItem(Item item)
           
 void JAXXList.setSelectedItem(Item item)
           
 

Method parameters in jaxx.runtime.swing with type arguments of type Item
 void JAXXComboBox.addAllItems(java.util.Collection<Item> itemsToAdd)
           
 void JAXXList.addAllItems(java.util.Collection<Item> itemsToAdd)
           
 void JAXXComboBox.removeAllItems(java.util.Collection<Item> itemsToRemove)
           
 void JAXXList.removeAllItems(java.util.Collection<Item> itemsToRemove)
           
 void Item.removeChilds(java.util.List<Item> items)
          Remove all childs nodes
 void JAXXTree.setItems(java.util.List<Item> items)
           
 void JAXXComboBox.setItems(java.util.List<Item> items)
           
 void JAXXList.setItems(java.util.List<Item> items)
           
 void JAXXList.setSelectedItems(java.util.List<Item> itemsToSelect)
           
 

Constructor parameters in jaxx.runtime.swing with type arguments of type Item
JAXXComboBox.JAXXComboBoxModel(java.util.List<Item> items)
           
JAXXList.JAXXListModel(java.util.List<Item> items)
           
JAXXTree.JAXXTreeModel(java.util.List<Item> items)
           
 

Uses of Item in jaxx.runtime.swing.navigation
 

Methods in jaxx.runtime.swing.navigation with parameters of type Item
 void ItemNavigationCardPanel.showItem(Item i)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.