com.jgoodies.skeleton.view.preferences
Class GeneralTabView
java.lang.Object
com.jgoodies.uif.AbstractView
com.jgoodies.skeleton.view.preferences.GeneralTabView
public final class GeneralTabView
- extends com.jgoodies.uif.AbstractView
Builds the General tab in the preferences dialog.
- Version:
- $Revision: 1.11 $
- Author:
- Karsten Lentzsch
- See Also:
AbstractDialog
,
PresentationModel
Constructor Summary |
GeneralTabView(com.jgoodies.binding.PresentationModel<UISettingsModel> settingsModel)
Constructs the General tab for the preferences dialog. |
Method Summary |
protected JComponent |
buildPanel()
Builds and returns the general panel using the previously
created components. |
Methods inherited from class com.jgoodies.uif.AbstractView |
getPanel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralTabView
public GeneralTabView(com.jgoodies.binding.PresentationModel<UISettingsModel> settingsModel)
- Constructs the General tab for the preferences dialog.
- Parameters:
settingsModel
- holds the presentation settings and vends
models for the bound bean properties of the settings object
buildPanel
protected JComponent buildPanel()
- Builds and returns the general panel using the previously
created components. Uses a FormLayout to lay out the panel,
and a PanelBuilder to add the UI components.
- Specified by:
buildPanel
in class com.jgoodies.uif.AbstractView
- Returns:
- the general tab
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.