|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| jaxx.runtime.swing | |
| Uses of Item in jaxx.runtime.swing |
|---|
| Methods in jaxx.runtime.swing that return Item | |
|---|---|
Item |
Item.getParent()
Returns the Item containing this Item, or null for a top-level
Item. |
| 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. |
| 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). |
| Method parameters in jaxx.runtime.swing with type arguments of type Item | |
|---|---|
void |
JAXXTree.setItems(java.util.List<Item> items)
|
void |
JAXXComboBox.setItems(java.util.List<Item> items)
|
void |
JAXXList.setItems(java.util.List<Item> items)
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||