Serialized Form


Package org.jtheque.books.view.actions

Class org.jtheque.books.view.actions.AcSortAuthors extends org.jtheque.core.managers.view.impl.actions.JThequeSimpleAction implements Serializable

Serialized Fields

sorter

org.jtheque.primary.view.impl.sort.SortManager sorter

sortType

String sortType

Class org.jtheque.books.view.actions.AcSortBooks extends org.jtheque.core.managers.view.impl.actions.JThequeSimpleAction implements Serializable

Serialized Fields

sorter

org.jtheque.primary.view.impl.sort.SortManager sorter

sortType

String sortType

Class org.jtheque.books.view.actions.CloseBeanViewAction extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Serialized Fields

view

String view

Class org.jtheque.books.view.actions.CloseViewAction extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Serialized Fields

view

org.jtheque.core.managers.view.able.IView view

Class org.jtheque.books.view.actions.DisplayBeanViewAction extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Serialized Fields

view

String view

Package org.jtheque.books.view.actions.author

Class org.jtheque.books.view.actions.author.AcCancelAuthor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.author.AcDeleteAuthor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.author.AcEditAuthor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.author.AcNewAuthor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.author.AcSaveAuthor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable


Package org.jtheque.books.view.actions.auto

Class org.jtheque.books.view.actions.auto.AcSearch extends org.jtheque.core.managers.view.impl.actions.JThequeSimpleAction implements Serializable

Serialized Fields

autoView

IAutoView autoView

bookAutoService

IBookAutoService bookAutoService

Class org.jtheque.books.view.actions.auto.AcValidateAutoAddView extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable


Package org.jtheque.books.view.actions.book

Class org.jtheque.books.view.actions.book.AcAddToList extends org.jtheque.core.managers.view.impl.actions.JThequeSimpleAction implements Serializable

Class org.jtheque.books.view.actions.book.AcAutoAddBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcAutoEditBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcCancelBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcDeleteBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcManualEditBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcNewBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.book.AcRemoveFromList extends org.jtheque.core.managers.view.impl.actions.JThequeSimpleAction implements Serializable

Class org.jtheque.books.view.actions.book.AcSaveBook extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable


Package org.jtheque.books.view.actions.editor

Class org.jtheque.books.view.actions.editor.AcDeleteEditor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.editor.AcEditEditor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.editor.AcNewEditor extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable

Class org.jtheque.books.view.actions.editor.AcValidateEditorView extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable


Package org.jtheque.books.view.actions.generals

Class org.jtheque.books.view.actions.generals.AcRefreshList extends org.jtheque.core.managers.view.impl.actions.JThequeAction implements Serializable


Package org.jtheque.books.view.controllers.undo.create

Class org.jtheque.books.view.controllers.undo.create.CreatedAuthorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

author

org.jtheque.primary.od.able.Person author

authorsService

IAuthorsService authorsService

Class org.jtheque.books.view.controllers.undo.create.CreatedBookEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

book

Book book

booksService

IBooksService booksService

Class org.jtheque.books.view.controllers.undo.create.CreatedEditorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

editor

Editor editor

editorsService

IEditorsService editorsService

Package org.jtheque.books.view.controllers.undo.delete

Class org.jtheque.books.view.controllers.undo.delete.DeletedAuthorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

author

org.jtheque.primary.od.able.Person author

authorsService

IAuthorsService authorsService

Class org.jtheque.books.view.controllers.undo.delete.DeletedBookEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

book

Book book

booksService

IBooksService booksService

Class org.jtheque.books.view.controllers.undo.delete.DeletedCountryEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

country

org.jtheque.primary.od.able.Country country

countriesService

org.jtheque.primary.services.able.ICountriesService countriesService

Class org.jtheque.books.view.controllers.undo.delete.DeletedEditorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

editor

Editor editor

editorsService

IEditorsService editorsService

Class org.jtheque.books.view.controllers.undo.delete.DeletedLanguageEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

language

org.jtheque.primary.od.able.Language language

languagesService

org.jtheque.primary.services.able.ILanguagesService languagesService

Package org.jtheque.books.view.frames

Class org.jtheque.books.view.frames.AutoView extends org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView implements Serializable

Serialized Fields

fieldTitle

JTextField fieldTitle

listLanguages

JList listLanguages

listBooks

JList listBooks

modelListBooks

DefaultListModel modelListBooks

phase

int phase

Class org.jtheque.books.view.frames.EditorView extends org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView implements Serializable

Serialized Fields

fieldName

JTextField fieldName

Package org.jtheque.books.view.models.list

Class org.jtheque.books.view.models.list.AuthorsListModel extends org.jtheque.core.managers.view.impl.components.model.SimpleListModel<org.jtheque.primary.od.able.Person> implements Serializable

Serialized Fields

authorsService

IAuthorsService authorsService

Class org.jtheque.books.view.models.list.LanguagesListModel extends org.jtheque.core.managers.view.impl.components.model.SimpleListModel<String> implements Serializable


Package org.jtheque.books.view.panels

Class org.jtheque.books.view.panels.AbstractPrincipalDataPanel extends org.jtheque.primary.view.impl.components.panels.PrincipalDataPanel<M extends org.jtheque.core.managers.view.able.components.IModel> implements Serializable

Serialized Fields

toolBar

org.jtheque.primary.view.able.ToolbarView toolBar

tree

org.jdesktop.swingx.JXTree tree

dataType

String dataType

Class org.jtheque.books.view.panels.JPanelBookInfos extends JPanel implements Serializable

Serialized Fields

editorsModel

org.jtheque.primary.view.impl.models.DataContainerCachedComboBoxModel<T extends org.jtheque.primary.od.able.Data> editorsModel

languagesModel

org.jtheque.primary.view.impl.models.DataContainerCachedComboBoxModel<T extends org.jtheque.primary.od.able.Data> languagesModel

sagasModel

org.jtheque.primary.view.impl.models.DataContainerCachedComboBoxModel<T extends org.jtheque.primary.od.able.Data> sagasModel

comboEditors

JComboBox comboEditors

comboLanguages

JComboBox comboLanguages

comboSagas

JComboBox comboSagas

fieldYear

JFormattedTextField fieldYear

fieldPages

JFormattedTextField fieldPages

authorsList

JList authorsList

authorsBookList

JList authorsBookList

authorsModel

AuthorsListModel authorsModel

authorsBookModel

org.jtheque.core.managers.view.impl.components.model.SimpleListModel<T> authorsBookModel

buttonNewEditor

JButton buttonNewEditor

buttonNewLanguage

JButton buttonNewLanguage

buttonNewSaga

JButton buttonNewSaga

buttonAddAuthor

JButton buttonAddAuthor

buttonRemoveAuthor

JButton buttonRemoveAuthor

Class org.jtheque.books.view.panels.JPanelBookOthers extends JPanel implements Serializable

Serialized Fields

modelNote

org.jtheque.primary.view.impl.models.NotesComboBoxModel modelNote

comboNote

JComboBox comboNote

areaResume

JTextArea areaResume

fieldISBN10

JTextField fieldISBN10

fieldISBN13

JTextField fieldISBN13

Package org.jtheque.books.view.toolbar

Class org.jtheque.books.view.toolbar.JPanelAuthorToolBar extends JPanel implements Serializable

Serialized Fields

buttonAdd

JButton buttonAdd

buttonEdit

JButton buttonEdit

buttonSave

JButton buttonSave

buttonCancel

JButton buttonCancel

buttonDelete

JButton buttonDelete

mode

org.jtheque.primary.view.able.ViewMode mode

gbc

org.jtheque.utils.ui.GridBagUtils gbc

Class org.jtheque.books.view.toolbar.JPanelBookToolBar extends JPanel implements Serializable

Serialized Fields

buttonAdd

org.jtheque.primary.view.impl.components.JDropDownButton buttonAdd

buttonEdit

org.jtheque.primary.view.impl.components.JDropDownButton buttonEdit

buttonSave

JButton buttonSave

buttonCancel

JButton buttonCancel

buttonDelete

JButton buttonDelete

gbc

org.jtheque.utils.ui.GridBagUtils gbc

mode

org.jtheque.primary.view.able.ViewMode mode



Copyright © 2010 JTheque. All Rights Reserved.