public interface PreferencesTopic
Modifier and Type | Method and Description |
---|---|
boolean |
apply(JComponent panel)
Called when the user pushes the apply button in the preferences dialog.
|
JComponent |
component()
Get the component to display in the preferences dialog
|
String[] |
path()
Specifies where in the preferences tree this item should appear.
|
String[] path()
JComponent component()
boolean apply(JComponent panel)
panel
- The component currently being displayedcomponent()
Copyright © 2014. All Rights Reserved.