|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PaneSection<C>
Interface for sections of a Pane UI.
| Method Summary | |
|---|---|
void |
addItem(C item)
Inserts the given item at the end of this section. |
void |
addItem(int idx,
C item)
Inserts the given item at the given index within this section. |
java.util.List<C> |
getItems()
Returns the items in this section, in the order they should be displayed. |
java.lang.Class<C> |
getItemType()
Returns the type of items that appear in this section. |
java.lang.String |
getTitle()
Returns this section's title. |
| Method Detail |
|---|
java.lang.String getTitle()
java.util.List<C> getItems()
java.lang.Class<C> getItemType()
void addItem(int idx,
C item)
idx - The index to add at. Must be between 0 and getItems().size()
inclusive.item - The item to add.void addItem(C item)
item - The item to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||