|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prefs | |
---|---|
net.sf.japi.swing.prefs | This package contains useful Swing extension classes about handling user interfaces to user preferences. |
net.sf.japi.swing.prefs.keys | Keyboard preferences. |
net.sf.japi.swing.prefs.proxy | Proxy preferences. |
Uses of Prefs in net.sf.japi.swing.prefs |
---|
Classes in net.sf.japi.swing.prefs that implement Prefs | |
---|---|
class |
AbstractPrefs
Abstract preferences implementation. |
Methods in net.sf.japi.swing.prefs that return Prefs | |
---|---|
Prefs |
PreferencesGroup.getElementAt(int index)
Returns the value at the specified index. |
Methods in net.sf.japi.swing.prefs that return types with arguments of type Prefs | |
---|---|
Iterator<Prefs> |
PreferencesGroup.iterator()
Returns an iterator over a set of elements of type T. |
Constructors in net.sf.japi.swing.prefs with parameters of type Prefs | |
---|---|
PreferencesGroup(String title,
Prefs... prefs)
Create a Preferences group. |
Uses of Prefs in net.sf.japi.swing.prefs.keys |
---|
Classes in net.sf.japi.swing.prefs.keys that implement Prefs | |
---|---|
class |
KeyStrokePrefs
Prefs implementation for configuring keystrokes of one or more ActionFactories . |
Uses of Prefs in net.sf.japi.swing.prefs.proxy |
---|
Classes in net.sf.japi.swing.prefs.proxy that implement Prefs | |
---|---|
class |
ProxyPrefs
Proxy Configuration. |
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV NEXT | FRAMES NO FRAMES |