Serialized Form
Package com.jgoodies.bookfinder |
mainModel
MainModel mainModel
Package com.jgoodies.bookfinder.domain |
limitEnabled
boolean limitEnabled
priceEnabled
boolean priceEnabled
yearEnabled
boolean yearEnabled
limit
int limit
price
int price
year
int year
Package com.jgoodies.bookfinder.model |
mainModel
MainModel mainModel
bookHolder
com.jgoodies.binding.value.ValueModel bookHolder
- Holds the currently selection book.
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
mainModel
MainModel mainModel
author
String author
- Holds the current search author.
keywords
String keywords
- Holds the current search keywords.
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.
animatingHeader
boolean animatingHeader
overviewMode
UISettingsModel.OverviewMode overviewMode
showingDetails
boolean showingDetails
Package com.jgoodies.bookfinder.request |
host
String host
path
String path
tag
String tag
accessKey
String accessKey
Package com.jgoodies.bookfinder.view.dialog |
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
webServiceModel
com.jgoodies.binding.PresentationModel<B> webServiceModel
lafChoiceView
com.jgoodies.uifextras.laf.LafChoiceView lafChoiceView
Package com.jgoodies.bookfinder.view.main |
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.