|
JAPI 0_6-alpha-2 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
net.sf.japi.swing.prefs.PreferencesGroup
public class PreferencesGroup
A PreferencesGroup is an ordered set of Prefs, for use with PreferencesPane.
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
PreferencesGroup(String title,
Prefs... prefs)
Create a Preferences group. |
|
| Method Summary | |
|---|---|
Prefs |
getElementAt(int index)
|
int |
getSize()
|
String |
getTitle()
Get the title. |
Iterator<Prefs> |
iterator()
|
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesGroup(String title,
Prefs... prefs)
prefs - Preferences modules to initially addtitle - Title for Preferences| Method Detail |
|---|
public String getTitle()
public Iterator<Prefs> iterator()
iterator in interface Iterable<Prefs>public int getSize()
getSize in interface ListModelpublic Prefs getElementAt(int index)
getElementAt in interface ListModel
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||