Serialized Form


Package com.jgoodies.bookfinder

Class com.jgoodies.bookfinder.BookFinder extends com.jgoodies.uifextras.convenience.DefaultUIFApplication implements Serializable

Serialized Fields

mainModel

MainModel mainModel

Package com.jgoodies.bookfinder.domain

Class com.jgoodies.bookfinder.domain.BookFilter extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

limitEnabled

boolean limitEnabled

priceEnabled

boolean priceEnabled

yearEnabled

boolean yearEnabled

limit

int limit

price

int price

year

int year

Package com.jgoodies.bookfinder.model

Class com.jgoodies.bookfinder.model.DetailsModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

mainModel

MainModel mainModel

bookHolder

com.jgoodies.binding.value.ValueModel bookHolder
Holds the currently selection book.

Class com.jgoodies.bookfinder.model.MainModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

searchModel

SearchModel searchModel
Refers to the sub model that provides the search models and actions.

See Also:
MainModel.getSearchModel()

searchResultModel

SearchResultModel searchResultModel
Refers to the sub model that provides the search result models.

See Also:
MainModel.getSearchResultModel()

detailsModel

DetailsModel detailsModel
Refers to the sub model that provides the search models and actions.

See Also:
MainModel.getDetailsModel()

presentationSettings

UISettingsModel presentationSettings
Refers to the presentation settings that provide bound Bean properties for a bunch of presentation related settings.

See Also:
MainModel.getUISettingsModel()

webService

WebService webService
Refers to the object that describes the current web service.

See Also:
MainModel.getWebService()

amazonAccessor

AmazonAccessor amazonAccessor
Refers to the object that access the Amazon.com web service.

See Also:
MainModel.getAmazonAccessor()

filter

BookFilter filter
Holds the current book filter.

See Also:
MainModel.getFilter()

selectionInFilteredBooks

com.jgoodies.binding.list.SelectionInList<E> selectionInFilteredBooks
Holds the filtered list and the (single) selection.


activity

String activity
Holds a text that describes the current activity.

See Also:
MainModel.setActivity(String)

animateHeaderAction

com.jgoodies.uif.action.ToggleAction animateHeaderAction

summaryModeAction

com.jgoodies.uif.action.ToggleAction summaryModeAction

listModeAction

com.jgoodies.uif.action.ToggleAction listModeAction

tableModeAction

com.jgoodies.uif.action.ToggleAction tableModeAction

showDetailsAction

com.jgoodies.uif.action.ToggleAction showDetailsAction

Class com.jgoodies.bookfinder.model.SearchModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

mainModel

MainModel mainModel

author

String author
Holds the current search author.


keywords

String keywords
Holds the current search keywords.

Class com.jgoodies.bookfinder.model.SearchResultModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

mainModel

MainModel mainModel
Refers to the parent model that holds the filter.


message

String message
Holds the a user message - if any.


books

List<E> books
Holds the List of all books found in the last search.


filteredBooks

com.jgoodies.binding.list.ObservableList<E> filteredBooks
Holds an observable List of all books that were accepted by the filter - if any.

Class com.jgoodies.bookfinder.model.UISettingsModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

animatingHeader

boolean animatingHeader

overviewMode

UISettingsModel.OverviewMode overviewMode

showingDetails

boolean showingDetails

Package com.jgoodies.bookfinder.request

Class com.jgoodies.bookfinder.request.WebService extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

host

String host

path

String path

tag

String tag

accessKey

String accessKey

Package com.jgoodies.bookfinder.view.dialog

Class com.jgoodies.bookfinder.view.dialog.FilterDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

filterModel

com.jgoodies.binding.PresentationModel<B> filterModel
Provides ValueModel that adapt the filter's bound bean properties.


priceCheck

JCheckBox priceCheck

priceField

JComponent priceField

yearCheck

JCheckBox yearCheck

yearField

JComponent yearField

Class com.jgoodies.bookfinder.view.dialog.PreferencesDialog extends com.jgoodies.uif.AbstractDialog implements Serializable

Serialized Fields

webServiceModel

com.jgoodies.binding.PresentationModel<B> webServiceModel

lafChoiceView

com.jgoodies.uifextras.laf.LafChoiceView lafChoiceView

Package com.jgoodies.bookfinder.view.main

Class com.jgoodies.bookfinder.view.main.MainFrame extends com.jgoodies.uif.AbstractFrame implements Serializable

Serialized Fields

mainModel

MainModel mainModel
Refers to the mainModel that provides all high-level models. Used to build this frame's main page.

See Also:
MainFrame.buildContentPane()

mainPageView

com.jgoodies.bookfinder.view.main.MainPageView mainPageView

prompter

com.jgoodies.animation.extras.Prompter prompter



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.