be.lassi.ui.preferences
Class PreferencesView
java.lang.Object
be.lassi.ui.preferences.PreferencesView
- All Implemented Interfaces:
- View
public class PreferencesView
- extends java.lang.Object
- implements View
View that provides access to the different preferences views,
with tree on the left and card panel on the right.
Method Summary |
javax.swing.JPanel |
build()
Builds and returns the view component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreferencesView
public PreferencesView(PreferencesModel model)
- Constructs a new view.
- Parameters:
model
- the model
build
public javax.swing.JPanel build()
- Builds and returns the view component.
- Specified by:
build
in interface View
- Returns:
- the view component