From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../sdm/quasar/client/showcase/data/Address.html | 395 ++++++++++++ .../sdm/quasar/client/showcase/data/Company.html | 351 +++++++++++ .../sdm/quasar/client/showcase/data/Employee.html | 342 +++++++++++ .../sdm/quasar/client/showcase/data/Gender.html | 278 +++++++++ .../sdm/quasar/client/showcase/data/Person.html | 449 ++++++++++++++ .../sdm/quasar/client/showcase/data/Project.html | 408 ++++++++++++ .../client/showcase/data/class-use/Address.html | 188 ++++++ .../client/showcase/data/class-use/Company.html | 262 ++++++++ .../client/showcase/data/class-use/Employee.html | 214 +++++++ .../client/showcase/data/class-use/Gender.html | 212 +++++++ .../client/showcase/data/class-use/Person.html | 172 ++++++ .../client/showcase/data/class-use/Project.html | 136 ++++ .../quasar/client/showcase/data/package-frame.html | 42 ++ .../client/showcase/data/package-summary.html | 168 +++++ .../quasar/client/showcase/data/package-tree.html | 147 +++++ .../quasar/client/showcase/data/package-use.html | 237 +++++++ .../showcase/helloworld/HelloWorldApplication.html | 349 +++++++++++ .../showcase/helloworld/HelloWorldDialog.html | 436 +++++++++++++ .../showcase/helloworld/HelloWorldFrame.html | 421 +++++++++++++ .../class-use/HelloWorldApplication.html | 136 ++++ .../helloworld/class-use/HelloWorldDialog.html | 136 ++++ .../helloworld/class-use/HelloWorldFrame.html | 136 ++++ .../client/showcase/helloworld/package-frame.html | 36 ++ .../showcase/helloworld/package-summary.html | 156 +++++ .../client/showcase/helloworld/package-tree.html | 167 +++++ .../client/showcase/helloworld/package-use.html | 136 ++++ .../jsf/application/ShowcaseApplication.html | 365 +++++++++++ .../application/ShowcaseApplicationFactory.html | 286 +++++++++ .../ShowcaseDialogParameterHandler.html | 364 +++++++++++ .../application/class-use/ShowcaseApplication.html | 136 ++++ .../class-use/ShowcaseApplicationFactory.html | 136 ++++ .../class-use/ShowcaseDialogParameterHandler.html | 136 ++++ .../showcase/jsf/application/package-frame.html | 36 ++ .../showcase/jsf/application/package-summary.html | 159 +++++ .../showcase/jsf/application/package-tree.html | 157 +++++ .../showcase/jsf/application/package-use.html | 136 ++++ .../quasar/client/showcase/jsf/data/Article.html | 460 ++++++++++++++ .../client/showcase/jsf/data/ArticleRegistry.html | 361 +++++++++++ .../sdm/quasar/client/showcase/jsf/data/Order.html | 312 ++++++++++ .../client/showcase/jsf/data/OrderRegistry.html | 286 +++++++++ .../showcase/jsf/data/class-use/Article.html | 385 ++++++++++++ .../jsf/data/class-use/ArticleRegistry.html | 172 ++++++ .../client/showcase/jsf/data/class-use/Order.html | 172 ++++++ .../showcase/jsf/data/class-use/OrderRegistry.html | 172 ++++++ .../client/showcase/jsf/data/package-frame.html | 38 ++ .../client/showcase/jsf/data/package-summary.html | 160 +++++ .../client/showcase/jsf/data/package-tree.html | 149 +++++ .../client/showcase/jsf/data/package-use.html | 256 ++++++++ .../MessageDialog.MessageDialogContext.html | 332 ++++++++++ .../client/showcase/jsf/dialogs/MessageDialog.html | 429 +++++++++++++ .../client/showcase/jsf/dialogs/WelcomeDialog.html | 314 ++++++++++ .../showcase/jsf/dialogs/ajax/Ajax4jsfBean.html | 280 +++++++++ .../showcase/jsf/dialogs/ajax/Ajax4jsfDialog.html | 451 ++++++++++++++ .../showcase/jsf/dialogs/ajax/RichFacesDialog.html | 447 ++++++++++++++ .../jsf/dialogs/ajax/class-use/Ajax4jsfBean.html | 136 ++++ .../jsf/dialogs/ajax/class-use/Ajax4jsfDialog.html | 136 ++++ .../dialogs/ajax/class-use/RichFacesDialog.html | 136 ++++ .../showcase/jsf/dialogs/ajax/package-frame.html | 36 ++ .../showcase/jsf/dialogs/ajax/package-summary.html | 158 +++++ .../showcase/jsf/dialogs/ajax/package-tree.html | 148 +++++ .../showcase/jsf/dialogs/ajax/package-use.html | 136 ++++ .../manager/CommandBindingManagerDialog.html | 390 ++++++++++++ .../class-use/CommandBindingManagerDialog.html | 136 ++++ .../binding/command/manager/package-frame.html | 32 + .../binding/command/manager/package-summary.html | 148 +++++ .../binding/command/manager/package-tree.html | 148 +++++ .../binding/command/manager/package-use.html | 136 ++++ .../data/bean/DataBindingBeanDetailDialog.html | 403 ++++++++++++ .../binding/data/bean/DataBindingBeanDialog.html | 537 ++++++++++++++++ .../class-use/DataBindingBeanDetailDialog.html | 136 ++++ .../data/bean/class-use/DataBindingBeanDialog.html | 136 ++++ .../dialogs/binding/data/bean/package-frame.html | 34 + .../dialogs/binding/data/bean/package-summary.html | 152 +++++ .../dialogs/binding/data/bean/package-tree.html | 148 +++++ .../jsf/dialogs/binding/data/bean/package-use.html | 136 ++++ .../data/manager/DataBindingManagerDialog.html | 439 +++++++++++++ .../manager/DataBindingManagerResultDialog.html | 682 +++++++++++++++++++++ .../class-use/DataBindingManagerDialog.html | 136 ++++ .../class-use/DataBindingManagerResultDialog.html | 136 ++++ .../binding/data/manager/package-frame.html | 34 + .../binding/data/manager/package-summary.html | 152 +++++ .../dialogs/binding/data/manager/package-tree.html | 148 +++++ .../dialogs/binding/data/manager/package-use.html | 136 ++++ .../binding/data/map/DataBindingMapDialog.html | 356 +++++++++++ .../data/map/DataBindingMapResultDialog.html | 335 ++++++++++ .../data/map/class-use/DataBindingMapDialog.html | 136 ++++ .../map/class-use/DataBindingMapResultDialog.html | 136 ++++ .../dialogs/binding/data/map/package-frame.html | 34 + .../dialogs/binding/data/map/package-summary.html | 152 +++++ .../jsf/dialogs/binding/data/map/package-tree.html | 148 +++++ .../jsf/dialogs/binding/data/map/package-use.html | 136 ++++ .../data/session/DataBindingSessionDialog.html | 431 +++++++++++++ .../class-use/DataBindingSessionDialog.html | 136 ++++ .../binding/data/session/package-frame.html | 32 + .../binding/data/session/package-summary.html | 148 +++++ .../dialogs/binding/data/session/package-tree.html | 148 +++++ .../dialogs/binding/data/session/package-use.html | 136 ++++ .../MessageDialog.MessageDialogContext.html | 136 ++++ .../jsf/dialogs/class-use/MessageDialog.html | 136 ++++ .../jsf/dialogs/class-use/WelcomeDialog.html | 136 ++++ .../jsf/dialogs/configuration/ExceptionDialog.html | 356 +++++++++++ .../configuration/class-use/ExceptionDialog.html | 136 ++++ .../jsf/dialogs/configuration/package-frame.html | 32 + .../jsf/dialogs/configuration/package-summary.html | 148 +++++ .../jsf/dialogs/configuration/package-tree.html | 148 +++++ .../jsf/dialogs/configuration/package-use.html | 136 ++++ .../dependentwindow/DependentWindowDialog.html | 352 +++++++++++ .../class-use/DependentWindowDialog.html | 136 ++++ .../dependentwindow/package-frame.html | 32 + .../dependentwindow/package-summary.html | 148 +++++ .../dependentwindow/package-tree.html | 148 +++++ .../dialogconcept/dependentwindow/package-use.html | 136 ++++ .../dialognavigation/GenericDialog.html | 412 +++++++++++++ .../ShowcaseDialogCreationFeature.html | 460 ++++++++++++++ .../ShowcaseDialogCreationService.html | 331 ++++++++++ .../dialognavigation/StartDialog.html | 344 +++++++++++ .../dialognavigation/class-use/GenericDialog.html | 136 ++++ .../class-use/ShowcaseDialogCreationFeature.html | 136 ++++ .../class-use/ShowcaseDialogCreationService.html | 172 ++++++ .../dialognavigation/class-use/StartDialog.html | 136 ++++ .../dialognavigation/package-frame.html | 47 ++ .../dialognavigation/package-summary.html | 170 +++++ .../dialognavigation/package-tree.html | 156 +++++ .../dialognavigation/package-use.html | 162 +++++ .../dialogconcept/parameter/ParameterDialog.html | 375 +++++++++++ .../dialogconcept/parameter/ParameterDialogA.html | 354 +++++++++++ .../parameter/class-use/ParameterDialog.html | 136 ++++ .../parameter/class-use/ParameterDialogA.html | 136 ++++ .../dialogconcept/parameter/package-frame.html | 34 + .../dialogconcept/parameter/package-summary.html | 152 +++++ .../dialogconcept/parameter/package-tree.html | 148 +++++ .../dialogconcept/parameter/package-use.html | 136 ++++ .../singlemultiton/SingletonMultitonDialog.html | 558 +++++++++++++++++ .../SingletonMultitonOrdersDialog.html | 414 +++++++++++++ .../class-use/SingletonMultitonDialog.html | 136 ++++ .../class-use/SingletonMultitonOrdersDialog.html | 136 ++++ .../singlemultiton/package-frame.html | 34 + .../singlemultiton/package-summary.html | 153 +++++ .../dialogconcept/singlemultiton/package-tree.html | 148 +++++ .../dialogconcept/singlemultiton/package-use.html | 136 ++++ .../jsf/dialogs/dialogtypes/ComplexDialogCore.html | 545 ++++++++++++++++ .../dialogtypes/ComplexDialogPresentation.html | 316 ++++++++++ .../dialogtypes/class-use/ComplexDialogCore.html | 136 ++++ .../class-use/ComplexDialogPresentation.html | 136 ++++ .../jsf/dialogs/dialogtypes/package-frame.html | 34 + .../jsf/dialogs/dialogtypes/package-summary.html | 154 +++++ .../jsf/dialogs/dialogtypes/package-tree.html | 148 +++++ .../jsf/dialogs/dialogtypes/package-use.html | 136 ++++ .../embedding/dynamic/DynamicEmbeddingDialog.html | 359 +++++++++++ .../embedding/dynamic/EmbeddedDetailDialog.html | 358 +++++++++++ .../embedding/dynamic/EmbeddedDialogConstants.html | 291 +++++++++ .../embedding/dynamic/EmbeddedDialogService.html | 232 +++++++ .../embedding/dynamic/EmbeddedListDialog.html | 455 ++++++++++++++ .../embedding/dynamic/EmbeddedSearchDialog.html | 394 ++++++++++++ .../dynamic/EmbeddedShowArticleService.html | 229 +++++++ .../dynamic/class-use/DynamicEmbeddingDialog.html | 136 ++++ .../dynamic/class-use/EmbeddedDetailDialog.html | 136 ++++ .../dynamic/class-use/EmbeddedDialogConstants.html | 136 ++++ .../dynamic/class-use/EmbeddedDialogService.html | 182 ++++++ .../dynamic/class-use/EmbeddedListDialog.html | 136 ++++ .../dynamic/class-use/EmbeddedSearchDialog.html | 136 ++++ .../class-use/EmbeddedShowArticleService.html | 172 ++++++ .../dialogs/embedding/dynamic/package-frame.html | 53 ++ .../dialogs/embedding/dynamic/package-summary.html | 186 ++++++ .../dialogs/embedding/dynamic/package-tree.html | 158 +++++ .../jsf/dialogs/embedding/dynamic/package-use.html | 169 +++++ .../jsf/dialogs/jsf/ConverterValidatorDialog.html | 363 +++++++++++ .../showcase/jsf/dialogs/jsf/I18nDialog.html | 371 +++++++++++ .../jsf/dialogs/jsf/bypass/BypassSimpleBean.html | 288 +++++++++ .../jsf/bypass/class-use/BypassSimpleBean.html | 136 ++++ .../jsf/dialogs/jsf/bypass/package-frame.html | 32 + .../jsf/dialogs/jsf/bypass/package-summary.html | 150 +++++ .../jsf/dialogs/jsf/bypass/package-tree.html | 145 +++++ .../jsf/dialogs/jsf/bypass/package-use.html | 136 ++++ .../jsf/class-use/ConverterValidatorDialog.html | 136 ++++ .../jsf/dialogs/jsf/class-use/I18nDialog.html | 136 ++++ .../showcase/jsf/dialogs/jsf/package-frame.html | 34 + .../showcase/jsf/dialogs/jsf/package-summary.html | 152 +++++ .../showcase/jsf/dialogs/jsf/package-tree.html | 148 +++++ .../showcase/jsf/dialogs/jsf/package-use.html | 136 ++++ .../client/showcase/jsf/dialogs/package-frame.html | 36 ++ .../showcase/jsf/dialogs/package-summary.html | 156 +++++ .../client/showcase/jsf/dialogs/package-tree.html | 148 +++++ .../client/showcase/jsf/dialogs/package-use.html | 136 ++++ .../backreload/BackReloadProblemDialog.html | 410 +++++++++++++ .../backreload/BackReloadProblemHelloDialog.html | 334 ++++++++++ .../class-use/BackReloadProblemDialog.html | 136 ++++ .../class-use/BackReloadProblemHelloDialog.html | 136 ++++ .../webproblems/backreload/package-frame.html | 34 + .../webproblems/backreload/package-summary.html | 154 +++++ .../webproblems/backreload/package-tree.html | 148 +++++ .../webproblems/backreload/package-use.html | 136 ++++ .../bookmarks/BookmarksDetailDialog.html | 507 +++++++++++++++ .../webproblems/bookmarks/BookmarksDialog.html | 479 +++++++++++++++ .../bookmarks/class-use/BookmarksDetailDialog.html | 136 ++++ .../bookmarks/class-use/BookmarksDialog.html | 136 ++++ .../webproblems/bookmarks/package-frame.html | 34 + .../webproblems/bookmarks/package-summary.html | 154 +++++ .../webproblems/bookmarks/package-tree.html | 148 +++++ .../dialogs/webproblems/bookmarks/package-use.html | 136 ++++ .../doublesubmit/DoubleSubmitDialog.html | 335 ++++++++++ .../doublesubmit/DoubleSubmitSingletonDialog.html | 354 +++++++++++ .../doublesubmit/class-use/DoubleSubmitDialog.html | 136 ++++ .../class-use/DoubleSubmitSingletonDialog.html | 136 ++++ .../webproblems/doublesubmit/package-frame.html | 34 + .../webproblems/doublesubmit/package-summary.html | 152 +++++ .../webproblems/doublesubmit/package-tree.html | 148 +++++ .../webproblems/doublesubmit/package-use.html | 136 ++++ .../client/showcase/swing/CompanyService.html | 228 +++++++ .../swing/ShowcasePortalCreationService.html | 235 +++++++ .../showcase/swing/ShowcaseSessionFeature.html | 344 +++++++++++ .../showcase/swing/SwingShowcaseApplication.html | 359 +++++++++++ .../swing/actions/commands/CommandCallDialog.html | 498 +++++++++++++++ .../actions/commands/CommandCallDialogPanel.html | 531 ++++++++++++++++ .../commands/CommandCallDialogPresentation.html | 337 ++++++++++ .../swing/actions/commands/CommandNames.html | 265 ++++++++ .../commands/class-use/CommandCallDialog.html | 136 ++++ .../commands/class-use/CommandCallDialogPanel.html | 136 ++++ .../class-use/CommandCallDialogPresentation.html | 136 ++++ .../actions/commands/class-use/CommandNames.html | 136 ++++ .../swing/actions/commands/package-frame.html | 47 ++ .../swing/actions/commands/package-summary.html | 171 ++++++ .../swing/actions/commands/package-tree.html | 164 +++++ .../swing/actions/commands/package-use.html | 136 ++++ .../swing/actions/methodcall/MethodCallDialog.html | 403 ++++++++++++ .../actions/methodcall/MethodCallDialogPanel.html | 531 ++++++++++++++++ .../methodcall/MethodCallDialogPresentation.html | 337 ++++++++++ .../methodcall/class-use/MethodCallDialog.html | 136 ++++ .../class-use/MethodCallDialogPanel.html | 136 ++++ .../class-use/MethodCallDialogPresentation.html | 136 ++++ .../swing/actions/methodcall/package-frame.html | 36 ++ .../swing/actions/methodcall/package-summary.html | 157 +++++ .../swing/actions/methodcall/package-tree.html | 159 +++++ .../swing/actions/methodcall/package-use.html | 136 ++++ .../allinone/emplDetail/EmplDetailDialog.html | 622 +++++++++++++++++++ .../swing/allinone/emplDetail/EmplDetailFrame.html | 535 ++++++++++++++++ ...tation.JComponentMarkedBooleanStateAdapter.html | 369 +++++++++++ .../emplDetail/EmplDetailPresentation.html | 467 ++++++++++++++ .../allinone/emplDetail/EmplDialogConstants.html | 319 ++++++++++ .../swing/allinone/emplDetail/EmployeeService.html | 245 ++++++++ .../emplDetail/class-use/EmplDetailDialog.html | 136 ++++ .../emplDetail/class-use/EmplDetailFrame.html | 136 ++++ ...tation.JComponentMarkedBooleanStateAdapter.html | 136 ++++ .../class-use/EmplDetailPresentation.html | 136 ++++ .../emplDetail/class-use/EmplDialogConstants.html | 136 ++++ .../emplDetail/class-use/EmployeeService.html | 172 ++++++ .../swing/allinone/emplDetail/package-frame.html | 49 ++ .../swing/allinone/emplDetail/package-summary.html | 174 ++++++ .../swing/allinone/emplDetail/package-tree.html | 179 ++++++ .../swing/allinone/emplDetail/package-use.html | 162 +++++ .../swing/allinone/emplList/ListDialog.html | 510 +++++++++++++++ .../allinone/emplList/ListDialogConstants.html | 487 +++++++++++++++ .../swing/allinone/emplList/ListPanel.html | 489 +++++++++++++++ .../swing/allinone/emplList/ListPresentation.html | 452 ++++++++++++++ .../allinone/emplList/class-use/ListDialog.html | 136 ++++ .../emplList/class-use/ListDialogConstants.html | 172 ++++++ .../allinone/emplList/class-use/ListPanel.html | 136 ++++ .../emplList/class-use/ListPresentation.html | 136 ++++ .../swing/allinone/emplList/package-frame.html | 47 ++ .../swing/allinone/emplList/package-summary.html | 170 +++++ .../swing/allinone/emplList/package-tree.html | 169 +++++ .../swing/allinone/emplList/package-use.html | 162 +++++ .../allinone/helloworld/HelloWorldConstants.html | 247 ++++++++ .../allinone/helloworld/HelloWorldDialog.html | 439 +++++++++++++ .../swing/allinone/helloworld/HelloWorldPanel.html | 420 +++++++++++++ .../helloworld/HelloWorldPresentation.html | 413 +++++++++++++ .../HelloWorldPresentationWithFrame.html | 432 +++++++++++++ .../helloworld/class-use/HelloWorldConstants.html | 136 ++++ .../helloworld/class-use/HelloWorldDialog.html | 136 ++++ .../helloworld/class-use/HelloWorldPanel.html | 136 ++++ .../class-use/HelloWorldPresentation.html | 136 ++++ .../class-use/HelloWorldPresentationWithFrame.html | 136 ++++ .../swing/allinone/helloworld/package-frame.html | 49 ++ .../swing/allinone/helloworld/package-summary.html | 174 ++++++ .../swing/allinone/helloworld/package-tree.html | 164 +++++ .../swing/allinone/helloworld/package-use.html | 136 ++++ .../showcase/swing/class-use/CompanyService.html | 136 ++++ .../class-use/ShowcasePortalCreationService.html | 173 ++++++ .../swing/class-use/ShowcaseSessionFeature.html | 136 ++++ .../swing/class-use/SwingShowcaseApplication.html | 136 ++++ .../swing/data/manager/DataManagerDialog.html | 340 ++++++++++ .../data/manager/DataManagerDialogConstants.html | 505 +++++++++++++++ .../swing/data/manager/DataManagerDialogPanel.html | 517 ++++++++++++++++ .../manager/DataManagerDialogPresentation.html | 384 ++++++++++++ .../data/manager/class-use/DataManagerDialog.html | 136 ++++ .../class-use/DataManagerDialogConstants.html | 174 ++++++ .../manager/class-use/DataManagerDialogPanel.html | 136 ++++ .../class-use/DataManagerDialogPresentation.html | 136 ++++ .../showcase/swing/data/manager/package-frame.html | 47 ++ .../swing/data/manager/package-summary.html | 176 ++++++ .../showcase/swing/data/manager/package-tree.html | 165 +++++ .../showcase/swing/data/manager/package-use.html | 162 +++++ .../extlifecycle/ExtendedLifeCycleDialog.html | 443 +++++++++++++ .../extlifecycle/ExtendedLifeCycleDialogPanel.html | 417 +++++++++++++ .../class-use/ExtendedLifeCycleDialog.html | 136 ++++ .../class-use/ExtendedLifeCycleDialogPanel.html | 136 ++++ .../swing/dialogs/extlifecycle/package-frame.html | 34 + .../dialogs/extlifecycle/package-summary.html | 157 +++++ .../swing/dialogs/extlifecycle/package-tree.html | 159 +++++ .../swing/dialogs/extlifecycle/package-use.html | 136 ++++ .../swing/dialogs/structured/StructuredDialog.html | 393 ++++++++++++ .../structured/StructuredDialogActions.html | 229 +++++++ .../dialogs/structured/StructuredDialogData.html | 289 +++++++++ .../dialogs/structured/StructuredDialogPanel.html | 436 +++++++++++++ .../structured/StructuredDialogPresentation.html | 356 +++++++++++ .../structured/class-use/StructuredDialog.html | 136 ++++ .../class-use/StructuredDialogActions.html | 173 ++++++ .../structured/class-use/StructuredDialogData.html | 136 ++++ .../class-use/StructuredDialogPanel.html | 136 ++++ .../class-use/StructuredDialogPresentation.html | 136 ++++ .../swing/dialogs/structured/package-frame.html | 49 ++ .../swing/dialogs/structured/package-summary.html | 183 ++++++ .../swing/dialogs/structured/package-tree.html | 165 +++++ .../swing/dialogs/structured/package-use.html | 164 +++++ .../dialogs/unstructured/UnstructuredDialog.html | 327 ++++++++++ .../unstructured/class-use/UnstructuredDialog.html | 136 ++++ .../swing/dialogs/unstructured/package-frame.html | 32 + .../dialogs/unstructured/package-summary.html | 149 +++++ .../swing/dialogs/unstructured/package-tree.html | 148 +++++ .../swing/dialogs/unstructured/package-use.html | 136 ++++ .../swing/embedding/dependent/DependentWindow.html | 467 ++++++++++++++ .../embedding/dependent/DependentWindowDialog.html | 378 ++++++++++++ .../dependent/DependentWindowDialogPanel.html | 455 ++++++++++++++ .../embedding/dependent/DependentWindowFrame.html | 501 +++++++++++++++ .../dependent/DependentWindowService.html | 277 +++++++++ .../dependent/class-use/DependentWindow.html | 136 ++++ .../dependent/class-use/DependentWindowDialog.html | 136 ++++ .../class-use/DependentWindowDialogPanel.html | 136 ++++ .../dependent/class-use/DependentWindowFrame.html | 136 ++++ .../class-use/DependentWindowService.html | 136 ++++ .../swing/embedding/dependent/package-frame.html | 49 ++ .../swing/embedding/dependent/package-summary.html | 182 ++++++ .../swing/embedding/dependent/package-tree.html | 175 ++++++ .../swing/embedding/dependent/package-use.html | 136 ++++ .../embedding/dialogindialog/DialogInDialog.html | 380 ++++++++++++ .../dialogindialog/class-use/DialogInDialog.html | 136 ++++ .../embedding/dialogindialog/package-frame.html | 32 + .../embedding/dialogindialog/package-summary.html | 150 +++++ .../embedding/dialogindialog/package-tree.html | 148 +++++ .../embedding/dialogindialog/package-use.html | 136 ++++ .../embedding/independent/NewPortalDialog.html | 374 +++++++++++ .../independent/NewPortalDialogPanel.html | 436 +++++++++++++ .../independent/class-use/NewPortalDialog.html | 136 ++++ .../class-use/NewPortalDialogPanel.html | 136 ++++ .../swing/embedding/independent/package-frame.html | 34 + .../embedding/independent/package-summary.html | 154 +++++ .../swing/embedding/independent/package-tree.html | 159 +++++ .../swing/embedding/independent/package-use.html | 136 ++++ .../swing/embedding/modal/ModalDialog.html | 492 +++++++++++++++ .../swing/embedding/modal/ModalDialogDialog.html | 377 ++++++++++++ .../embedding/modal/ModalDialogDialogPanel.html | 436 +++++++++++++ .../swing/embedding/modal/ModalDialogPanel.html | 455 ++++++++++++++ .../swing/embedding/modal/ValueService.html | 277 +++++++++ .../embedding/modal/class-use/ModalDialog.html | 136 ++++ .../modal/class-use/ModalDialogDialog.html | 136 ++++ .../modal/class-use/ModalDialogDialogPanel.html | 136 ++++ .../modal/class-use/ModalDialogPanel.html | 136 ++++ .../embedding/modal/class-use/ValueService.html | 136 ++++ .../swing/embedding/modal/package-frame.html | 49 ++ .../swing/embedding/modal/package-summary.html | 180 ++++++ .../swing/embedding/modal/package-tree.html | 166 +++++ .../swing/embedding/modal/package-use.html | 136 ++++ .../swing/embedding/tabdialog/TabDialog.html | 380 ++++++++++++ .../embedding/tabdialog/class-use/TabDialog.html | 136 ++++ .../swing/embedding/tabdialog/package-frame.html | 32 + .../swing/embedding/tabdialog/package-summary.html | 150 +++++ .../swing/embedding/tabdialog/package-tree.html | 148 +++++ .../swing/embedding/tabdialog/package-use.html | 136 ++++ .../client/showcase/swing/login/LoginDialog.html | 485 +++++++++++++++ .../client/showcase/swing/login/LoginFrame.html | 508 +++++++++++++++ .../swing/login/class-use/LoginDialog.html | 136 ++++ .../showcase/swing/login/class-use/LoginFrame.html | 136 ++++ .../client/showcase/swing/login/package-frame.html | 34 + .../showcase/swing/login/package-summary.html | 152 +++++ .../client/showcase/swing/login/package-tree.html | 162 +++++ .../client/showcase/swing/login/package-use.html | 136 ++++ .../swing/messagepane/HtmlMessagePane.html | 348 +++++++++++ .../messagepane/class-use/HtmlMessagePane.html | 136 ++++ .../showcase/swing/messagepane/package-frame.html | 32 + .../swing/messagepane/package-summary.html | 149 +++++ .../showcase/swing/messagepane/package-tree.html | 148 +++++ .../showcase/swing/messagepane/package-use.html | 136 ++++ .../swing/navigation/NavigationDialog.html | 497 +++++++++++++++ .../swing/navigation/NavigationDialogActions.html | 229 +++++++ .../swing/navigation/NavigationDialogConfig.html | 321 ++++++++++ .../swing/navigation/NavigationMenuNode.html | 372 +++++++++++ .../showcase/swing/navigation/NavigationPanel.html | 357 +++++++++++ .../navigation/class-use/NavigationDialog.html | 136 ++++ .../class-use/NavigationDialogActions.html | 188 ++++++ .../class-use/NavigationDialogConfig.html | 136 ++++ .../navigation/class-use/NavigationMenuNode.html | 199 ++++++ .../navigation/class-use/NavigationPanel.html | 136 ++++ .../showcase/swing/navigation/package-frame.html | 49 ++ .../showcase/swing/navigation/package-summary.html | 182 ++++++ .../showcase/swing/navigation/package-tree.html | 165 +++++ .../showcase/swing/navigation/package-use.html | 171 ++++++ .../client/showcase/swing/package-frame.html | 47 ++ .../client/showcase/swing/package-summary.html | 174 ++++++ .../quasar/client/showcase/swing/package-tree.html | 161 +++++ .../quasar/client/showcase/swing/package-use.html | 163 +++++ .../swing/portal/PortalControlService.html | 261 ++++++++ .../client/showcase/swing/portal/PortalDialog.html | 435 +++++++++++++ .../swing/portal/PortalDialogActionFeature.html | 333 ++++++++++ .../swing/portal/PortalDialogConfiguration.html | 289 +++++++++ .../client/showcase/swing/portal/PortalPanel.html | 402 ++++++++++++ .../showcase/swing/portal/PortalPresentation.html | 394 ++++++++++++ .../portal/class-use/PortalControlService.html | 136 ++++ .../swing/portal/class-use/PortalDialog.html | 136 ++++ .../class-use/PortalDialogActionFeature.html | 136 ++++ .../class-use/PortalDialogConfiguration.html | 136 ++++ .../swing/portal/class-use/PortalPanel.html | 136 ++++ .../swing/portal/class-use/PortalPresentation.html | 136 ++++ .../showcase/swing/portal/package-frame.html | 51 ++ .../showcase/swing/portal/package-summary.html | 183 ++++++ .../client/showcase/swing/portal/package-tree.html | 166 +++++ .../client/showcase/swing/portal/package-use.html | 136 ++++ .../showcase/swing/util/ShowcaseUtilities.html | 333 ++++++++++ .../swing/util/class-use/ShowcaseUtilities.html | 136 ++++ .../client/showcase/swing/util/package-frame.html | 32 + .../showcase/swing/util/package-summary.html | 149 +++++ .../client/showcase/swing/util/package-tree.html | 145 +++++ .../client/showcase/swing/util/package-use.html | 136 ++++ .../swing/various/config/ConfigurationDialog.html | 378 ++++++++++++ .../various/config/ConfigurationDialogPanel.html | 417 +++++++++++++ .../config/class-use/ConfigurationDialog.html | 136 ++++ .../config/class-use/ConfigurationDialogPanel.html | 136 ++++ .../swing/various/config/package-frame.html | 34 + .../swing/various/config/package-summary.html | 153 +++++ .../swing/various/config/package-tree.html | 159 +++++ .../showcase/swing/various/config/package-use.html | 136 ++++ .../systeminfo/SystemInfoDemoDialogFeature.html | 345 +++++++++++ .../systeminfo/SystemInfoDemoDialogPanel.html | 417 +++++++++++++ .../class-use/SystemInfoDemoDialogFeature.html | 136 ++++ .../class-use/SystemInfoDemoDialogPanel.html | 136 ++++ .../swing/various/systeminfo/package-frame.html | 34 + .../swing/various/systeminfo/package-summary.html | 153 +++++ .../swing/various/systeminfo/package-tree.html | 159 +++++ .../swing/various/systeminfo/package-use.html | 136 ++++ 438 files changed, 91382 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Address.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Employee.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Gender.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Person.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Project.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Address.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Company.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Employee.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Gender.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Person.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Project.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplicationFactory.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplicationFactory.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseDialogParameterHandler.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Article.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/ArticleRegistry.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Order.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/OrderRegistry.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Article.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/ArticleRegistry.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Order.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/OrderRegistry.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.MessageDialogContext.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/WelcomeDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfBean.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/RichFacesDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfBean.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/RichFacesDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/CommandBindingManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/class-use/CommandBindingManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerResultDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerResultDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapResultDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapResultDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/DataBindingSessionDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/class-use/DataBindingSessionDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.MessageDialogContext.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/WelcomeDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/ExceptionDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/class-use/ExceptionDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/DependentWindowDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/class-use/DependentWindowDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/GenericDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/StartDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/GenericDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/StartDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialogA.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialogA.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonOrdersDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonOrdersDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogCore.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogCore.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/DynamicEmbeddingDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedListDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedSearchDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedShowArticleService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/DynamicEmbeddingDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedListDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedSearchDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedShowArticleService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/ConverterValidatorDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/I18nDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/BypassSimpleBean.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/class-use/BypassSimpleBean.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/ConverterValidatorDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/I18nDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemHelloDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemHelloDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitSingletonDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitSingletonDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcasePortalCreationService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcaseSessionFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/SwingShowcaseApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandNames.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandNames.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmployeeService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmployeeService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentationWithFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentationWithFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/CompanyService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcasePortalCreationService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcaseSessionFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/SwingShowcaseApplication.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogConstants.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogActions.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogData.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogActions.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogData.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/UnstructuredDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/class-use/UnstructuredDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindow.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindow.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/DialogInDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/class-use/DialogInDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ValueService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ValueService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/TabDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/class-use/TabDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginFrame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/HtmlMessagePane.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/class-use/HtmlMessagePane.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogActions.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogConfig.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationMenuNode.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogActions.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogConfig.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationMenuNode.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalControlService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogActionFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogConfiguration.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalControlService.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogActionFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogConfiguration.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPresentation.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/ShowcaseUtilities.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/class-use/ShowcaseUtilities.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialog.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-use.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogFeature.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogPanel.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-use.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Address.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Address.html new file mode 100644 index 0000000..07893b5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Address.html @@ -0,0 +1,395 @@ + + + + + + +Address (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Address

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Address
+
+
+
+
public class Address
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Address(java.lang.String street, + java.lang.String city, + java.lang.String zipCode, + java.lang.String country) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetCity() + +
+           
+ java.lang.StringgetCountry() + +
+           
+ java.lang.StringgetStreet() + +
+           
+ java.lang.StringgetZipCode() + +
+           
+ voidsetCity(java.lang.String city) + +
+           
+ voidsetCountry(java.lang.String country) + +
+           
+ voidsetStreet(java.lang.String street) + +
+           
+ voidsetZipCode(java.lang.String zipCode) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Address

+
+public Address(java.lang.String street,
+               java.lang.String city,
+               java.lang.String zipCode,
+               java.lang.String country)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCity

+
+public java.lang.String getCity()
+
+
+
+
+
+
+ +

+setCity

+
+public void setCity(java.lang.String city)
+
+
+
+
+
+
+ +

+getCountry

+
+public java.lang.String getCountry()
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(java.lang.String country)
+
+
+
+
+
+
+ +

+getStreet

+
+public java.lang.String getStreet()
+
+
+
+
+
+
+ +

+setStreet

+
+public void setStreet(java.lang.String street)
+
+
+
+
+
+
+ +

+getZipCode

+
+public java.lang.String getZipCode()
+
+
+
+
+
+
+ +

+setZipCode

+
+public void setZipCode(java.lang.String zipCode)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html new file mode 100644 index 0000000..e568b61 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Company.html @@ -0,0 +1,351 @@ + + + + + + +Company (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Company

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Company
+
+
+
+
public class Company
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Company() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.ListgetEmployees() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.ListgetProjects() + +
+           
+ voidsetEmployees(java.util.List employees) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetProjects(java.util.List projects) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Company

+
+public Company()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getEmployees

+
+public java.util.List getEmployees()
+
+
+
+
+
+
+ +

+getProjects

+
+public java.util.List getProjects()
+
+
+
+
+
+
+ +

+setEmployees

+
+public void setEmployees(java.util.List employees)
+
+
+
+
+
+
+ +

+setProjects

+
+public void setProjects(java.util.List projects)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Employee.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Employee.html new file mode 100644 index 0000000..73c5849 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Employee.html @@ -0,0 +1,342 @@ + + + + + + +Employee (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Employee

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Person
+      extended bycom.sdm.quasar.client.showcase.data.Employee
+
+
+
+
public class Employee
extends Person
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Employee() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompanygetCompany() + +
+           
+ java.lang.IntegergetEmplNumber() + +
+           
+ java.util.ListgetProjects() + +
+           
+ voidsetCompany(Company company) + +
+           
+ voidsetEmplNumber(java.lang.Integer emplNumber) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.showcase.data.Person
getAddress, getChildren, getDateOfBirth, getFirstname, getGender, getName, setAddress, setDateOfBirth, setFirstname, setGender, setName
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Employee

+
+public Employee()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCompany

+
+public Company getCompany()
+
+
+
+
+
+
+ +

+setCompany

+
+public void setCompany(Company company)
+
+
+
+
+
+
+ +

+getEmplNumber

+
+public java.lang.Integer getEmplNumber()
+
+
+
+
+
+
+ +

+setEmplNumber

+
+public void setEmplNumber(java.lang.Integer emplNumber)
+
+
+
+
+
+
+ +

+getProjects

+
+public java.util.List getProjects()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Gender.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Gender.html new file mode 100644 index 0000000..5002bf9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Gender.html @@ -0,0 +1,278 @@ + + + + + + +Gender (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Gender

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Gender
+
+
+
+
public class Gender
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + + + +
+Field Summary
+static GenderFEMALE + +
+           
+static GenderMALE + +
+           
+  + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+MALE

+
+public static Gender MALE
+
+
+
+
+
+ +

+FEMALE

+
+public static Gender FEMALE
+
+
+
+
+ + + + + + + + + + + +
+Method Detail
+ +

+toString

+
+public java.lang.String toString()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Person.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Person.html new file mode 100644 index 0000000..6736973 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Person.html @@ -0,0 +1,449 @@ + + + + + + +Person (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Person

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Person
+
+
+
Direct Known Subclasses:
Employee
+
+
+
+
public class Person
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Person() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AddressgetAddress() + +
+           
+ java.util.ListgetChildren() + +
+           
+ java.util.DategetDateOfBirth() + +
+           
+ java.lang.StringgetFirstname() + +
+           
+ GendergetGender() + +
+           
+ java.lang.StringgetName() + +
+           
+ voidsetAddress(Address address) + +
+           
+ voidsetDateOfBirth(java.util.Date dateOfBirth) + +
+           
+ voidsetFirstname(java.lang.String firstname) + +
+           
+ voidsetGender(Gender gender) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Person

+
+public Person()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAddress

+
+public Address getAddress()
+
+
+
+
+
+
+ +

+setAddress

+
+public void setAddress(Address address)
+
+
+
+
+
+
+ +

+getDateOfBirth

+
+public java.util.Date getDateOfBirth()
+
+
+
+
+
+
+ +

+setDateOfBirth

+
+public void setDateOfBirth(java.util.Date dateOfBirth)
+
+
+
+
+
+
+ +

+getFirstname

+
+public java.lang.String getFirstname()
+
+
+
+
+
+
+ +

+setFirstname

+
+public void setFirstname(java.lang.String firstname)
+
+
+
+
+
+
+ +

+getGender

+
+public Gender getGender()
+
+
+
+
+
+
+ +

+setGender

+
+public void setGender(Gender gender)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getChildren

+
+public java.util.List getChildren()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Project.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Project.html new file mode 100644 index 0000000..d55a92a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/Project.html @@ -0,0 +1,408 @@ + + + + + + +Project (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.data +
+Class Project

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.data.Project
+
+
+
+
public class Project
extends java.lang.Object
+ +

+

+
Version:
+
1.0
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Project() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompanygetCompany() + +
+           
+ java.util.ListgetEmployees() + +
+           
+ java.util.DategetEndDate() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.DategetStartDate() + +
+           
+ voidsetCompany(Company company) + +
+           
+ voidsetEndDate(java.util.Date endDate) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetStartDate(java.util.Date startDate) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Project

+
+public Project()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEndDate

+
+public java.util.Date getEndDate()
+
+
+
+
+
+
+ +

+setEndDate

+
+public void setEndDate(java.util.Date endDate)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getStartDate

+
+public java.util.Date getStartDate()
+
+
+
+
+
+
+ +

+setStartDate

+
+public void setStartDate(java.util.Date startDate)
+
+
+
+
+
+
+ +

+getEmployees

+
+public java.util.List getEmployees()
+
+
+
+
+
+
+ +

+getCompany

+
+public Company getCompany()
+
+
+
+
+
+
+ +

+setCompany

+
+public void setCompany(Company company)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Address.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Address.html new file mode 100644 index 0000000..47670a5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Address.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Address (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Address

+
+ + + + + + + + + +
+Packages that use Address
com.sdm.quasar.client.showcase.data  
+  +

+ + + + + +
+Uses of Address in com.sdm.quasar.client.showcase.data
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data that return Address
+ AddressPerson.getAddress() + +
+           
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data with parameters of type Address
+ voidPerson.setAddress(Address address) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Company.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Company.html new file mode 100644 index 0000000..83e925a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Company.html @@ -0,0 +1,262 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Company (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Company

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Company
com.sdm.quasar.client.showcase.data  
com.sdm.quasar.client.showcase.swing  
com.sdm.quasar.client.showcase.swing.allinone.emplList  
+  +

+ + + + + +
+Uses of Company in com.sdm.quasar.client.showcase.data
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data that return Company
+ CompanyProject.getCompany() + +
+           
+ CompanyEmployee.getCompany() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data with parameters of type Company
+ voidProject.setCompany(Company company) + +
+           
+ voidEmployee.setCompany(Company company) + +
+           
+  +

+ + + + + +
+Uses of Company in com.sdm.quasar.client.showcase.swing
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.swing that return Company
+ CompanyCompanyService.getCompany() + +
+           
+  +

+ + + + + +
+Uses of Company in com.sdm.quasar.client.showcase.swing.allinone.emplList
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.swing.allinone.emplList that return Company
+protected  CompanyListDialog.loadCompany() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Employee.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Employee.html new file mode 100644 index 0000000..5b7559c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Employee.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Employee (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Employee

+
+ + + + + + + + + +
+Packages that use Employee
com.sdm.quasar.client.showcase.swing.allinone.emplDetail  
+  +

+ + + + + +
+Uses of Employee in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that return Employee
+ EmployeeEmployeeService.getCurrentEmpl() + +
+           
+ EmployeeEmplDetailDialog.getCurrentEmpl() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.swing.allinone.emplDetail with parameters of type Employee
+ voidEmployeeService.showEmpl(Employee empl, + boolean edit) + +
+           
+protected  booleanEmplDetailDialog.validateEmployee(Employee employee) + +
+           
+ voidEmplDetailDialog.showEmpl(Employee empl, + boolean edit) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Gender.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Gender.html new file mode 100644 index 0000000..358000d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Gender.html @@ -0,0 +1,212 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Gender (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Gender

+
+ + + + + + + + + +
+Packages that use Gender
com.sdm.quasar.client.showcase.data  
+  +

+ + + + + +
+Uses of Gender in com.sdm.quasar.client.showcase.data
+  +

+ + + + + + + + + + + + + +
Fields in com.sdm.quasar.client.showcase.data declared as Gender
+static GenderGender.MALE + +
+           
+static GenderGender.FEMALE + +
+           
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data that return Gender
+ GenderPerson.getGender() + +
+           
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.data with parameters of type Gender
+ voidPerson.setGender(Gender gender) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Person.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Person.html new file mode 100644 index 0000000..685a722 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Person.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Person (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Person

+
+ + + + + + + + + +
+Packages that use Person
com.sdm.quasar.client.showcase.data  
+  +

+ + + + + +
+Uses of Person in com.sdm.quasar.client.showcase.data
+  +

+ + + + + + + + + +
Subclasses of Person in com.sdm.quasar.client.showcase.data
+ classEmployee + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Project.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Project.html new file mode 100644 index 0000000..fc89fb8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/class-use/Project.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.data.Project (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.data.Project

+
+No usage of com.sdm.quasar.client.showcase.data.Project +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-frame.html new file mode 100644 index 0000000..31fc585 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-frame.html @@ -0,0 +1,42 @@ + + + + + + +com.sdm.quasar.client.showcase.data (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.data + + + + +
+Classes  + +
+Address +
+Company +
+Employee +
+Gender +
+Person +
+Project
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-summary.html new file mode 100644 index 0000000..eaa7670 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-summary.html @@ -0,0 +1,168 @@ + + + + + + +com.sdm.quasar.client.showcase.data (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.data +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Address 
Company 
Employee 
Gender 
Person 
Project 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-tree.html new file mode 100644 index 0000000..cc15cad --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +com.sdm.quasar.client.showcase.data Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-use.html new file mode 100644 index 0000000..85df42e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/data/package-use.html @@ -0,0 +1,237 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.data (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.data

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.data
com.sdm.quasar.client.showcase.data  
com.sdm.quasar.client.showcase.swing  
com.sdm.quasar.client.showcase.swing.allinone.emplDetail  
com.sdm.quasar.client.showcase.swing.allinone.emplList  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.data used by com.sdm.quasar.client.showcase.data
Address + +
+           
Company + +
+           
Gender + +
+           
Person + +
+           
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.data used by com.sdm.quasar.client.showcase.swing
Company + +
+           
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.data used by com.sdm.quasar.client.showcase.swing.allinone.emplDetail
Employee + +
+           
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.data used by com.sdm.quasar.client.showcase.swing.allinone.emplList
Company + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldApplication.html new file mode 100644 index 0000000..31b45c3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldApplication.html @@ -0,0 +1,349 @@ + + + + + + +HelloWorldApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.helloworld +
+Class HelloWorldApplication

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.application.AbstractApplication
+      extended bycom.sdm.quasar.client.swing.application.AbstractSwingApplication
+          extended bycom.sdm.quasar.client.showcase.helloworld.HelloWorldApplication
+
+
+
All Implemented Interfaces:
Application, SystemInfoProvider
+
+
+
+
public class HelloWorldApplication
extends AbstractSwingApplication
+ +

+

+
Version:
+
1.$Revision$
+
Author:
+
Thomas Wolf
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HelloWorldApplication() + +
+          Creates a new HelloWorldApplication.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+          Starts the Application
+ voidstart() + +
+          This implementation initializes the additional application components in the following order: + + ErrorHandler by using AbstractSwingApplication.initializeErrorHandler() + LoggerFactory by using #initializeLogging() +
+ voidstop() + +
+          This implementation disposed the application components in the following order + if the corresponding component implements Disposable.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.swing.application.AbstractSwingApplication
attemptToDisplayErrorMessage, createSessionInEDT, getApplicationConfiguration, getErrorMessageForThrowable, initializeErrorHandler
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.application.AbstractApplication
collectSystemInfo, extendDestructionException, getApplicationID, getConfigManager, getServiceManager, getSessionManager
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldApplication

+
+public HelloWorldApplication()
+
+
Creates a new HelloWorldApplication. +

+

+ + + + + + + + +
+Method Detail
+ +

+start

+
+public void start()
+
+
Description copied from class: AbstractApplication
+
This implementation initializes the additional application components in the following order: +
    +
  1. ErrorHandler by using AbstractApplication.initializeErrorHandler() +
  2. LoggerFactory by using #initializeLogging() +
+

+

+
Specified by:
start in interface Application
Overrides:
start in class AbstractApplication
+
+
+
See Also:
AbstractApplication.start()
+
+
+
+ +

+stop

+
+public void stop()
+          throws DisposeException
+
+
Description copied from class: AbstractApplication
+
This implementation disposed the application components in the following order + if the corresponding component implements Disposable. Otherwise the component + is skipped. +

+

+
Specified by:
stop in interface Application
Overrides:
stop in class AbstractApplication
+
+
+ +
Throws: +
DisposeException - if there is an exception while disposing the components
See Also:
AbstractApplication.stop()
+
+
+
+ +

+main

+
+public static void main(java.lang.String[] args)
+
+
Starts the Application +

+

+
Parameters:
args - command line arguments
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldDialog.html new file mode 100644 index 0000000..8fcac8d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldDialog.html @@ -0,0 +1,436 @@ + + + + + + +HelloWorldDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.helloworld +
+Class HelloWorldDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.helloworld.HelloWorldDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class HelloWorldDialog
extends AbstractFeature
+ +

+

+
Version:
+
1.$Revision$
+
Author:
+
Thomas Wolf
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HelloWorldDialog() + +
+          Creates a new HelloWorldDialog.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+protected  voiddeactivate() + +
+          Called when the dialog is deactivated. +
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldDialog

+
+public HelloWorldDialog()
+
+
Creates a new HelloWorldDialog. +

+

+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
AbstractFeature.init()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
AbstractFeature.prepare()
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
See Also:
AbstractFeature.activate()
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is deactivated. + Override this method if you want to perform some action on LifeCycle.deactivate()(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
See Also:
AbstractFeature.deactivate()
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
See Also:
AbstractFeature.release()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
AbstractFeature.dispose()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldFrame.html new file mode 100644 index 0000000..82e6980 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/HelloWorldFrame.html @@ -0,0 +1,421 @@ + + + + + + +HelloWorldFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.helloworld +
+Class HelloWorldFrame

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjava.awt.Window
+              extended byjava.awt.Frame
+                  extended byjavax.swing.JFrame
+                      extended bycom.sdm.quasar.client.showcase.helloworld.HelloWorldFrame
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
+
+
+
+
public class HelloWorldFrame
extends javax.swing.JFrame
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
HelloWorldFrame() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ javax.swing.JButtongetCloseButton() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldFrame

+
+public HelloWorldFrame()
+                throws java.awt.HeadlessException
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCloseButton

+
+public javax.swing.JButton getCloseButton()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldApplication.html new file mode 100644 index 0000000..88b96ee --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldApplication.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication

+
+No usage of com.sdm.quasar.client.showcase.helloworld.HelloWorldApplication +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldDialog.html new file mode 100644 index 0000000..f47d559 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog

+
+No usage of com.sdm.quasar.client.showcase.helloworld.HelloWorldDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldFrame.html new file mode 100644 index 0000000..18caead --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/class-use/HelloWorldFrame.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame

+
+No usage of com.sdm.quasar.client.showcase.helloworld.HelloWorldFrame +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-frame.html new file mode 100644 index 0000000..73b8c17 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +com.sdm.quasar.client.showcase.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.helloworld + + + + +
+Classes  + +
+HelloWorldApplication +
+HelloWorldDialog +
+HelloWorldFrame
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-summary.html new file mode 100644 index 0000000..99ab30b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-summary.html @@ -0,0 +1,156 @@ + + + + + + +com.sdm.quasar.client.showcase.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.helloworld +

+ + + + + + + + + + + + + + + + + +
+Class Summary
HelloWorldApplication 
HelloWorldDialog 
HelloWorldFrame 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-tree.html new file mode 100644 index 0000000..9014410 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-tree.html @@ -0,0 +1,167 @@ + + + + + + +com.sdm.quasar.client.showcase.helloworld Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.helloworld +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-use.html new file mode 100644 index 0000000..7601e33 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/helloworld/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.helloworld

+
+No usage of com.sdm.quasar.client.showcase.helloworld +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplication.html new file mode 100644 index 0000000..b501e09 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplication.html @@ -0,0 +1,365 @@ + + + + + + +ShowcaseApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.application +
+Class ShowcaseApplication

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.application.AbstractApplication
+      extended bycom.sdm.quasar.client.jsf.application.AbstractJSFApplication
+          extended bycom.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication
+
+
+
All Implemented Interfaces:
Application, SystemInfoProvider
+
+
+
+
public class ShowcaseApplication
extends AbstractJSFApplication
+ +

+This is the main application class of the Quasar JSF Showcase. +

start() reads and sets up the configuration.

+

#generateDefaultData() adds some default data to an articlesList + for the examples. This is not necessary in normal applications.

+

+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ShowcaseApplication() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidinitializeErrorHandler() + +
+          Initializes the error handling. +
+ voidstart() + +
+          This implementation initializes the additional application components in the following order: + + ErrorHandler by using initializeErrorHandler() + LoggerFactory by using #initializeLogging() +
+ voidstop() + +
+          This implementation disposed the application components in the following order + if the corresponding component implements Disposable.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.jsf.application.AbstractJSFApplication
doSpecialWebErrorLogging, getApplicationConfiguration
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.application.AbstractApplication
collectSystemInfo, extendDestructionException, getApplicationID, getConfigManager, getServiceManager, getSessionManager
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseApplication

+
+public ShowcaseApplication()
+
+
+ + + + + + + + +
+Method Detail
+ +

+start

+
+public void start()
+
+
Description copied from class: AbstractApplication
+
This implementation initializes the additional application components in the following order: +
    +
  1. ErrorHandler by using AbstractApplication.initializeErrorHandler() +
  2. LoggerFactory by using #initializeLogging() +
+

+

+
Specified by:
start in interface Application
Overrides:
start in class AbstractApplication
+
+
+
+
+
+
+ +

+stop

+
+public void stop()
+          throws DisposeException
+
+
Description copied from class: AbstractApplication
+
This implementation disposed the application components in the following order + if the corresponding component implements Disposable. Otherwise the component + is skipped. +

+

+
Specified by:
stop in interface Application
Overrides:
stop in class AbstractApplication
+
+
+ +
Throws: +
DisposeException - if there is an exception while disposing the components
See Also:
for further information
+
+
+
+ +

+initializeErrorHandler

+
+protected void initializeErrorHandler()
+
+
Description copied from class: AbstractApplication
+
Initializes the error handling. + This implementation registers a default ErrorHandlerAdapter with the + ErrorHandler that calls Application.stop() to stop the application. + The ErrorHandlerAdapter registered in this implementation + does not attempt to restrict the error to a single + dialog or session. +

+ Depending on the client enviromnent you need to override this error handler + to do something more useful. +

+

+
Overrides:
initializeErrorHandler in class AbstractJSFApplication
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplicationFactory.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplicationFactory.html new file mode 100644 index 0000000..5c7aa30 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseApplicationFactory.html @@ -0,0 +1,286 @@ + + + + + + +ShowcaseApplicationFactory (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.application +
+Class ShowcaseApplicationFactory

+
+java.lang.Object
+  extended byApplicationFactory
+      extended bycom.sdm.quasar.client.jsf.application.JSFApplicationFactory
+          extended bycom.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory
+
+
+
+
public class ShowcaseApplicationFactory
extends JSFApplicationFactory
+ +

+Application-factory class that creates the project's application instance. + + The class overwrites ProtoSunRIApplicationFactory#createCompositeApplication() + to create an application-adapter implementation for the JSF-implementation to be used + which gets the quasar application as delegate. +

+ +

+

+
Author:
+
Carsten Lucke , sd&m AG
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ShowcaseApplicationFactory(ApplicationFactory applicationFactory) + +
+          Constructor. + +
+  + + + + + + + + + + + +
+Method Summary
+protected  ApplicationgetQuasarApplication() + +
+          
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.jsf.application.JSFApplicationFactory
getApplication, setApplication
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseApplicationFactory

+
+public ShowcaseApplicationFactory(ApplicationFactory applicationFactory)
+
+
Constructor. + + Nothing to do here. Just let the parent-class handle this. +

+

+ + + + + + + + +
+Method Detail
+ +

+getQuasarApplication

+
+protected Application getQuasarApplication()
+
+
+

+

+
Specified by:
getQuasarApplication in class JSFApplicationFactory
+
+
+
See Also:
JSFApplicationFactory.getQuasarApplication()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html new file mode 100644 index 0000000..a24624f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/ShowcaseDialogParameterHandler.html @@ -0,0 +1,364 @@ + + + + + + +ShowcaseDialogParameterHandler (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.application +
+Class ShowcaseDialogParameterHandler

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler
+      extended bycom.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler
+
+
+
All Implemented Interfaces:
DialogParameterHandler
+
+
+
+
public class ShowcaseDialogParameterHandler
extends DefaultDialogParameterHandler
+ +

+


+ +

+ + + + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface com.sdm.quasar.client.jsf.dialog.DialogParameterHandler
DIALOG_PARAMETER_HANDLER_CONFIG_KEY
+  + + + + + + + + + + +
+Constructor Summary
ShowcaseDialogParameterHandler() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckIsAjaxRequest(HttpServletRequest request, + ServletResponse response) + +
+          The indication of an AJAX request depends on the concrete ajax framework. +
+ booleanhandleInvalidSequenceNumber(HttpServletRequest request, + ServletResponse response, + DialogControl sessionDialogControl, + DialogInstanceId dialogInstanceId, + java.lang.String webPageUrl, + DialogParameterHandlerCallback callback) + +
+          The sequence number is invalid: the request was from a dialog in an old state + or a double submit of the same request. +
+ booleanhandleMissingDialogParameters(HttpServletRequest request, + ServletResponse response, + DialogControl sessionDialogControl, + DialogParameterHandlerCallback callback) + +
+          This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseDialogParameterHandler

+
+public ShowcaseDialogParameterHandler()
+
+
+ + + + + + + + +
+Method Detail
+ +

+handleMissingDialogParameters

+
+public boolean handleMissingDialogParameters(HttpServletRequest request,
+                                             ServletResponse response,
+                                             DialogControl sessionDialogControl,
+                                             DialogParameterHandlerCallback callback)
+
+
Description copied from class: DefaultDialogParameterHandler
+
This method is called when the dialog parameters, + i.e. the dialog id or the dialog instance id, are incomplete. + This may be a request to enter the application, + a request from a bookmark or a request from a dialog + that is closed and should not be recreated automatically. +

+

+
Specified by:
handleMissingDialogParameters in interface DialogParameterHandler
Overrides:
handleMissingDialogParameters in class DefaultDialogParameterHandler
+
+
+
See Also:
com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler#handleMissingDialogParameters(javax.servlet.http.HttpServletRequest, javax.servlet.ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)
+
+
+
+ +

+handleInvalidSequenceNumber

+
+public boolean handleInvalidSequenceNumber(HttpServletRequest request,
+                                           ServletResponse response,
+                                           DialogControl sessionDialogControl,
+                                           DialogInstanceId dialogInstanceId,
+                                           java.lang.String webPageUrl,
+                                           DialogParameterHandlerCallback callback)
+
+
Description copied from class: DefaultDialogParameterHandler
+
The sequence number is invalid: the request was from a dialog in an old state + or a double submit of the same request. + Thus we throw an Exception to avoid double submit or request based on old data. + You can override this to display your own dialog. + For example see the implementation of this method in the showcase. + If you do not use sequence numbers, just return. +

+

+
Specified by:
handleInvalidSequenceNumber in interface DialogParameterHandler
Overrides:
handleInvalidSequenceNumber in class DefaultDialogParameterHandler
+
+
+
See Also:
com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler#handleInvalidSequenceNumber(javax.servlet.http.HttpServletRequest, javax.servlet.ServletResponse, com.sdm.quasar.client.core.dialog.DialogControl, com.sdm.quasar.client.core.dialog.DialogInstanceId, com.sdm.quasar.client.jsf.dialog.DialogParameterHandlerCallback)
+
+
+
+ +

+checkIsAjaxRequest

+
+public boolean checkIsAjaxRequest(HttpServletRequest request,
+                                  ServletResponse response)
+
+
Description copied from interface: DialogParameterHandler
+
The indication of an AJAX request depends on the concrete ajax framework. + Please take a look at the request parameters + to tell us if we are dealing with an AJAX request. +

+

+
Specified by:
checkIsAjaxRequest in interface DialogParameterHandler
Overrides:
checkIsAjaxRequest in class DefaultDialogParameterHandler
+
+
+
See Also:
com.sdm.quasar.client.jsf.dialog.DefaultDialogParameterHandler#checkIsAjaxRequest(javax.servlet.http.HttpServletRequest, javax.servlet.ServletResponse)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplication.html new file mode 100644 index 0000000..6642a62 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplication.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication

+
+No usage of com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplication +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplicationFactory.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplicationFactory.html new file mode 100644 index 0000000..adc5d06 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseApplicationFactory.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory

+
+No usage of com.sdm.quasar.client.showcase.jsf.application.ShowcaseApplicationFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseDialogParameterHandler.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseDialogParameterHandler.html new file mode 100644 index 0000000..352b0c5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/class-use/ShowcaseDialogParameterHandler.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler

+
+No usage of com.sdm.quasar.client.showcase.jsf.application.ShowcaseDialogParameterHandler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-frame.html new file mode 100644 index 0000000..2e7b2d0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.application (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.application + + + + +
+Classes  + +
+ShowcaseApplication +
+ShowcaseApplicationFactory +
+ShowcaseDialogParameterHandler
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-summary.html new file mode 100644 index 0000000..ad41d66 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-summary.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.application (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.application +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ShowcaseApplicationThis is the main application class of the Quasar JSF Showcase. +
ShowcaseApplicationFactoryApplication-factory class that creates the project's application instance. + +
ShowcaseDialogParameterHandler 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-tree.html new file mode 100644 index 0000000..eecf190 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-tree.html @@ -0,0 +1,157 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.application Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.application +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-use.html new file mode 100644 index 0000000..30d5c79 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/application/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.application (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.application

+
+No usage of com.sdm.quasar.client.showcase.jsf.application +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Article.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Article.html new file mode 100644 index 0000000..908961d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Article.html @@ -0,0 +1,460 @@ + + + + + + +Article (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.data +
+Class Article

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.data.Article
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class Article
extends java.lang.Object
implements java.io.Serializable
+ +

+TODO: JavaDoc +

+ +

+

+
Author:
+
Erika Buchholz
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
Article() + +
+           
Article(java.lang.String name, + java.lang.String category, + java.lang.String author) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object obj) + +
+           
+ java.lang.StringgetAuthor() + +
+           
+ java.lang.StringgetCategory() + +
+           
+ java.util.ListgetComments() + +
+           
+ java.lang.StringgetName() + +
+           
+ inthashCode() + +
+           
+ voidsetAuthor(java.lang.String author) + +
+           
+ voidsetCategory(java.lang.String category) + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Article

+
+public Article(java.lang.String name,
+               java.lang.String category,
+               java.lang.String author)
+
+
+
+ +

+Article

+
+public Article()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAuthor

+
+public java.lang.String getAuthor()
+
+
+
+
+
+
+
+
+
+ +

+setAuthor

+
+public void setAuthor(java.lang.String author)
+
+
+
+
+
+
+
+
+
+ +

+getCategory

+
+public java.lang.String getCategory()
+
+
+
+
+
+
+
+
+
+ +

+setCategory

+
+public void setCategory(java.lang.String category)
+
+
+
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+
+
+
+ +

+getComments

+
+public java.util.List getComments()
+
+
+
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object obj)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/ArticleRegistry.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/ArticleRegistry.html new file mode 100644 index 0000000..e60bd8c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/ArticleRegistry.html @@ -0,0 +1,361 @@ + + + + + + +ArticleRegistry (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.data +
+Class ArticleRegistry

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.data.ArticleRegistry
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ArticleRegistry
extends java.lang.Object
implements java.io.Serializable
+ +

+Registers and manages articles +

+ +

+

+
Author:
+
Erika Buchholz
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanaddArticle(Article article) + +
+          Adds an article to the article list.
+ booleanaddComment(Article article, + java.lang.String comment) + +
+          Adds a comment to an article.
+ ArticlegetArticle(java.lang.String name, + java.lang.String category) + +
+           
+ java.util.ListgetArticles() + +
+           
+static ArticleRegistrygetInstance() + +
+           
+ booleanremoveArticle(Article article) + +
+          Removes an article from the article list.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static ArticleRegistry getInstance()
+
+
+
+
+
+
+
+
+
+ +

+addArticle

+
+public boolean addArticle(Article article)
+
+
Adds an article to the article list. +

+

+
+
+
+
Parameters:
article - the article to save
+
+
+
+ +

+getArticles

+
+public java.util.List getArticles()
+
+
+
+
+
+ +
Returns:
a List of existing articles
+
+
+
+ +

+getArticle

+
+public Article getArticle(java.lang.String name,
+                          java.lang.String category)
+
+
+
+
+
+
Parameters:
name -
category - +
Returns:
a specific article or null
+
+
+
+ +

+removeArticle

+
+public boolean removeArticle(Article article)
+
+
Removes an article from the article list. +

+

+
+
+
+
Parameters:
article - the article to remove
+
+
+
+ +

+addComment

+
+public boolean addComment(Article article,
+                          java.lang.String comment)
+
+
Adds a comment to an article. +

+

+
+
+
+
Parameters:
article - the article to save
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Order.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Order.html new file mode 100644 index 0000000..f5c9c08 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/Order.html @@ -0,0 +1,312 @@ + + + + + + +Order (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.data +
+Class Order

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.data.Order
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class Order
extends java.lang.Object
implements java.io.Serializable
+ +

+TODO: JavaDoc +

+ +

+

+
Author:
+
Erika Buchholz
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Order(Article article, + int number) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ArticlegetArticle() + +
+           
+ intgetNumber() + +
+           
+ voidsetNumber(int number) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Order

+
+public Order(Article article,
+             int number)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getNumber

+
+public int getNumber()
+
+
+
+
+
+
+
+
+
+ +

+setNumber

+
+public void setNumber(int number)
+
+
+
+
+
+
+
+
+
+ +

+getArticle

+
+public Article getArticle()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/OrderRegistry.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/OrderRegistry.html new file mode 100644 index 0000000..0749806 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/OrderRegistry.html @@ -0,0 +1,286 @@ + + + + + + +OrderRegistry (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.data +
+Class OrderRegistry

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.data.OrderRegistry
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class OrderRegistry
extends java.lang.Object
implements java.io.Serializable
+ +

+Registers and manages orders +

+ +

+

+
Author:
+
Erika Buchholz
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddArticle(Order newOrder) + +
+          Adds an article to the orders list.
+static OrderRegistrygetInstance() + +
+           
+ java.util.ListgetOrders() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static OrderRegistry getInstance()
+
+
+
+
+
+
+
+
+
+ +

+addArticle

+
+public void addArticle(Order newOrder)
+
+
Adds an article to the orders list. +

+

+
+
+
+
+
+
+
+ +

+getOrders

+
+public java.util.List getOrders()
+
+
+
+
+
+ +
Returns:
a List of ordered articles
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Article.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Article.html new file mode 100644 index 0000000..b4b17da --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Article.html @@ -0,0 +1,385 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.data.Article (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.data.Article

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Article
com.sdm.quasar.client.showcase.jsf.data  
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean  
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton  
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic  
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks  
+  +

+ + + + + +
+Uses of Article in com.sdm.quasar.client.showcase.jsf.data
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.data that return Article
+ ArticleOrder.getArticle() + +
+           
+ ArticleArticleRegistry.getArticle(java.lang.String name, + java.lang.String category) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.data with parameters of type Article
+ booleanArticleRegistry.addArticle(Article article) + +
+          Adds an article to the article list.
+ booleanArticleRegistry.removeArticle(Article article) + +
+          Removes an article from the article list.
+ booleanArticleRegistry.addComment(Article article, + java.lang.String comment) + +
+          Adds a comment to an article.
+  +

+ + + + + + + + +
Constructors in com.sdm.quasar.client.showcase.jsf.data with parameters of type Article
Order(Article article, + int number) + +
+           
+  +

+ + + + + +
+Uses of Article in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean that return Article
+ ArticleDataBindingBeanDialog.getSelectedArticle() + +
+           
+ ArticleDataBindingBeanDetailDialog.getArticle() + +
+           
+  +

+ + + + + +
+Uses of Article in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton that return Article
+ ArticleSingletonMultitonDialog.getSelectedArticle() + +
+           
+  +

+ + + + + +
+Uses of Article in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic that return Article
+ ArticleEmbeddedDetailDialog.getArticle() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic with parameters of type Article
+ voidEmbeddedShowArticleService.showNewArticle(Article article) + +
+           
+ voidEmbeddedDetailDialog.showNewArticle(Article article) + +
+           
+  +

+ + + + + +
+Uses of Article in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
+  +

+ + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks that return Article
+ ArticleBookmarksDialog.getSelectedArticle() + +
+           
+ ArticleBookmarksDetailDialog.getArticle() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/ArticleRegistry.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/ArticleRegistry.html new file mode 100644 index 0000000..bdc9337 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/ArticleRegistry.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.data.ArticleRegistry

+
+ + + + + + + + + +
+Packages that use ArticleRegistry
com.sdm.quasar.client.showcase.jsf.data  
+  +

+ + + + + +
+Uses of ArticleRegistry in com.sdm.quasar.client.showcase.jsf.data
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.data that return ArticleRegistry
+static ArticleRegistryArticleRegistry.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Order.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Order.html new file mode 100644 index 0000000..afefb88 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/Order.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.data.Order (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.data.Order

+
+ + + + + + + + + +
+Packages that use Order
com.sdm.quasar.client.showcase.jsf.data  
+  +

+ + + + + +
+Uses of Order in com.sdm.quasar.client.showcase.jsf.data
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.data with parameters of type Order
+ voidOrderRegistry.addArticle(Order newOrder) + +
+          Adds an article to the orders list.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/OrderRegistry.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/OrderRegistry.html new file mode 100644 index 0000000..3c4435d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/class-use/OrderRegistry.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.data.OrderRegistry (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.data.OrderRegistry

+
+ + + + + + + + + +
+Packages that use OrderRegistry
com.sdm.quasar.client.showcase.jsf.data  
+  +

+ + + + + +
+Uses of OrderRegistry in com.sdm.quasar.client.showcase.jsf.data
+  +

+ + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.jsf.data that return OrderRegistry
+static OrderRegistryOrderRegistry.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-frame.html new file mode 100644 index 0000000..2dec475 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-frame.html @@ -0,0 +1,38 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.data (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.data + + + + +
+Classes  + +
+Article +
+ArticleRegistry +
+Order +
+OrderRegistry
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-summary.html new file mode 100644 index 0000000..7bd10d1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-summary.html @@ -0,0 +1,160 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.data (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.data +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ArticleTODO: JavaDoc
ArticleRegistryRegisters and manages articles
OrderTODO: JavaDoc
OrderRegistryRegisters and manages orders
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-tree.html new file mode 100644 index 0000000..4ef2e9a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.data Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-use.html new file mode 100644 index 0000000..3835476 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/data/package-use.html @@ -0,0 +1,256 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.data (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.data

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.jsf.data
com.sdm.quasar.client.showcase.jsf.data  
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean  
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton  
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic  
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.data used by com.sdm.quasar.client.showcase.jsf.data
Article + +
+          TODO: JavaDoc
ArticleRegistry + +
+          Registers and manages articles
Order + +
+          TODO: JavaDoc
OrderRegistry + +
+          Registers and manages orders
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.data used by com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean
Article + +
+          TODO: JavaDoc
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.data used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton
Article + +
+          TODO: JavaDoc
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.data used by com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
Article + +
+          TODO: JavaDoc
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.data used by com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks
Article + +
+          TODO: JavaDoc
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.MessageDialogContext.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.MessageDialogContext.html new file mode 100644 index 0000000..8d8922d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.MessageDialogContext.html @@ -0,0 +1,332 @@ + + + + + + +MessageDialog.MessageDialogContext (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs +
+Class MessageDialog.MessageDialogContext

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext
+
+
+
Enclosing class:
MessageDialog
+
+
+
+
public static class MessageDialog.MessageDialogContext
extends java.lang.Object
+ +

+$Revision:$, last modified $Date: $ by $Author: $ +

+ +

+

+
Author:
+
Carsten Lucke
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
MessageDialog.MessageDialogContext(java.lang.String header, + java.lang.String content, + java.lang.String text, + java.lang.String linkurl) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetLinkText() + +
+           
+ java.lang.StringgetLinkURL() + +
+           
+ java.lang.StringgetMsgBoxContent() + +
+           
+ java.lang.StringgetMsgBoxHeader() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MessageDialog.MessageDialogContext

+
+public MessageDialog.MessageDialogContext(java.lang.String header,
+                                          java.lang.String content,
+                                          java.lang.String text,
+                                          java.lang.String linkurl)
+
+
Constructor. +

+

Parameters:
header -
content -
text -
linkurl -
+ + + + + + + + +
+Method Detail
+ +

+getLinkText

+
+public java.lang.String getLinkText()
+
+
+ +
Returns:
Returns the linkText.
+
+
+
+ +

+getLinkURL

+
+public java.lang.String getLinkURL()
+
+
+ +
Returns:
Returns the linkURL.
+
+
+
+ +

+getMsgBoxContent

+
+public java.lang.String getMsgBoxContent()
+
+
+ +
Returns:
Returns the msgBoxContent.
+
+
+
+ +

+getMsgBoxHeader

+
+public java.lang.String getMsgBoxHeader()
+
+
+ +
Returns:
Returns the msgBoxHeader.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.html new file mode 100644 index 0000000..14e3cba --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/MessageDialog.html @@ -0,0 +1,429 @@ + + + + + + +MessageDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs +
+Class MessageDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class MessageDialog
extends AbstractFeature
+ +

+TODO: JavaDoc +

+ +

+

+
Author:
+
Carsten Lucke
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classMessageDialog.MessageDialogContext + +
+          $Revision:$, last modified $Date: $ by $Author: $
+  + + + + + + + + + + + + + +
+Constructor Summary
MessageDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetLinkText() + +
+           
+ java.lang.StringgetLinkURL() + +
+           
+ java.lang.StringgetMessageBoxContent() + +
+           
+ java.lang.StringgetMessageBoxHeading() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisLinkRendered() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MessageDialog

+
+public MessageDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getLinkText

+
+public java.lang.String getLinkText()
+
+
+ +
Returns:
Returns the linkText.
+
+
+
+ +

+getMessageBoxContent

+
+public java.lang.String getMessageBoxContent()
+
+
+ +
Returns:
Returns the messageBoxContent.
+
+
+
+ +

+getMessageBoxHeading

+
+public java.lang.String getMessageBoxHeading()
+
+
+ +
Returns:
Returns the messageBoxHeading.
+
+
+
+ +

+isLinkRendered

+
+public boolean isLinkRendered()
+
+
+ +
Returns:
Returns the linkRendered.
+
+
+
+ +

+getLinkURL

+
+public java.lang.String getLinkURL()
+
+
+ +
Returns:
Returns the linkURL.
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/WelcomeDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/WelcomeDialog.html new file mode 100644 index 0000000..48b70f4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/WelcomeDialog.html @@ -0,0 +1,314 @@ + + + + + + +WelcomeDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs +
+Class WelcomeDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class WelcomeDialog
extends AbstractFeature
+ +

+The welcome dialog of the quasar web client showcase +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
WelcomeDialog() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+WelcomeDialog

+
+public WelcomeDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfBean.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfBean.html new file mode 100644 index 0000000..017be2e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfBean.html @@ -0,0 +1,280 @@ + + + + + + +Ajax4jsfBean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.ajax +
+Class Ajax4jsfBean

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean
+
+
+
+
public class Ajax4jsfBean
extends java.lang.Object
+ +

+This dialog demonstrates a simple Ajax repeater + (plain JSF version via bypass) +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Ajax4jsfBean() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetText() + +
+           
+ voidsetText(java.lang.String text) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Ajax4jsfBean

+
+public Ajax4jsfBean()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getText

+
+public java.lang.String getText()
+
+
+
+
+
+
+ +

+setText

+
+public void setText(java.lang.String text)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfDialog.html new file mode 100644 index 0000000..e97e5d0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/Ajax4jsfDialog.html @@ -0,0 +1,451 @@ + + + + + + +Ajax4jsfDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.ajax +
+Class Ajax4jsfDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class Ajax4jsfDialog
extends AbstractFeature
+ +

+This dialog demonstrates a simple Ajax repeater + (Quasar version) +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
Ajax4jsfDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringDelayAct() + +
+           
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetSelectText() + +
+           
+ java.lang.StringgetText() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidsetName(java.lang.String name) + +
+           
+ voidsetSelectText(java.lang.String text) + +
+           
+ voidsetText(java.lang.String text) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Ajax4jsfDialog

+
+public Ajax4jsfDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+DelayAct

+
+public java.lang.String DelayAct()
+                          throws java.lang.InterruptedException
+
+
+ +
Throws: +
java.lang.InterruptedException
+
+
+
+ +

+getText

+
+public java.lang.String getText()
+
+
+
+
+
+
+ +

+setText

+
+public void setText(java.lang.String text)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getSelectText

+
+public java.lang.String getSelectText()
+
+
+
+
+
+
+ +

+setSelectText

+
+public void setSelectText(java.lang.String text)
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/RichFacesDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/RichFacesDialog.html new file mode 100644 index 0000000..d9814bb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/RichFacesDialog.html @@ -0,0 +1,447 @@ + + + + + + +RichFacesDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.ajax +
+Class RichFacesDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class RichFacesDialog
extends AbstractFeature
+ +

+This dialog demonstrates an example for using a RichFaces Component +

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
RichFacesDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.Listautocomplete(java.lang.Object suggest) + +
+           
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.util.ListgetAllData() + +
+           
+ java.lang.StringgetArticle() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ booleanisCheck() + +
+           
+ voidOnSelect() + +
+           
+ voidsetArticle(java.lang.String article) + +
+           
+ voidsetCheck(boolean check) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+RichFacesDialog

+
+public RichFacesDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+autocomplete

+
+public java.util.List autocomplete(java.lang.Object suggest)
+
+
+
+
+
+
+ +

+getArticle

+
+public java.lang.String getArticle()
+
+
+
+
+
+
+ +

+setArticle

+
+public void setArticle(java.lang.String article)
+
+
+
+
+
+
+ +

+getAllData

+
+public java.util.List getAllData()
+
+
+
+
+
+
+ +

+isCheck

+
+public boolean isCheck()
+
+
+
+
+
+
+ +

+setCheck

+
+public void setCheck(boolean check)
+
+
+
+
+
+
+ +

+OnSelect

+
+public void OnSelect()
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfBean.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfBean.html new file mode 100644 index 0000000..c77f5f5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfBean.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfBean +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfDialog.html new file mode 100644 index 0000000..e549459 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/Ajax4jsfDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.ajax.Ajax4jsfDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/RichFacesDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/RichFacesDialog.html new file mode 100644 index 0000000..b9a2dd2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/class-use/RichFacesDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.ajax.RichFacesDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-frame.html new file mode 100644 index 0000000..36f2abc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.ajax (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.ajax + + + + +
+Classes  + +
+Ajax4jsfBean +
+Ajax4jsfDialog +
+RichFacesDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-summary.html new file mode 100644 index 0000000..6e863cb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-summary.html @@ -0,0 +1,158 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.ajax (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.ajax +

+ + + + + + + + + + + + + + + + + +
+Class Summary
Ajax4jsfBeanThis dialog demonstrates a simple Ajax repeater + (plain JSF version via bypass)
Ajax4jsfDialogThis dialog demonstrates a simple Ajax repeater + (Quasar version)
RichFacesDialogThis dialog demonstrates an example for using a RichFaces Component
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-tree.html new file mode 100644 index 0000000..72e0305 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.ajax Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.ajax +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-use.html new file mode 100644 index 0000000..fee8e80 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/ajax/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.ajax (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.ajax

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.ajax +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/CommandBindingManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/CommandBindingManagerDialog.html new file mode 100644 index 0000000..a05e2c5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/CommandBindingManagerDialog.html @@ -0,0 +1,390 @@ + + + + + + +CommandBindingManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager +
+Class CommandBindingManagerDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class CommandBindingManagerDialog
extends AbstractFeature
+ +

+This dialog demonstrates commandBinding via Quasar commandManager +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
CommandBindingManagerDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidchangeToBlue() + +
+           
+ voidchangeToGreen() + +
+           
+ voidchangeToRed() + +
+           
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetColor() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CommandBindingManagerDialog

+
+public CommandBindingManagerDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getColor

+
+public java.lang.String getColor()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+changeToRed

+
+public void changeToRed()
+
+
+
+
+
+
+ +

+changeToBlue

+
+public void changeToBlue()
+
+
+
+
+
+
+ +

+changeToGreen

+
+public void changeToGreen()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/class-use/CommandBindingManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/class-use/CommandBindingManagerDialog.html new file mode 100644 index 0000000..59b8810 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/class-use/CommandBindingManagerDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager.CommandBindingManagerDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-frame.html new file mode 100644 index 0000000..fe1a0ff --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager + + + + +
+Classes  + +
+CommandBindingManagerDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-summary.html new file mode 100644 index 0000000..4889337 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager +

+ + + + + + + + + +
+Class Summary
CommandBindingManagerDialogThis dialog demonstrates commandBinding via Quasar commandManager
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-tree.html new file mode 100644 index 0000000..52136b5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-use.html new file mode 100644 index 0000000..97b0e77 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/command/manager/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.command.manager +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDetailDialog.html new file mode 100644 index 0000000..d44a165 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDetailDialog.html @@ -0,0 +1,403 @@ + + + + + + +DataBindingBeanDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean +
+Class DataBindingBeanDetailDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingBeanDetailDialog
extends AbstractFeature
+ +

+This dialog shows the details of a selected article. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataBindingBeanDetailDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ArticlegetArticle() + +
+           
+ java.util.PropertiesgetRequestParameters() + +
+           
+ voidgoBack() + +
+          Returns to the article list dialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataBindingBeanDetailDialog

+
+public DataBindingBeanDetailDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getArticle

+
+public Article getArticle()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+getRequestParameters

+
+public java.util.Properties getRequestParameters()
+
+
+
+
+
+
+ +

+goBack

+
+public void goBack()
+
+
Returns to the article list dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDialog.html new file mode 100644 index 0000000..e97af86 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/DataBindingBeanDialog.html @@ -0,0 +1,537 @@ + + + + + + +DataBindingBeanDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean +
+Class DataBindingBeanDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingBeanDialog
extends AbstractFeature
+ +

+This dialog is the model for the demonstration of dataBinding, actionBinding and stateBinding. +

+ +

+

+
Author:
+
Carsten Lucke, Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataBindingBeanDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclearFilter() + +
+          Clears the filter.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ DataModelgetArticleList() + +
+           
+ java.lang.StringgetFilter() + +
+           
+ java.lang.StringgetRowClasses() + +
+           
+ ArticlegetSelectedArticle() + +
+           
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisDetailsDisabled() + +
+          Defines if the details button will be disabled or not. +
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ voidsetFilter(java.lang.String filter) + +
+           
+ voidsetRowClasses(java.lang.String rowClasses) + +
+           
+ voidviewDetails() + +
+          Switches to the detail dialog of a selected article.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataBindingBeanDialog

+
+public DataBindingBeanDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFilter

+
+public java.lang.String getFilter()
+
+
+
+
+
+
+ +

+setFilter

+
+public void setFilter(java.lang.String filter)
+
+
+
+
+
+
+ +

+getRowClasses

+
+public java.lang.String getRowClasses()
+
+
+
+
+
+
+ +

+setRowClasses

+
+public void setRowClasses(java.lang.String rowClasses)
+
+
+
+
+
+
+ +

+getSelectedArticle

+
+public Article getSelectedArticle()
+
+
+
+
+
+
+ +

+getArticleList

+
+public DataModel getArticleList()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+clearFilter

+
+public void clearFilter()
+
+
Clears the filter. +

+

+
+
+
+
+ +

+viewDetails

+
+public void viewDetails()
+
+
Switches to the detail dialog of a selected article. +

+

+
+
+
+
+ +

+isDetailsDisabled

+
+public boolean isDetailsDisabled()
+
+
Defines if the details button will be disabled or not. + Depends on if an article is selected or not. +

+

+
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are "even" and "odd", if the row was selected by the user it's "selected". +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDetailDialog.html new file mode 100644 index 0000000..f33e331 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDetailDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDetailDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDialog.html new file mode 100644 index 0000000..08a5e12 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/class-use/DataBindingBeanDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean.DataBindingBeanDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-frame.html new file mode 100644 index 0000000..c7039b5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean + + + + +
+Classes  + +
+DataBindingBeanDetailDialog +
+DataBindingBeanDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-summary.html new file mode 100644 index 0000000..e6953f5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean +

+ + + + + + + + + + + + + +
+Class Summary
DataBindingBeanDetailDialogThis dialog shows the details of a selected article.
DataBindingBeanDialogThis dialog is the model for the demonstration of dataBinding, actionBinding and stateBinding.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-tree.html new file mode 100644 index 0000000..cd28018 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-use.html new file mode 100644 index 0000000..6e1cec5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/bean/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.bean +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerDialog.html new file mode 100644 index 0000000..61a2163 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerDialog.html @@ -0,0 +1,439 @@ + + + + + + +DataBindingManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager +
+Class DataBindingManagerDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingManagerDialog
extends AbstractFeature
+ +

+This dialog demonstrates dataBinding via Quasar dataManager +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringDATA_ARTICLE + +
+           
+static java.lang.StringDATA_ARTICLE_AUTHOR + +
+           
+static java.lang.StringDATA_ARTICLE_CATEGORY + +
+           
+static java.lang.StringDATA_ARTICLE_NAME + +
+           
+  + + + + + + + + + + +
+Constructor Summary
DataBindingManagerDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddArticle() + +
+          Adds a new article to the article list.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidgotoEdit() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DATA_ARTICLE

+
+public static final java.lang.String DATA_ARTICLE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_NAME

+
+public static final java.lang.String DATA_ARTICLE_NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_CATEGORY

+
+public static final java.lang.String DATA_ARTICLE_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_AUTHOR

+
+public static final java.lang.String DATA_ARTICLE_AUTHOR
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+DataBindingManagerDialog

+
+public DataBindingManagerDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+addArticle

+
+public void addArticle()
+
+
Adds a new article to the article list. +

+

+
+
+
+
+ +

+gotoEdit

+
+public void gotoEdit()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerResultDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerResultDialog.html new file mode 100644 index 0000000..8fa7331 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/DataBindingManagerResultDialog.html @@ -0,0 +1,682 @@ + + + + + + +DataBindingManagerResultDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager +
+Class DataBindingManagerResultDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingManagerResultDialog
extends AbstractFeature
+ +

+This dialog demonstrates dataBinding via Quasar dataManager +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringDATA_ARTICLE_CHANGED + +
+           
+static java.lang.StringDATA_ARTICLE_CHANGED_CATEGORY + +
+           
+static java.lang.StringDATA_ARTICLE_CHANGED_NAME + +
+           
+static java.lang.StringDATA_ARTICLE_LIST + +
+           
+static java.lang.StringDATA_ARTICLE_REGISTRY + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED_AUTHOR + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED_CATEGORY + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED_NAME + +
+           
+static java.lang.StringDATA_DESCRIPTION + +
+          the text which describes what is done (editing or inserting an article)
+static java.lang.StringDATA_MODEL_ARTICLE_LIST + +
+           
+static java.lang.StringDATA_ROW_CLASSES + +
+          the css class for the background color of the table rows
+  + + + + + + + + + + +
+Constructor Summary
DataBindingManagerResultDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidgoBack() + +
+          Returns to the article list dialog.
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisArticleChanged() + +
+          Defines if the message, that the selected article has been changed or that a + new article has been added, is shown or not.
+ voidnewArticle() + +
+          Sets back all the base nodes to display an empty form. +
+ voidsaveArticle() + +
+          Saves changes if an article has been edited or + adds a new article to the articles list
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DATA_ARTICLE_REGISTRY

+
+public static final java.lang.String DATA_ARTICLE_REGISTRY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_LIST

+
+public static final java.lang.String DATA_ARTICLE_LIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_MODEL_ARTICLE_LIST

+
+public static final java.lang.String DATA_MODEL_ARTICLE_LIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED

+
+public static final java.lang.String DATA_ARTICLE_SELECTED
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED_NAME

+
+public static final java.lang.String DATA_ARTICLE_SELECTED_NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED_CATEGORY

+
+public static final java.lang.String DATA_ARTICLE_SELECTED_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED_AUTHOR

+
+public static final java.lang.String DATA_ARTICLE_SELECTED_AUTHOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_CHANGED

+
+public static final java.lang.String DATA_ARTICLE_CHANGED
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_CHANGED_NAME

+
+public static final java.lang.String DATA_ARTICLE_CHANGED_NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_CHANGED_CATEGORY

+
+public static final java.lang.String DATA_ARTICLE_CHANGED_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ROW_CLASSES

+
+public static final java.lang.String DATA_ROW_CLASSES
+
+
the css class for the background color of the table rows +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_DESCRIPTION

+
+public static final java.lang.String DATA_DESCRIPTION
+
+
the text which describes what is done (editing or inserting an article) +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+DataBindingManagerResultDialog

+
+public DataBindingManagerResultDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+goBack

+
+public void goBack()
+
+
Returns to the article list dialog. +

+

+
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+ +

+newArticle

+
+public void newArticle()
+
+
Sets back all the base nodes to display an empty form. + Hides the area where former changes have been displayed. +

+

+
+
+
+
+ +

+saveArticle

+
+public void saveArticle()
+
+
Saves changes if an article has been edited or + adds a new article to the articles list +

+

+
+
+
+
+ +

+isArticleChanged

+
+public boolean isArticleChanged()
+
+
Defines if the message, that the selected article has been changed or that a + new article has been added, is shown or not. +

+

+ +
Returns:
true if the article was changed
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are "even" and "odd", if the row was selected by the user it's "selected". +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerDialog.html new file mode 100644 index 0000000..18881c5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerResultDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerResultDialog.html new file mode 100644 index 0000000..6fc8378 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/class-use/DataBindingManagerResultDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager.DataBindingManagerResultDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-frame.html new file mode 100644 index 0000000..06ee6d3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager + + + + +
+Classes  + +
+DataBindingManagerDialog +
+DataBindingManagerResultDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-summary.html new file mode 100644 index 0000000..bd09536 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager +

+ + + + + + + + + + + + + +
+Class Summary
DataBindingManagerDialogThis dialog demonstrates dataBinding via Quasar dataManager
DataBindingManagerResultDialogThis dialog demonstrates dataBinding via Quasar dataManager
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-tree.html new file mode 100644 index 0000000..01e800b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-use.html new file mode 100644 index 0000000..d4facb9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/manager/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.manager +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapDialog.html new file mode 100644 index 0000000..c7a744b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapDialog.html @@ -0,0 +1,356 @@ + + + + + + +DataBindingMapDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map +
+Class DataBindingMapDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingMapDialog
extends AbstractFeature
+ +

+This dialog demonstrates dataBinding by using a Map +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataBindingMapDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckLoginData() + +
+          Checks the login-data.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidhandleLogin() + +
+          Handles the login process.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataBindingMapDialog

+
+public DataBindingMapDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+handleLogin

+
+public void handleLogin()
+
+
Handles the login process. +

+

+
+
+
+
+ +

+checkLoginData

+
+public boolean checkLoginData()
+
+
Checks the login-data. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapResultDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapResultDialog.html new file mode 100644 index 0000000..73f4317 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/DataBindingMapResultDialog.html @@ -0,0 +1,335 @@ + + + + + + +DataBindingMapResultDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map +
+Class DataBindingMapResultDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingMapResultDialog
extends AbstractFeature
+ +

+This dialog demonstrates dataBinding by using a Map +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataBindingMapResultDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidgoBack() + +
+          Changes to the DataBindingMapDialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataBindingMapResultDialog

+
+public DataBindingMapResultDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+goBack

+
+public void goBack()
+
+
Changes to the DataBindingMapDialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapDialog.html new file mode 100644 index 0000000..cb5aed6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapResultDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapResultDialog.html new file mode 100644 index 0000000..34bd77d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/class-use/DataBindingMapResultDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map.DataBindingMapResultDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-frame.html new file mode 100644 index 0000000..203ea98 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map + + + + +
+Classes  + +
+DataBindingMapDialog +
+DataBindingMapResultDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-summary.html new file mode 100644 index 0000000..7633a8c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map +

+ + + + + + + + + + + + + +
+Class Summary
DataBindingMapDialogThis dialog demonstrates dataBinding by using a Map
DataBindingMapResultDialogThis dialog demonstrates dataBinding by using a Map
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-tree.html new file mode 100644 index 0000000..36317f6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-use.html new file mode 100644 index 0000000..4f20c26 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/map/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.map +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/DataBindingSessionDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/DataBindingSessionDialog.html new file mode 100644 index 0000000..6d36550 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/DataBindingSessionDialog.html @@ -0,0 +1,431 @@ + + + + + + +DataBindingSessionDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session +
+Class DataBindingSessionDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataBindingSessionDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataBindingSessionDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing.
+ java.lang.StringgetMapKey() + +
+           
+ java.lang.StringgetMapValue() + +
+           
+ java.util.ListgetSessionValuesList() + +
+          Returns a List that contains strings providing + information about the key/value pairs set in the + SessionDataService session-data.
+protected  voidinit() + +
+          Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services.

+ voidsetMapKey(java.lang.String mapKey) + +
+           
+ voidsetMapValue(java.lang.String mapValue) + +
+           
+ voidstoreValue() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataBindingSessionDialog

+
+public DataBindingSessionDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMapKey

+
+public java.lang.String getMapKey()
+
+
+
+
+
+
+ +

+setMapKey

+
+public void setMapKey(java.lang.String mapKey)
+
+
+
+
+
+
+ +

+getMapValue

+
+public java.lang.String getMapValue()
+
+
+
+
+
+
+ +

+setMapValue

+
+public void setMapValue(java.lang.String mapValue)
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
AbstractFeature.dispose()
+
+
+
+ +

+init

+
+protected void init()
+
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
AbstractFeature.init()
+
+
+
+ +

+getSessionValuesList

+
+public java.util.List getSessionValuesList()
+
+
Returns a List that contains strings providing + information about the key/value pairs set in the + SessionDataService session-data. +

+

+ +
Returns:
list giving information about + key/value pairs in the session
+
+
+
+ +

+storeValue

+
+public void storeValue()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/class-use/DataBindingSessionDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/class-use/DataBindingSessionDialog.html new file mode 100644 index 0000000..d1df3bc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/class-use/DataBindingSessionDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session.DataBindingSessionDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-frame.html new file mode 100644 index 0000000..05b2f4f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session + + + + +
+Classes  + +
+DataBindingSessionDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-summary.html new file mode 100644 index 0000000..aac202f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session +

+ + + + + + + + + +
+Class Summary
DataBindingSessionDialog 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-tree.html new file mode 100644 index 0000000..03c77e8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-use.html new file mode 100644 index 0000000..c6109a4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/binding/data/session/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.binding.data.session +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.MessageDialogContext.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.MessageDialogContext.html new file mode 100644 index 0000000..21a54d4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.MessageDialogContext.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog.MessageDialogContext +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.html new file mode 100644 index 0000000..1015d0a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/MessageDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.MessageDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/WelcomeDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/WelcomeDialog.html new file mode 100644 index 0000000..dbfb848 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/class-use/WelcomeDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.WelcomeDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/ExceptionDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/ExceptionDialog.html new file mode 100644 index 0000000..668b5e9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/ExceptionDialog.html @@ -0,0 +1,356 @@ + + + + + + +ExceptionDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.configuration +
+Class ExceptionDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ExceptionDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ExceptionDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ voidthrowException() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ExceptionDialog

+
+public ExceptionDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+throwException

+
+public void throwException()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/class-use/ExceptionDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/class-use/ExceptionDialog.html new file mode 100644 index 0000000..0e9ae86 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/class-use/ExceptionDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.configuration.ExceptionDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-frame.html new file mode 100644 index 0000000..4b9b52e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.configuration (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.configuration + + + + +
+Classes  + +
+ExceptionDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-summary.html new file mode 100644 index 0000000..4bcbac2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.configuration (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.configuration +

+ + + + + + + + + +
+Class Summary
ExceptionDialog 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-tree.html new file mode 100644 index 0000000..2f88bd7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.configuration Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.configuration +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-use.html new file mode 100644 index 0000000..779570a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/configuration/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.configuration (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.configuration

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.configuration +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/DependentWindowDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/DependentWindowDialog.html new file mode 100644 index 0000000..8aa48e5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/DependentWindowDialog.html @@ -0,0 +1,352 @@ + + + + + + +DependentWindowDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow +
+Class DependentWindowDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DependentWindowDialog
extends AbstractFeature
+ +

+This dialog introduces to the dialog concept in the Web +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DependentWindowDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetText() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidsetText(java.lang.String text) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DependentWindowDialog

+
+public DependentWindowDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getText

+
+public java.lang.String getText()
+
+
+
+
+
+
+ +

+setText

+
+public void setText(java.lang.String text)
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/class-use/DependentWindowDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/class-use/DependentWindowDialog.html new file mode 100644 index 0000000..f84516a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/class-use/DependentWindowDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow.DependentWindowDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-frame.html new file mode 100644 index 0000000..86cc2d6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow + + + + +
+Classes  + +
+DependentWindowDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-summary.html new file mode 100644 index 0000000..9e44645 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow +

+ + + + + + + + + +
+Class Summary
DependentWindowDialogThis dialog introduces to the dialog concept in the Web
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-tree.html new file mode 100644 index 0000000..034ef11 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-use.html new file mode 100644 index 0000000..d1c5667 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dependentwindow/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dependentwindow +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/GenericDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/GenericDialog.html new file mode 100644 index 0000000..fd38350 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/GenericDialog.html @@ -0,0 +1,412 @@ + + + + + + +GenericDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +
+Class GenericDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class GenericDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
GenericDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+ voidclose() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetDialogInstanceId() + +
+           
+ java.lang.StringgetEntered() + +
+           
+ java.lang.StringgetLeft() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+GenericDialog

+
+public GenericDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+getDialogInstanceId

+
+public java.lang.String getDialogInstanceId()
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+getEntered

+
+public java.lang.String getEntered()
+
+
+
+
+
+
+ +

+getLeft

+
+public java.lang.String getLeft()
+
+
+
+
+
+
+ +

+close

+
+public void close()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationFeature.html new file mode 100644 index 0000000..c0c2dcd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationFeature.html @@ -0,0 +1,460 @@ + + + + + + +ShowcaseDialogCreationFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +
+Class ShowcaseDialogCreationFeature

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature
+
+
+
All Implemented Interfaces:
Feature, Service, ShowcaseDialogCreationService, SystemInfoProvider
+
+
+
+
public class ShowcaseDialogCreationFeature
extends AbstractFeature
implements ShowcaseDialogCreationService
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ShowcaseDialogCreationFeature() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  DialogCreationServicegetDialogCreationService() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidopenDialogA() + +
+           
+ voidopenDialogB() + +
+           
+ voidopenModalDialog1() + +
+           
+ voidopenModalDialog2() + +
+           
+ voidopenSingletonDialog() + +
+           
+ voidreopenDialogA() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseDialogCreationFeature

+
+public ShowcaseDialogCreationFeature()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+openDialogA

+
+public void openDialogA()
+
+
+
Specified by:
openDialogA in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.openDialogA()
+
+
+
+ +

+reopenDialogA

+
+public void reopenDialogA()
+
+
+
Specified by:
reopenDialogA in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.reopenDialogA()
+
+
+
+ +

+openDialogB

+
+public void openDialogB()
+
+
+
Specified by:
openDialogB in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.openDialogB()
+
+
+
+ +

+openSingletonDialog

+
+public void openSingletonDialog()
+
+
+
Specified by:
openSingletonDialog in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.openSingletonDialog()
+
+
+
+ +

+openModalDialog1

+
+public void openModalDialog1()
+
+
+
Specified by:
openModalDialog1 in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.openModalDialog1()
+
+
+
+ +

+openModalDialog2

+
+public void openModalDialog2()
+
+
+
Specified by:
openModalDialog2 in interface ShowcaseDialogCreationService
+
+
+
See Also:
ShowcaseDialogCreationService.openModalDialog2()
+
+
+
+ +

+getDialogCreationService

+
+protected DialogCreationService getDialogCreationService()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationService.html new file mode 100644 index 0000000..f47288a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/ShowcaseDialogCreationService.html @@ -0,0 +1,331 @@ + + + + + + +ShowcaseDialogCreationService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +
+Interface ShowcaseDialogCreationService

+
+
All Superinterfaces:
Service
+
+
+
All Known Implementing Classes:
ShowcaseDialogCreationFeature
+
+
+
+
public interface ShowcaseDialogCreationService
extends Service
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidopenDialogA() + +
+           
+ voidopenDialogB() + +
+           
+ voidopenModalDialog1() + +
+           
+ voidopenModalDialog2() + +
+           
+ voidopenSingletonDialog() + +
+           
+ voidreopenDialogA() + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+openDialogA

+
+public void openDialogA()
+
+
+
+
+
+
+
+
+
+ +

+reopenDialogA

+
+public void reopenDialogA()
+
+
+
+
+
+
+
+
+
+ +

+openDialogB

+
+public void openDialogB()
+
+
+
+
+
+
+
+
+
+ +

+openSingletonDialog

+
+public void openSingletonDialog()
+
+
+
+
+
+
+
+
+
+ +

+openModalDialog1

+
+public void openModalDialog1()
+
+
+
+
+
+
+
+
+
+ +

+openModalDialog2

+
+public void openModalDialog2()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/StartDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/StartDialog.html new file mode 100644 index 0000000..8d4f1fa --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/StartDialog.html @@ -0,0 +1,344 @@ + + + + + + +StartDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +
+Class StartDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class StartDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StartDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetDialogInstanceId() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StartDialog

+
+public StartDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+getDialogInstanceId

+
+public java.lang.String getDialogInstanceId()
+
+
+
+
+
+
+ +

+close

+
+public void close()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/GenericDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/GenericDialog.html new file mode 100644 index 0000000..c165d0d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/GenericDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.GenericDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationFeature.html new file mode 100644 index 0000000..9e9081a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationFeature.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationFeature +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationService.html new file mode 100644 index 0000000..e73945b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/ShowcaseDialogCreationService.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.ShowcaseDialogCreationService

+
+ + + + + + + + + +
+Packages that use ShowcaseDialogCreationService
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation  
+  +

+ + + + + +
+Uses of ShowcaseDialogCreationService in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation that implement ShowcaseDialogCreationService
+ classShowcaseDialogCreationFeature + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/StartDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/StartDialog.html new file mode 100644 index 0000000..adf4474 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/class-use/StartDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation.StartDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-frame.html new file mode 100644 index 0000000..9177fcc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation + + + + +
+Interfaces  + +
+ShowcaseDialogCreationService
+ + + + + + +
+Classes  + +
+GenericDialog +
+ShowcaseDialogCreationFeature +
+StartDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-summary.html new file mode 100644 index 0000000..82d00c0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-summary.html @@ -0,0 +1,170 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +

+ + + + + + + + + +
+Interface Summary
ShowcaseDialogCreationService 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
GenericDialog 
ShowcaseDialogCreationFeature 
StartDialog 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-tree.html new file mode 100644 index 0000000..ee10038 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-use.html new file mode 100644 index 0000000..74446bd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/dialognavigation/package-use.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation used by com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.dialognavigation
ShowcaseDialogCreationService + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialog.html new file mode 100644 index 0000000..d11044d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialog.html @@ -0,0 +1,375 @@ + + + + + + +ParameterDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter +
+Class ParameterDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ParameterDialog
extends AbstractFeature
+ +

+This dialog demonstrates the transfer of parameters via a context object. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ParameterDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetInput() + +
+           
+ voidgotoParameterDialogA() + +
+          Changes to the second dialog. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidsetInput(java.lang.String input) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ParameterDialog

+
+public ParameterDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInput

+
+public java.lang.String getInput()
+
+
+
+
+
+
+ +

+setInput

+
+public void setInput(java.lang.String input)
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
Bei Aufruf des Dialogs wird der ausgewählte Artikel übergeben.
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+gotoParameterDialogA

+
+public void gotoParameterDialogA()
+
+
Changes to the second dialog. + The input is transfered as context object +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialogA.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialogA.html new file mode 100644 index 0000000..4b71a55 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/ParameterDialogA.html @@ -0,0 +1,354 @@ + + + + + + +ParameterDialogA (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter +
+Class ParameterDialogA

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ParameterDialogA
extends AbstractFeature
+ +

+This dialog demonstrates the transfer of parameters via a context object. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ParameterDialogA() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetContext() + +
+           
+ voidgoBack() + +
+          returns to the first ParameterDialog
+ voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ParameterDialogA

+
+public ParameterDialogA()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContext

+
+public java.lang.String getContext()
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+goBack

+
+public void goBack()
+
+
returns to the first ParameterDialog +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialog.html new file mode 100644 index 0000000..24a8bd8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialogA.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialogA.html new file mode 100644 index 0000000..b90d22d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/class-use/ParameterDialogA.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter.ParameterDialogA +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-frame.html new file mode 100644 index 0000000..f3df3af --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter + + + + +
+Classes  + +
+ParameterDialog +
+ParameterDialogA
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-summary.html new file mode 100644 index 0000000..439f879 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter +

+ + + + + + + + + + + + + +
+Class Summary
ParameterDialogThis dialog demonstrates the transfer of parameters via a context object.
ParameterDialogAThis dialog demonstrates the transfer of parameters via a context object.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-tree.html new file mode 100644 index 0000000..2fc25b5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-use.html new file mode 100644 index 0000000..41ac2fb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/parameter/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.parameter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonDialog.html new file mode 100644 index 0000000..a947fde --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonDialog.html @@ -0,0 +1,558 @@ + + + + + + +SingletonMultitonDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton +
+Class SingletonMultitonDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class SingletonMultitonDialog
extends AbstractFeature
+ +

+This dialog is the model for the demonstration of Singleton and Multiton Dialogs. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SingletonMultitonDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclearFilter() + +
+          Clears the filter.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ DataModelgetArticleList() + +
+           
+ java.lang.StringgetFilter() + +
+           
+ java.lang.StringgetRowClasses() + +
+           
+ ArticlegetSelectedArticle() + +
+           
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisOrdersDisabled() + +
+          Defines if the order button will be disabled or not. +
+ voidorderArticle() + +
+          Adds an article to the orders list.
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ voidsetFilter(java.lang.String filter) + +
+           
+ voidsetRowClasses(java.lang.String rowClasses) + +
+           
+ voidviewOrders() + +
+          Changes to the orders dialog.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SingletonMultitonDialog

+
+public SingletonMultitonDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFilter

+
+public java.lang.String getFilter()
+
+
+
+
+
+
+ +

+setFilter

+
+public void setFilter(java.lang.String filter)
+
+
+
+
+
+
+ +

+getRowClasses

+
+public java.lang.String getRowClasses()
+
+
+
+
+
+
+ +

+setRowClasses

+
+public void setRowClasses(java.lang.String rowClasses)
+
+
+
+
+
+
+ +

+getSelectedArticle

+
+public Article getSelectedArticle()
+
+
+
+
+
+
+ +

+getArticleList

+
+public DataModel getArticleList()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+clearFilter

+
+public void clearFilter()
+
+
Clears the filter. +

+

+
+
+
+
+ +

+viewOrders

+
+public void viewOrders()
+
+
Changes to the orders dialog. +

+

+
+
+
+
+ +

+orderArticle

+
+public void orderArticle()
+
+
Adds an article to the orders list. +

+

+
+
+
+
+ +

+isOrdersDisabled

+
+public boolean isOrdersDisabled()
+
+
Defines if the order button will be disabled or not. + Depends on if an article is selected or not. +

+

+
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are even and odd, if the row was selected by the user it's selected. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonOrdersDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonOrdersDialog.html new file mode 100644 index 0000000..a9e15f9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/SingletonMultitonOrdersDialog.html @@ -0,0 +1,414 @@ + + + + + + +SingletonMultitonOrdersDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton +
+Class SingletonMultitonOrdersDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class SingletonMultitonOrdersDialog
extends AbstractFeature
+ +

+This dialog contains the model for the orders list of the demonstration of + singleton and multiton dialogs. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SingletonMultitonOrdersDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcloseDialog() + +
+          Closes this singleton dialog.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ DataModelgetOrdersList() + +
+           
+ java.lang.StringgetRowClasses() + +
+           
+ voidgotoSearch() + +
+          Returns to the search and list dialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidsetRowClasses(java.lang.String rowClasses) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SingletonMultitonOrdersDialog

+
+public SingletonMultitonOrdersDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRowClasses

+
+public java.lang.String getRowClasses()
+
+
+
+
+
+
+ +

+setRowClasses

+
+public void setRowClasses(java.lang.String rowClasses)
+
+
+
+
+
+
+ +

+getOrdersList

+
+public DataModel getOrdersList()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+gotoSearch

+
+public void gotoSearch()
+
+
Returns to the search and list dialog. +

+

+
+
+
+
+ +

+closeDialog

+
+public void closeDialog()
+
+
Closes this singleton dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonDialog.html new file mode 100644 index 0000000..753a3e4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonOrdersDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonOrdersDialog.html new file mode 100644 index 0000000..94af344 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/class-use/SingletonMultitonOrdersDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton.SingletonMultitonOrdersDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-frame.html new file mode 100644 index 0000000..15634fd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton + + + + +
+Classes  + +
+SingletonMultitonDialog +
+SingletonMultitonOrdersDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-summary.html new file mode 100644 index 0000000..068821a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-summary.html @@ -0,0 +1,153 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton +

+ + + + + + + + + + + + + +
+Class Summary
SingletonMultitonDialogThis dialog is the model for the demonstration of Singleton and Multiton Dialogs.
SingletonMultitonOrdersDialogThis dialog contains the model for the orders list of the demonstration of + singleton and multiton dialogs.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-tree.html new file mode 100644 index 0000000..c03b13e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-use.html new file mode 100644 index 0000000..1f5eb52 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogconcept/singlemultiton/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogconcept.singlemultiton +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogCore.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogCore.html new file mode 100644 index 0000000..6d42116 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogCore.html @@ -0,0 +1,545 @@ + + + + + + +ComplexDialogCore (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes +
+Class ComplexDialogCore

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ComplexDialogCore
extends AbstractFeature
+ +

+For more complex dialog it's better to separate core and presentation. + This is the dialog core for such an example. For dataBinding we use a DataManger + and for actionBinding we use this dialog core as a bean. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringDATA_ARTICLE_REGISTRY + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED_COMMENTS + +
+           
+static java.lang.StringDATA_ARTICLE_SELECTED_NAME + +
+           
+static java.lang.StringDATA_MODEL_ARTICLE_LIST + +
+           
+static java.lang.StringDATA_NEW_COMMENT + +
+           
+static java.lang.StringDATA_ROW_CLASSES + +
+          the css class for the background color of the table rows
+  + + + + + + + + + + +
+Constructor Summary
ComplexDialogCore() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+ voidinit() + +
+          Called when the feature is initializing.
+ booleanisCommentDisabled() + +
+          Decides, if the button for saving a comment is disabled or not. +
+ voidsaveComment() + +
+          Adds a comment to the selected article.
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DATA_ARTICLE_REGISTRY

+
+public static final java.lang.String DATA_ARTICLE_REGISTRY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_MODEL_ARTICLE_LIST

+
+public static final java.lang.String DATA_MODEL_ARTICLE_LIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED

+
+public static final java.lang.String DATA_ARTICLE_SELECTED
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED_NAME

+
+public static final java.lang.String DATA_ARTICLE_SELECTED_NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ARTICLE_SELECTED_COMMENTS

+
+public static final java.lang.String DATA_ARTICLE_SELECTED_COMMENTS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_NEW_COMMENT

+
+public static final java.lang.String DATA_NEW_COMMENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_ROW_CLASSES

+
+public static final java.lang.String DATA_ROW_CLASSES
+
+
the css class for the background color of the table rows +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+ComplexDialogCore

+
+public ComplexDialogCore()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+ +

+saveComment

+
+public void saveComment()
+
+
Adds a comment to the selected article. +

+

+
+
+
+
+ +

+isCommentDisabled

+
+public boolean isCommentDisabled()
+
+
Decides, if the button for saving a comment is disabled or not. + Depends on if an article is selected. +

+

+
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are "even" and "odd", if the row was selected by the user it's "selected". +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogPresentation.html new file mode 100644 index 0000000..6771390 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/ComplexDialogPresentation.html @@ -0,0 +1,316 @@ + + + + + + +ComplexDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes +
+Class ComplexDialogPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ComplexDialogPresentation
extends AbstractFeature
+ +

+For more complex dialog it's better to separate core and presentation. + This is the dialog presentation for such an example. For DataBinding we use + a DataManager, for ActionBinding we use the dialog core as backing bean. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ComplexDialogPresentation() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ComplexDialogPresentation

+
+public ComplexDialogPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogCore.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogCore.html new file mode 100644 index 0000000..0faa4f0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogCore.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogCore +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogPresentation.html new file mode 100644 index 0000000..58f954b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/class-use/ComplexDialogPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes.ComplexDialogPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-frame.html new file mode 100644 index 0000000..5a1559e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes + + + + +
+Classes  + +
+ComplexDialogCore +
+ComplexDialogPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-summary.html new file mode 100644 index 0000000..cea05d4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes +

+ + + + + + + + + + + + + +
+Class Summary
ComplexDialogCoreFor more complex dialog it's better to separate core and presentation. +
ComplexDialogPresentationFor more complex dialog it's better to separate core and presentation. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-tree.html new file mode 100644 index 0000000..162bb2a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-use.html new file mode 100644 index 0000000..acae3f4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/dialogtypes/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.dialogtypes +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/DynamicEmbeddingDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/DynamicEmbeddingDialog.html new file mode 100644 index 0000000..e5c648e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/DynamicEmbeddingDialog.html @@ -0,0 +1,359 @@ + + + + + + +DynamicEmbeddingDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Class DynamicEmbeddingDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog
+
+
+
All Implemented Interfaces:
EmbeddedDialogService, Feature, Service, SystemInfoProvider
+
+
+
+
public class DynamicEmbeddingDialog
extends AbstractFeature
implements EmbeddedDialogService
+ +

+This dialog demonstrates dynamic dialog embedding. + It's a parent dialog with two embedded subdialogs. +

+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DynamicEmbeddingDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidinit() + +
+          Called when the feature is initializing.
+ voidprint() + +
+           
+ voidsetNewFilter(java.lang.String filter) + +
+          Sets a filter for filtering the articles list.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DynamicEmbeddingDialog

+
+public DynamicEmbeddingDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+print

+
+public void print()
+
+
+
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+
+
+
+
+ +

+setNewFilter

+
+public void setNewFilter(java.lang.String filter)
+
+
Description copied from interface: EmbeddedDialogService
+
Sets a filter for filtering the articles list. +

+

+
Specified by:
setNewFilter in interface EmbeddedDialogService
+
+
+
Parameters:
filter - the string for filtering the articles list
See Also:
EmbeddedDialogService.setNewFilter(java.lang.String)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDetailDialog.html new file mode 100644 index 0000000..15b80c9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDetailDialog.html @@ -0,0 +1,358 @@ + + + + + + +EmbeddedDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Class EmbeddedDetailDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog
+
+
+
All Implemented Interfaces:
EmbeddedShowArticleService, Feature, Service, SystemInfoProvider
+
+
+
+
public class EmbeddedDetailDialog
extends AbstractFeature
implements EmbeddedShowArticleService
+ +

+This dialog shows the details of a selected article. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
EmbeddedDetailDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ArticlegetArticle() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidshowNewArticle(Article article) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmbeddedDetailDialog

+
+public EmbeddedDetailDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getArticle

+
+public Article getArticle()
+
+
+
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+showNewArticle

+
+public void showNewArticle(Article article)
+
+
+
Specified by:
showNewArticle in interface EmbeddedShowArticleService
+
+
+
Parameters:
article - the Article to display
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogConstants.html new file mode 100644 index 0000000..5325d3f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogConstants.html @@ -0,0 +1,291 @@ + + + + + + +EmbeddedDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Interface EmbeddedDialogConstants

+
+
+
public interface EmbeddedDialogConstants
+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringEMBEDDED_LIST_DIALOG + +
+          Dialog name/id of the embedded list dialog.
+static java.lang.StringEMBEDDED_SEARCH_DIALOG + +
+          Dialog name/id of the embedded list dialog.
+static java.lang.StringSLOT_DETAIL + +
+           
+static java.lang.StringSLOT_LIST + +
+           
+static java.lang.StringSLOT_SEARCH + +
+           
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+SLOT_SEARCH

+
+public static final java.lang.String SLOT_SEARCH
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SLOT_LIST

+
+public static final java.lang.String SLOT_LIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SLOT_DETAIL

+
+public static final java.lang.String SLOT_DETAIL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EMBEDDED_LIST_DIALOG

+
+public static final java.lang.String EMBEDDED_LIST_DIALOG
+
+
Dialog name/id of the embedded list dialog. +

+

+
See Also:
Constant Field Values
+
+
+ +

+EMBEDDED_SEARCH_DIALOG

+
+public static final java.lang.String EMBEDDED_SEARCH_DIALOG
+
+
Dialog name/id of the embedded list dialog. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogService.html new file mode 100644 index 0000000..febc041 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedDialogService.html @@ -0,0 +1,232 @@ + + + + + + +EmbeddedDialogService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Interface EmbeddedDialogService

+
+
All Superinterfaces:
Service
+
+
+
All Known Implementing Classes:
DynamicEmbeddingDialog, EmbeddedListDialog
+
+
+
+
public interface EmbeddedDialogService
extends Service
+ +

+This Service provides a method to set a filter for filtering + the aricles list of the embedded list dialog. +

+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetNewFilter(java.lang.String filter) + +
+          Sets a filter for filtering the articles list.
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+setNewFilter

+
+public void setNewFilter(java.lang.String filter)
+
+
Sets a filter for filtering the articles list. +

+

+
+
+
+
Parameters:
filter - the string for filtering the articles list
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedListDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedListDialog.html new file mode 100644 index 0000000..b965c65 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedListDialog.html @@ -0,0 +1,455 @@ + + + + + + +EmbeddedListDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Class EmbeddedListDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog
+
+
+
All Implemented Interfaces:
EmbeddedDialogService, Feature, Service, SystemInfoProvider
+
+
+
+
public class EmbeddedListDialog
extends AbstractFeature
implements EmbeddedDialogService
+ +

+This dialog demonstrates dynamic dialog embedding. + It's a sub dialog of the DynamicEmbeddingDialog. + It contains a list of articles, which may be filtered by receiving + a filter string from the EmbeddedDialogService. +

+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
EmbeddedListDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ DataModelgetArticleList() + +
+           
+ java.lang.StringgetRowClasses() + +
+           
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+ voidinit() + +
+          Called when the feature is initializing.
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ voidsetNewFilter(java.lang.String filter) + +
+          Sets a filter for filtering the articles list.
+ voidsetRowClasses(java.lang.String rowClasses) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmbeddedListDialog

+
+public EmbeddedListDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRowClasses

+
+public java.lang.String getRowClasses()
+
+
+
+
+
+
+
+
+
+ +

+setRowClasses

+
+public void setRowClasses(java.lang.String rowClasses)
+
+
+
+
+
+
+
+
+
+ +

+getArticleList

+
+public DataModel getArticleList()
+
+
+
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are "even" and "odd", if the row was selected by the user it's "selected". +

+

+
+
+
+
+
+
+
+ +

+setNewFilter

+
+public void setNewFilter(java.lang.String filter)
+
+
Description copied from interface: EmbeddedDialogService
+
Sets a filter for filtering the articles list. +

+

+
Specified by:
setNewFilter in interface EmbeddedDialogService
+
+
+
Parameters:
filter - the string for filtering the articles list
See Also:
EmbeddedDialogService.setNewFilter(java.lang.String)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedSearchDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedSearchDialog.html new file mode 100644 index 0000000..584d3de --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedSearchDialog.html @@ -0,0 +1,394 @@ + + + + + + +EmbeddedSearchDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Class EmbeddedSearchDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class EmbeddedSearchDialog
extends AbstractFeature
+ +

+This dialog demonstrates dynamic dialog embedding. + It's a sub dialog of the DynamicEmbeddingDialog. + It contains a filter string, which can be changed by the user. + The filter is set by calling the EmbeddedDialogService. +

+ +

+

+
Author:
+
Erika Buchholz, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
EmbeddedSearchDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclearFilter() + +
+          Clears the content of the filter.
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetFilter() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidsearch() + +
+          Triggers a search for the filter typed by the user.
+ voidsetFilter(java.lang.String filter) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmbeddedSearchDialog

+
+public EmbeddedSearchDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFilter

+
+public java.lang.String getFilter()
+
+
+
+
+
+
+ +

+setFilter

+
+public void setFilter(java.lang.String filter)
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+
+
+
+
+ +

+search

+
+public void search()
+
+
Triggers a search for the filter typed by the user. +

+

+
+
+
+
+ +

+clearFilter

+
+public void clearFilter()
+
+
Clears the content of the filter. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedShowArticleService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedShowArticleService.html new file mode 100644 index 0000000..bf975b1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/EmbeddedShowArticleService.html @@ -0,0 +1,229 @@ + + + + + + +EmbeddedShowArticleService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +
+Interface EmbeddedShowArticleService

+
+
All Superinterfaces:
Service
+
+
+
All Known Implementing Classes:
EmbeddedDetailDialog
+
+
+
+
public interface EmbeddedShowArticleService
extends Service
+ +

+This Service provides a method to set an article. +

+ +

+

+
Author:
+
Martin Haft, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidshowNewArticle(Article article) + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+showNewArticle

+
+public void showNewArticle(Article article)
+
+
+
+
+
+
Parameters:
article - the Article to display
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/DynamicEmbeddingDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/DynamicEmbeddingDialog.html new file mode 100644 index 0000000..8dbc496 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/DynamicEmbeddingDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.DynamicEmbeddingDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDetailDialog.html new file mode 100644 index 0000000..40c0ea8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDetailDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDetailDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogConstants.html new file mode 100644 index 0000000..2c68bc6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogConstants.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogConstants +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogService.html new file mode 100644 index 0000000..93f46a7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedDialogService.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedDialogService

+
+ + + + + + + + + +
+Packages that use EmbeddedDialogService
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic  
+  +

+ + + + + +
+Uses of EmbeddedDialogService in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
+  +

+ + + + + + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic that implement EmbeddedDialogService
+ classDynamicEmbeddingDialog + +
+          This dialog demonstrates dynamic dialog embedding. +
+ classEmbeddedListDialog + +
+          This dialog demonstrates dynamic dialog embedding. +
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedListDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedListDialog.html new file mode 100644 index 0000000..1a679f8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedListDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedListDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedSearchDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedSearchDialog.html new file mode 100644 index 0000000..973f730 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedSearchDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedSearchDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedShowArticleService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedShowArticleService.html new file mode 100644 index 0000000..0ab4972 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/class-use/EmbeddedShowArticleService.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedShowArticleService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic.EmbeddedShowArticleService

+
+ + + + + + + + + +
+Packages that use EmbeddedShowArticleService
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic  
+  +

+ + + + + +
+Uses of EmbeddedShowArticleService in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic that implement EmbeddedShowArticleService
+ classEmbeddedDetailDialog + +
+          This dialog shows the details of a selected article.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-frame.html new file mode 100644 index 0000000..ddf1233 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-frame.html @@ -0,0 +1,53 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic + + + + +
+Interfaces  + +
+EmbeddedDialogConstants +
+EmbeddedDialogService +
+EmbeddedShowArticleService
+ + + + + + +
+Classes  + +
+DynamicEmbeddingDialog +
+EmbeddedDetailDialog +
+EmbeddedListDialog +
+EmbeddedSearchDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-summary.html new file mode 100644 index 0000000..bb0087e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-summary.html @@ -0,0 +1,186 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +

+ + + + + + + + + + + + + + + + + +
+Interface Summary
EmbeddedDialogConstants 
EmbeddedDialogServiceThis Service provides a method to set a filter for filtering + the aricles list of the embedded list dialog.
EmbeddedShowArticleServiceThis Service provides a method to set an article.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DynamicEmbeddingDialogThis dialog demonstrates dynamic dialog embedding. +
EmbeddedDetailDialogThis dialog shows the details of a selected article.
EmbeddedListDialogThis dialog demonstrates dynamic dialog embedding. +
EmbeddedSearchDialogThis dialog demonstrates dynamic dialog embedding. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-tree.html new file mode 100644 index 0000000..52cfd71 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-tree.html @@ -0,0 +1,158 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-use.html new file mode 100644 index 0000000..5ecccdb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/embedding/dynamic/package-use.html @@ -0,0 +1,169 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic  
+  +

+ + + + + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic used by com.sdm.quasar.client.showcase.jsf.dialogs.embedding.dynamic
EmbeddedDialogService + +
+          This Service provides a method to set a filter for filtering + the aricles list of the embedded list dialog.
EmbeddedShowArticleService + +
+          This Service provides a method to set an article.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/ConverterValidatorDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/ConverterValidatorDialog.html new file mode 100644 index 0000000..2827751 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/ConverterValidatorDialog.html @@ -0,0 +1,363 @@ + + + + + + +ConverterValidatorDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.jsf +
+Class ConverterValidatorDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ConverterValidatorDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ConverterValidatorDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.IntegergetInput() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidreloadExceptionHandlingDialog() + +
+           
+ voidsetInput(java.lang.Integer input) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ConverterValidatorDialog

+
+public ConverterValidatorDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInput

+
+public java.lang.Integer getInput()
+
+
+
+
+
+
+ +

+setInput

+
+public void setInput(java.lang.Integer input)
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+reloadExceptionHandlingDialog

+
+public void reloadExceptionHandlingDialog()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/I18nDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/I18nDialog.html new file mode 100644 index 0000000..09e235b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/I18nDialog.html @@ -0,0 +1,371 @@ + + + + + + +I18nDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.jsf +
+Class I18nDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class I18nDialog
extends AbstractFeature
+ +

+This dialog introduces to internationalization with JSF +

+ +

+

+
Author:
+
Thorsten Jansen
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
I18nDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidinit() + +
+          Called when the feature is initializing.
+ voidsetEnglish() + +
+           
+ voidsetFrench() + +
+           
+ voidsetGerman() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+I18nDialog

+
+public I18nDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setGerman

+
+public void setGerman()
+
+
+
+
+
+
+ +

+setEnglish

+
+public void setEnglish()
+
+
+
+
+
+
+ +

+setFrench

+
+public void setFrench()
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/BypassSimpleBean.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/BypassSimpleBean.html new file mode 100644 index 0000000..136ac0a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/BypassSimpleBean.html @@ -0,0 +1,288 @@ + + + + + + +BypassSimpleBean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass +
+Class BypassSimpleBean

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean
+
+
+
+
public class BypassSimpleBean
extends java.lang.Object
+ +

+This bean is used as "backend" for the JSF-Bypass example. + + The BypassExample can be accessed through the BypassSimple.jsp. + + $Revision:$, last modified $Date: $ by $Author: $ +

+ +

+

+
Author:
+
Carsen Lucke
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BypassSimpleBean() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+          Getter for name.
+ voidsetName(java.lang.String name) + +
+          Setter for name.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BypassSimpleBean

+
+public BypassSimpleBean()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
Getter for name. +

+

+ +
Returns:
the name
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
Setter for name. +

+

+
Parameters:
name - the name
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/class-use/BypassSimpleBean.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/class-use/BypassSimpleBean.html new file mode 100644 index 0000000..2546ac1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/class-use/BypassSimpleBean.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass.BypassSimpleBean +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-frame.html new file mode 100644 index 0000000..9d652d4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass + + + + +
+Classes  + +
+BypassSimpleBean
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-summary.html new file mode 100644 index 0000000..1d1046d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass +

+ + + + + + + + + +
+Class Summary
BypassSimpleBeanThis bean is used as "backend" for the JSF-Bypass example. + +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-tree.html new file mode 100644 index 0000000..c7b381d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-tree.html @@ -0,0 +1,145 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-use.html new file mode 100644 index 0000000..46a9729 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/bypass/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.jsf.bypass +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/ConverterValidatorDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/ConverterValidatorDialog.html new file mode 100644 index 0000000..e418a93 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/ConverterValidatorDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.jsf.ConverterValidatorDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/I18nDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/I18nDialog.html new file mode 100644 index 0000000..d8def8b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/class-use/I18nDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.jsf.I18nDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-frame.html new file mode 100644 index 0000000..1b39c29 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf + + + + +
+Classes  + +
+ConverterValidatorDialog +
+I18nDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-summary.html new file mode 100644 index 0000000..9677d8e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf +

+ + + + + + + + + + + + + +
+Class Summary
ConverterValidatorDialog 
I18nDialogThis dialog introduces to internationalization with JSF
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-tree.html new file mode 100644 index 0000000..964e3bf --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.jsf Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-use.html new file mode 100644 index 0000000..83f60c4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/jsf/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.jsf (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.jsf

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.jsf +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-frame.html new file mode 100644 index 0000000..6e6a28d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs + + + + +
+Classes  + +
+MessageDialog +
+MessageDialog.MessageDialogContext +
+WelcomeDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-summary.html new file mode 100644 index 0000000..ae568ea --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-summary.html @@ -0,0 +1,156 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs +

+ + + + + + + + + + + + + + + + + +
+Class Summary
MessageDialogTODO: JavaDoc
MessageDialog.MessageDialogContext$Revision:$, last modified $Date: $ by $Author: $
WelcomeDialogThe welcome dialog of the quasar web client showcase
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-tree.html new file mode 100644 index 0000000..6ef420a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-use.html new file mode 100644 index 0000000..14f98be --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemDialog.html new file mode 100644 index 0000000..9c9140b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemDialog.html @@ -0,0 +1,410 @@ + + + + + + +BackReloadProblemDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload +
+Class BackReloadProblemDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class BackReloadProblemDialog
extends AbstractFeature
+ +

+This dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems + with the back- and reload button and to guarantee up-to-date data +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BackReloadProblemDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddNumber() + +
+           
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetName() + +
+           
+ intgetNumber() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidsayHello() + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BackReloadProblemDialog

+
+public BackReloadProblemDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getNumber

+
+public int getNumber()
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+addNumber

+
+public void addNumber()
+
+
+
+
+
+
+ +

+sayHello

+
+public void sayHello()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemHelloDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemHelloDialog.html new file mode 100644 index 0000000..9d99574 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/BackReloadProblemHelloDialog.html @@ -0,0 +1,334 @@ + + + + + + +BackReloadProblemHelloDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload +
+Class BackReloadProblemHelloDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class BackReloadProblemHelloDialog
extends AbstractFeature
+ +

+This dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems + with the back- and reload button and to guarantee up-to-date data +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BackReloadProblemHelloDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.lang.StringgetName() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BackReloadProblemHelloDialog

+
+public BackReloadProblemHelloDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemDialog.html new file mode 100644 index 0000000..1f1e627 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemHelloDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemHelloDialog.html new file mode 100644 index 0000000..dfae3a1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/class-use/BackReloadProblemHelloDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload.BackReloadProblemHelloDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-frame.html new file mode 100644 index 0000000..2b9c69e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload + + + + +
+Classes  + +
+BackReloadProblemDialog +
+BackReloadProblemHelloDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-summary.html new file mode 100644 index 0000000..c017958 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload +

+ + + + + + + + + + + + + +
+Class Summary
BackReloadProblemDialogThis dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems + with the back- and reload button and to guarantee up-to-date data
BackReloadProblemHelloDialogThis dialog is a demonstration of the usage of the PRG-Pattern to resolve the problems + with the back- and reload button and to guarantee up-to-date data
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-tree.html new file mode 100644 index 0000000..e9c84ef --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-use.html new file mode 100644 index 0000000..8c49b9d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/backreload/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.backreload +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDetailDialog.html new file mode 100644 index 0000000..88f611b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDetailDialog.html @@ -0,0 +1,507 @@ + + + + + + +BookmarksDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks +
+Class BookmarksDetailDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class BookmarksDetailDialog
extends AbstractFeature
+ +

+This dialog demonstrates bookmarking in the Quasar Web Client. + The bookmark request needs some parameters of the article to show + the details of that article. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BookmarksDetailDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ArticlegetArticle() + +
+           
+ java.lang.StringgetComment() + +
+           
+ java.util.ListgetComments() + +
+           
+ java.util.PropertiesgetRequestParameters() + +
+           
+ voidgoBack() + +
+          Returns to the article list dialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisCommentDisabled() + +
+          Disables the send-comment-button when no article is displayed
+ voidsaveComment() + +
+          Adds the new comment to the list of existing comments of one article + and empties the text area afterwards.
+ voidsetComment(java.lang.String comment) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BookmarksDetailDialog

+
+public BookmarksDetailDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getArticle

+
+public Article getArticle()
+
+
+
+
+
+
+ +

+getComments

+
+public java.util.List getComments()
+
+
+
+
+
+
+ +

+getComment

+
+public java.lang.String getComment()
+
+
+
+
+
+
+ +

+setComment

+
+public void setComment(java.lang.String comment)
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+getRequestParameters

+
+public java.util.Properties getRequestParameters()
+
+
+
+
+
+
+ +

+saveComment

+
+public void saveComment()
+
+
Adds the new comment to the list of existing comments of one article + and empties the text area afterwards. +

+

+
+
+
+
+ +

+isCommentDisabled

+
+public boolean isCommentDisabled()
+
+
Disables the send-comment-button when no article is displayed +

+

+ +
Returns:
true when no article is displayed
+
+
+
+ +

+goBack

+
+public void goBack()
+
+
Returns to the article list dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDialog.html new file mode 100644 index 0000000..903770d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/BookmarksDialog.html @@ -0,0 +1,479 @@ + + + + + + +BookmarksDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks +
+Class BookmarksDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class BookmarksDialog
extends AbstractFeature
+ +

+This dialog explains how bookmarking works with the Quasar web client and + leads to another dialog which is the example for bookmarking. +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
BookmarksDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ DataModelgetArticleList() + +
+           
+ java.lang.StringgetRowClasses() + +
+           
+ ArticlegetSelectedArticle() + +
+           
+ java.lang.StringhighLightRow() + +
+          Defines the CSS class for the row. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ booleanisDetailsDisabled() + +
+          Defines if the details button will be disabled or not. +
+ voidselectArticle() + +
+          Selects an article by highlighting the row.
+ voidsetRowClasses(java.lang.String rowClasses) + +
+           
+ voidviewDetails() + +
+          Switches to the detail dialog of a selected article.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+BookmarksDialog

+
+public BookmarksDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRowClasses

+
+public java.lang.String getRowClasses()
+
+
+
+
+
+
+ +

+setRowClasses

+
+public void setRowClasses(java.lang.String rowClasses)
+
+
+
+
+
+
+ +

+getSelectedArticle

+
+public Article getSelectedArticle()
+
+
+
+
+
+
+ +

+getArticleList

+
+public DataModel getArticleList()
+
+
+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+viewDetails

+
+public void viewDetails()
+
+
Switches to the detail dialog of a selected article. +

+

+
+
+
+
+ +

+isDetailsDisabled

+
+public boolean isDetailsDisabled()
+
+
Defines if the details button will be disabled or not. + Depends on if an article is selected or not. +

+

+
+
+
+
+ +

+selectArticle

+
+public void selectArticle()
+
+
Selects an article by highlighting the row. +

+

+
+
+
+
+ +

+highLightRow

+
+public java.lang.String highLightRow()
+
+
Defines the CSS class for the row. + Normal values are "even" and "odd", if the row was selected by the user it's "selected". +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDetailDialog.html new file mode 100644 index 0000000..9193745 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDetailDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDetailDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDialog.html new file mode 100644 index 0000000..07922ff --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/class-use/BookmarksDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks.BookmarksDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-frame.html new file mode 100644 index 0000000..3816ffe --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks + + + + +
+Classes  + +
+BookmarksDetailDialog +
+BookmarksDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-summary.html new file mode 100644 index 0000000..073c9e7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks +

+ + + + + + + + + + + + + +
+Class Summary
BookmarksDetailDialogThis dialog demonstrates bookmarking in the Quasar Web Client. +
BookmarksDialogThis dialog explains how bookmarking works with the Quasar web client and + leads to another dialog which is the example for bookmarking.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-tree.html new file mode 100644 index 0000000..1deadf4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-use.html new file mode 100644 index 0000000..92e3d5e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/bookmarks/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.bookmarks +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitDialog.html new file mode 100644 index 0000000..83a9141 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitDialog.html @@ -0,0 +1,335 @@ + + + + + + +DoubleSubmitDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit +
+Class DoubleSubmitDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DoubleSubmitDialog
extends AbstractFeature
+ +

+This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DoubleSubmitDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ voidgotoDoubleSubmitSingletonDialog() + +
+          Changes to the demo singleton dialog.
+ voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DoubleSubmitDialog

+
+public DoubleSubmitDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+gotoDoubleSubmitSingletonDialog

+
+public void gotoDoubleSubmitSingletonDialog()
+
+
Changes to the demo singleton dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitSingletonDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitSingletonDialog.html new file mode 100644 index 0000000..ee942d7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/DoubleSubmitSingletonDialog.html @@ -0,0 +1,354 @@ + + + + + + +DoubleSubmitSingletonDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit +
+Class DoubleSubmitSingletonDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DoubleSubmitSingletonDialog
extends AbstractFeature
+ +

+This dialog is a demonstration of the usage of sequence numbers to avoid multiple submits +

+ +

+

+
Author:
+
Erika Buchholz
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DoubleSubmitSingletonDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ java.util.ListgetOrders() + +
+           
+ voidinit() + +
+          Called when the feature is initializing.
+ voidorderMore() + +
+          Increases the number of ordered elements.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DoubleSubmitSingletonDialog

+
+public DoubleSubmitSingletonDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getOrders

+
+public java.util.List getOrders()
+
+
+
+
+
+
+ +

+init

+
+public void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+orderMore

+
+public void orderMore()
+
+
Increases the number of ordered elements. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitDialog.html new file mode 100644 index 0000000..6c1c88b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitSingletonDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitSingletonDialog.html new file mode 100644 index 0000000..76c9430 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/class-use/DoubleSubmitSingletonDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit.DoubleSubmitSingletonDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-frame.html new file mode 100644 index 0000000..836c4da --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit + + + + +
+Classes  + +
+DoubleSubmitDialog +
+DoubleSubmitSingletonDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-summary.html new file mode 100644 index 0000000..538f12f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit +

+ + + + + + + + + + + + + +
+Class Summary
DoubleSubmitDialogThis dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
DoubleSubmitSingletonDialogThis dialog is a demonstration of the usage of sequence numbers to avoid multiple submits
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-tree.html new file mode 100644 index 0000000..d8fba86 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-use.html new file mode 100644 index 0000000..7f64f0b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/jsf/dialogs/webproblems/doublesubmit/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit

+
+No usage of com.sdm.quasar.client.showcase.jsf.dialogs.webproblems.doublesubmit +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html new file mode 100644 index 0000000..ff30aa2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html @@ -0,0 +1,228 @@ + + + + + + +CompanyService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing +
+Interface CompanyService

+
+
All Superinterfaces:
Service
+
+
+
+
public interface CompanyService
extends Service
+ +

+A service that is normally provided by the server. + Its implementation is either an proxy for the server services + or a dummy implementation. +

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompanygetCompany() + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getCompany

+
+public Company getCompany()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcasePortalCreationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcasePortalCreationService.html new file mode 100644 index 0000000..597904b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcasePortalCreationService.html @@ -0,0 +1,235 @@ + + + + + + +ShowcasePortalCreationService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing +
+Interface ShowcasePortalCreationService

+
+
All Superinterfaces:
Service
+
+
+
All Known Implementing Classes:
ShowcaseSessionFeature
+
+
+
+
public interface ShowcasePortalCreationService
extends Service
+ +

+The service offered by the ShowcaseSessionFeature + that creates a new showcase portal window. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ DialogInstanceIdcreateNewPortal() + +
+          Creates a new portal
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+createNewPortal

+
+public DialogInstanceId createNewPortal()
+
+
Creates a new portal +

+

+
+
+
+ +
Returns:
dialog instance id of the new portal
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcaseSessionFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcaseSessionFeature.html new file mode 100644 index 0000000..80920d9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/ShowcaseSessionFeature.html @@ -0,0 +1,344 @@ + + + + + + +ShowcaseSessionFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing +
+Class ShowcaseSessionFeature

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature
+
+
+
All Implemented Interfaces:
Feature, Service, ShowcasePortalCreationService, SystemInfoProvider
+
+
+
+
public class ShowcaseSessionFeature
extends AbstractFeature
implements ShowcasePortalCreationService
+ +

+This feature represents the session in the swing showcase. + It implements the ShowcasePortalCreationService + to create a new portal window. It defines the + navigation menu displayed in the left side of the portal (see #MENU). +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ShowcaseSessionFeature() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ DialogInstanceIdcreateNewPortal() + +
+          Create a new portal dialog and configure the navigation menu.
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseSessionFeature

+
+public ShowcaseSessionFeature()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+createNewPortal

+
+public DialogInstanceId createNewPortal()
+
+
Create a new portal dialog and configure the navigation menu. +

+

+
Specified by:
createNewPortal in interface ShowcasePortalCreationService
+
+
+ +
Returns:
dialog instance id of the new portal
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/SwingShowcaseApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/SwingShowcaseApplication.html new file mode 100644 index 0000000..4af3390 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/SwingShowcaseApplication.html @@ -0,0 +1,359 @@ + + + + + + +SwingShowcaseApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing +
+Class SwingShowcaseApplication

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.application.AbstractApplication
+      extended bycom.sdm.quasar.client.swing.application.AbstractSwingApplication
+          extended bycom.sdm.quasar.client.showcase.swing.SwingShowcaseApplication
+
+
+
All Implemented Interfaces:
Application, SystemInfoProvider
+
+
+
+
public class SwingShowcaseApplication
extends AbstractSwingApplication
+ +

+This is the main application class of the swing showcase. + Run this class as a java application. +

+ main(String[]) creates an application instance and starts it. + start() reads and sets up the configuration and starts the session. +

+ Some pointers to important showcase classes: +

+

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SwingShowcaseApplication() + +
+          Constructur, defines the application id.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+          Creates the application instance using DefaultSwingApplicationCreator#createApplication(Class) + and starts it.
+ voidstart() + +
+          Starts the application (see AbstractApplication.start()). +
+ voidstop() + +
+          This implementation disposed the application components in the following order + if the corresponding component implements Disposable.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.swing.application.AbstractSwingApplication
attemptToDisplayErrorMessage, createSessionInEDT, getApplicationConfiguration, getErrorMessageForThrowable, initializeErrorHandler
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.application.AbstractApplication
collectSystemInfo, extendDestructionException, getApplicationID, getConfigManager, getServiceManager, getSessionManager
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SwingShowcaseApplication

+
+public SwingShowcaseApplication()
+
+
Constructur, defines the application id. +

+

+ + + + + + + + +
+Method Detail
+ +

+start

+
+public void start()
+
+
Starts the application (see AbstractApplication.start()). + In particular, the look and feel for swing is set, the application configuration is read, + The single session is created and the first portal opened. +

+

+
Specified by:
start in interface Application
Overrides:
start in class AbstractApplication
+
+
+
+
+
+
+ +

+stop

+
+public void stop()
+
+
Description copied from class: AbstractApplication
+
This implementation disposed the application components in the following order + if the corresponding component implements Disposable. Otherwise the component + is skipped. +

+

+
Specified by:
stop in interface Application
Overrides:
stop in class AbstractApplication
+
+
+
See Also:
for further information
+
+
+
+ +

+main

+
+public static void main(java.lang.String[] args)
+
+
Creates the application instance using DefaultSwingApplicationCreator#createApplication(Class) + and starts it. +

+

+
Parameters:
args - the command line arguments - they are ignored
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialog.html new file mode 100644 index 0000000..a4d84fc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialog.html @@ -0,0 +1,498 @@ + + + + + + +CommandCallDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.commands +
+Class CommandCallDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class CommandCallDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
CommandCallDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidchangeAll() + +
+           
+ voidchangeToMy() + +
+           
+ booleancheckMy() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ValueHoldergetAdressValueHolder() + +
+          Returns the ValueHolder for the Adress data of this dialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidlock() + +
+           
+ voidperformActionChangeCity() + +
+           
+ voidperformActionChangeCountry() + +
+           
+ voidperformActionChangeStreet() + +
+           
+ voidperformActionChangeZipCode() + +
+           
+ voidunlock() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CommandCallDialog

+
+public CommandCallDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
AbstractFeature.init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
AbstractFeature.dispose()
+
+
+
+ +

+getAdressValueHolder

+
+public ValueHolder getAdressValueHolder()
+
+
Returns the ValueHolder for the Adress data of this dialog. +

+

+
+
+
+
+ +

+lock

+
+public void lock()
+
+
+
+
+
+
+ +

+unlock

+
+public void unlock()
+
+
+
+
+
+
+ +

+changeToMy

+
+public void changeToMy()
+
+
+
+
+
+
+ +

+changeAll

+
+public void changeAll()
+
+
+
+
+
+
+ +

+checkMy

+
+public boolean checkMy()
+
+
+
+
+
+
+ +

+performActionChangeStreet

+
+public void performActionChangeStreet()
+
+
+
+
+
+
+ +

+performActionChangeCity

+
+public void performActionChangeCity()
+
+
+
+
+
+
+ +

+performActionChangeZipCode

+
+public void performActionChangeZipCode()
+
+
+
+
+
+
+ +

+performActionChangeCountry

+
+public void performActionChangeCountry()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPanel.html new file mode 100644 index 0000000..0e30888 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPanel.html @@ -0,0 +1,531 @@ + + + + + + +CommandCallDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.commands +
+Class CommandCallDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class CommandCallDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + CommandCallDialogPresentation. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
CommandCallDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  javax.swing.JButtongetChangeAllButton() + +
+           
+protected  javax.swing.JButtongetChangeToMyButton() + +
+           
+protected  javax.swing.JLabelgetCityLabel() + +
+           
+protected  javax.swing.JPanelgetContentPanel() + +
+           
+protected  javax.swing.JLabelgetCountryLabel() + +
+           
+protected  javax.swing.JButtongetLockButton() + +
+           
+protected  javax.swing.JLabelgetStreetLabel() + +
+           
+protected  javax.swing.JButtongetUnlockButton() + +
+           
+protected  javax.swing.JLabelgetZipCodeLabel() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CommandCallDialogPanel

+
+public CommandCallDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getStreetLabel

+
+protected javax.swing.JLabel getStreetLabel()
+
+
+
+
+
+
+ +

+getChangeAllButton

+
+protected javax.swing.JButton getChangeAllButton()
+
+
+
+
+
+
+ +

+getCityLabel

+
+protected javax.swing.JLabel getCityLabel()
+
+
+
+
+
+
+ +

+getChangeToMyButton

+
+protected javax.swing.JButton getChangeToMyButton()
+
+
+
+
+
+
+ +

+getZipCodeLabel

+
+protected javax.swing.JLabel getZipCodeLabel()
+
+
+
+
+
+
+ +

+getLockButton

+
+protected javax.swing.JButton getLockButton()
+
+
+
+
+
+
+ +

+getCountryLabel

+
+protected javax.swing.JLabel getCountryLabel()
+
+
+
+
+
+
+ +

+getUnlockButton

+
+protected javax.swing.JButton getUnlockButton()
+
+
+
+
+
+
+ +

+getContentPanel

+
+protected javax.swing.JPanel getContentPanel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPresentation.html new file mode 100644 index 0000000..96ffcd9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandCallDialogPresentation.html @@ -0,0 +1,337 @@ + + + + + + +CommandCallDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.commands +
+Class CommandCallDialogPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class CommandCallDialogPresentation
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
CommandCallDialogPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+CommandCallDialogPresentation

+
+public CommandCallDialogPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#prepare()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandNames.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandNames.html new file mode 100644 index 0000000..785095d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/CommandNames.html @@ -0,0 +1,265 @@ + + + + + + +CommandNames (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.commands +
+Interface CommandNames

+
+
+
public interface CommandNames
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCHANGE_ALL_EVENT + +
+           
+static java.lang.StringCHANGE_TO_MY_EVENT + +
+           
+static java.lang.StringLOCK_EVENT + +
+           
+static java.lang.StringUNLOCK_EVENT + +
+           
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+CHANGE_ALL_EVENT

+
+public static final java.lang.String CHANGE_ALL_EVENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CHANGE_TO_MY_EVENT

+
+public static final java.lang.String CHANGE_TO_MY_EVENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+LOCK_EVENT

+
+public static final java.lang.String LOCK_EVENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+UNLOCK_EVENT

+
+public static final java.lang.String UNLOCK_EVENT
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialog.html new file mode 100644 index 0000000..6521f29 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPanel.html new file mode 100644 index 0000000..c5fff15 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPresentation.html new file mode 100644 index 0000000..05ee546 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandCallDialogPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.commands.CommandCallDialogPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandNames.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandNames.html new file mode 100644 index 0000000..1684d6b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/class-use/CommandNames.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.commands.CommandNames +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-frame.html new file mode 100644 index 0000000..cfb7499 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.commands (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.actions.commands + + + + +
+Interfaces  + +
+CommandNames
+ + + + + + +
+Classes  + +
+CommandCallDialog +
+CommandCallDialogPanel +
+CommandCallDialogPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-summary.html new file mode 100644 index 0000000..de1d5a5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-summary.html @@ -0,0 +1,171 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.commands (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.actions.commands +

+ + + + + + + + + +
+Interface Summary
CommandNames 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
CommandCallDialog 
CommandCallDialogPanelVisual representation for the + CommandCallDialogPresentation.
CommandCallDialogPresentation 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-tree.html new file mode 100644 index 0000000..9959358 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-tree.html @@ -0,0 +1,164 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.commands Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.actions.commands +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-use.html new file mode 100644 index 0000000..b6aee4f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/commands/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.actions.commands (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.actions.commands

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.commands +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialog.html new file mode 100644 index 0000000..110b7ed --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialog.html @@ -0,0 +1,403 @@ + + + + + + +MethodCallDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.methodcall +
+Class MethodCallDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class MethodCallDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
MethodCallDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ValueHoldergetAdressValueHolder() + +
+          Returns the ValueHolder for the Adress data of this dialog.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidperformActionChangeCity() + +
+           
+ voidperformActionChangeCountry() + +
+           
+ voidperformActionChangeStreet() + +
+           
+ voidperformActionChangeZipCode() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MethodCallDialog

+
+public MethodCallDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+getAdressValueHolder

+
+public ValueHolder getAdressValueHolder()
+
+
Returns the ValueHolder for the Adress data of this dialog. +

+

+
+
+
+
+ +

+performActionChangeStreet

+
+public void performActionChangeStreet()
+
+
+
+
+
+
+ +

+performActionChangeCity

+
+public void performActionChangeCity()
+
+
+
+
+
+
+ +

+performActionChangeZipCode

+
+public void performActionChangeZipCode()
+
+
+
+
+
+
+ +

+performActionChangeCountry

+
+public void performActionChangeCountry()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPanel.html new file mode 100644 index 0000000..8e70900 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPanel.html @@ -0,0 +1,531 @@ + + + + + + +MethodCallDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.methodcall +
+Class MethodCallDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class MethodCallDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + MethodCallDialogPresentation. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
MethodCallDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  javax.swing.JButtongetChangeCityButton() + +
+           
+protected  javax.swing.JButtongetChangeCountryButton() + +
+           
+protected  javax.swing.JButtongetChangeStreetButton() + +
+           
+protected  javax.swing.JButtongetChangeZipCodeButton() + +
+           
+protected  javax.swing.JLabelgetCityLabel() + +
+           
+protected  javax.swing.JPanelgetContentPanel() + +
+           
+protected  javax.swing.JLabelgetCountryLabel() + +
+           
+protected  javax.swing.JLabelgetStreetLabel() + +
+           
+protected  javax.swing.JLabelgetZipCodeLabel() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MethodCallDialogPanel

+
+public MethodCallDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getStreetLabel

+
+protected javax.swing.JLabel getStreetLabel()
+
+
+
+
+
+
+ +

+getChangeStreetButton

+
+protected javax.swing.JButton getChangeStreetButton()
+
+
+
+
+
+
+ +

+getCityLabel

+
+protected javax.swing.JLabel getCityLabel()
+
+
+
+
+
+
+ +

+getChangeCityButton

+
+protected javax.swing.JButton getChangeCityButton()
+
+
+
+
+
+
+ +

+getZipCodeLabel

+
+protected javax.swing.JLabel getZipCodeLabel()
+
+
+
+
+
+
+ +

+getChangeZipCodeButton

+
+protected javax.swing.JButton getChangeZipCodeButton()
+
+
+
+
+
+
+ +

+getCountryLabel

+
+protected javax.swing.JLabel getCountryLabel()
+
+
+
+
+
+
+ +

+getChangeCountryButton

+
+protected javax.swing.JButton getChangeCountryButton()
+
+
+
+
+
+
+ +

+getContentPanel

+
+protected javax.swing.JPanel getContentPanel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPresentation.html new file mode 100644 index 0000000..a096471 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/MethodCallDialogPresentation.html @@ -0,0 +1,337 @@ + + + + + + +MethodCallDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.actions.methodcall +
+Class MethodCallDialogPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class MethodCallDialogPresentation
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
MethodCallDialogPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+MethodCallDialogPresentation

+
+public MethodCallDialogPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#prepare()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialog.html new file mode 100644 index 0000000..7e12ca8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPanel.html new file mode 100644 index 0000000..5429cfd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPresentation.html new file mode 100644 index 0000000..c6a2bc4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/class-use/MethodCallDialogPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.methodcall.MethodCallDialogPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-frame.html new file mode 100644 index 0000000..364f9b1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.methodcall (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.actions.methodcall + + + + +
+Classes  + +
+MethodCallDialog +
+MethodCallDialogPanel +
+MethodCallDialogPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-summary.html new file mode 100644 index 0000000..43b3928 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-summary.html @@ -0,0 +1,157 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.methodcall (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.actions.methodcall +

+ + + + + + + + + + + + + + + + + +
+Class Summary
MethodCallDialog 
MethodCallDialogPanelVisual representation for the + MethodCallDialogPresentation.
MethodCallDialogPresentation 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-tree.html new file mode 100644 index 0000000..dc05873 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.actions.methodcall Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.actions.methodcall +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-use.html new file mode 100644 index 0000000..a5df639 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/actions/methodcall/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.actions.methodcall (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.actions.methodcall

+
+No usage of com.sdm.quasar.client.showcase.swing.actions.methodcall +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailDialog.html new file mode 100644 index 0000000..e449414 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailDialog.html @@ -0,0 +1,622 @@ + + + + + + +EmplDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Class EmplDetailDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
+          extended bycom.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog
+
+
+
All Implemented Interfaces:
EmployeeService, Feature, Service, SystemInfoProvider
+
+
+
+
public class EmplDetailDialog
extends AbstractDialogCoreFeature
implements EmployeeService
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
EmplDetailDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcancle() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ EmployeegetCurrentEmpl() + +
+           
+ BooleanStategetDateOfBirthValidState() + +
+           
+ BooleanStategetEmplNumberValidState() + +
+           
+ BooleanStategetFirstNameValidState() + +
+           
+ BooleanStategetIsEditState() + +
+           
+ BooleanStategetNameValidState() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidinitCommandManager() + +
+          Initializes the CommandManager. +
+protected  voidinitDataManager() + +
+          Initializes the DataManager. +
+protected  voidinitStates() + +
+          Initializes the States. +
+ voidsave() + +
+           
+ voidshowEmpl(Employee empl, + boolean edit) + +
+           
+protected  booleanvalidateEmployee(Employee employee) + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
getCommandManagerFeature, getDataManager, getDataManagerFeature, getValue, setValue, setValue
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmplDetailDialog

+
+public EmplDetailDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Overrides:
dispose in class AbstractDialogCoreFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Overrides:
init in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+initCommandManager

+
+protected void initCommandManager()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the CommandManager. + This method is called last in the AbstractDialogCoreFeature.init() method + after AbstractDialogCoreFeature.initDataManager() and AbstractDialogCoreFeature.initStates(). +

+

+
Specified by:
initCommandManager in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+initDataManager

+
+protected void initDataManager()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the DataManager. + This method is called first in the AbstractDialogCoreFeature.init() method +

+

+
Specified by:
initDataManager in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+initStates

+
+protected void initStates()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the States. + This method is called second in AbstractDialogCoreFeature.init() + after initializing the DataManager + (see AbstractDialogCoreFeature.initDataManager()). +

+

+
Specified by:
initStates in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+validateEmployee

+
+protected boolean validateEmployee(Employee employee)
+
+
+
+
+
+
+
+
+
+ +

+getIsEditState

+
+public BooleanState getIsEditState()
+
+
+
+
+
+
+
+
+
+ +

+getDateOfBirthValidState

+
+public BooleanState getDateOfBirthValidState()
+
+
+
+
+
+
+
+
+
+ +

+getEmplNumberValidState

+
+public BooleanState getEmplNumberValidState()
+
+
+
+
+
+
+
+
+
+ +

+getFirstNameValidState

+
+public BooleanState getFirstNameValidState()
+
+
+
+
+
+
+
+
+
+ +

+getNameValidState

+
+public BooleanState getNameValidState()
+
+
+
+
+
+
+
+
+
+ +

+getCurrentEmpl

+
+public Employee getCurrentEmpl()
+
+
+
Specified by:
getCurrentEmpl in interface EmployeeService
+
+
+
+
+
+
+ +

+showEmpl

+
+public void showEmpl(Employee empl,
+                     boolean edit)
+
+
+
Specified by:
showEmpl in interface EmployeeService
+
+
+
+
+
+
+ +

+save

+
+public void save()
+
+
+
+
+
+
+
+
+
+ +

+cancle

+
+public void cancle()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailFrame.html new file mode 100644 index 0000000..159e505 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailFrame.html @@ -0,0 +1,535 @@ + + + + + + +EmplDetailFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Class EmplDetailFrame

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjava.awt.Window
+              extended byjava.awt.Frame
+                  extended byjavax.swing.JFrame
+                      extended bycom.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
+
+
+
+
public class EmplDetailFrame
extends javax.swing.JFrame
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
EmplDetailFrame() + +
+          This is the default constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JTextFieldgetBirthTextField() + +
+          This method initializes birthTextField
+ javax.swing.JButtongetCancleButton() + +
+          This method initializes cancleButton
+ javax.swing.JTextFieldgetNameTextField() + +
+          This method initializes nameTextField
+ javax.swing.JTextFieldgetNumberTextField() + +
+          This method initializes numberTextField
+ javax.swing.JButtongetSaveButton() + +
+          This method initializes saveButton
+ javax.swing.JTextFieldgetSurNameTextField() + +
+          This method initializes surNameTextField
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmplDetailFrame

+
+public EmplDetailFrame()
+
+
This is the default constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getNameTextField

+
+public javax.swing.JTextField getNameTextField()
+
+
This method initializes nameTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+
+ +

+getSurNameTextField

+
+public javax.swing.JTextField getSurNameTextField()
+
+
This method initializes surNameTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+
+ +

+getBirthTextField

+
+public javax.swing.JTextField getBirthTextField()
+
+
This method initializes birthTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+
+ +

+getNumberTextField

+
+public javax.swing.JTextField getNumberTextField()
+
+
This method initializes numberTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+
+ +

+getSaveButton

+
+public javax.swing.JButton getSaveButton()
+
+
This method initializes saveButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getCancleButton

+
+public javax.swing.JButton getCancleButton()
+
+
This method initializes cancleButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html new file mode 100644 index 0000000..1a38d9a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html @@ -0,0 +1,369 @@ + + + + + + +EmplDetailPresentation.JComponentMarkedBooleanStateAdapter (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Class EmplDetailPresentation.JComponentMarkedBooleanStateAdapter

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
+      extended bycom.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
+          extended bycom.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
+
+
+
All Implemented Interfaces:
BooleanStateAdapter, Disposable
+
+
+
Enclosing class:
EmplDetailPresentation
+
+
+
+
public class EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
extends AbstractSwingBooleanStateAdapter
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
EmplDetailPresentation.JComponentMarkedBooleanStateAdapter() + +
+          Creates a new JComponentVisibleBooleanStateAdapter.
EmplDetailPresentation.JComponentMarkedBooleanStateAdapter(java.lang.String name) + +
+          Creates a new JComponentVisibleBooleanStateAdapter.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddJComponent(javax.swing.JComponent jcomponent) + +
+          Adds a JComponent, whos visibility should be adapted from the state.
+ voidaddJComponentInverse(javax.swing.JComponent jcomponent) + +
+          Adds a JComponent, whos visibility should be adapted inverse from the state.
+ voidremoveJComponent(javax.swing.JComponent jcomponent) + +
+          Removes a previously added JComponent from adapting its enablement.
+protected  voidsetAdaptedValue(java.lang.Object target, + boolean value) + +
+          Sets the adapted value for the given target object (that was added before to + this adapter).
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.swing.states.adapters.AbstractSwingBooleanStateAdapter
updateAdaptedValue
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.states.AbstractBooleanStateAdapter
addTarget, addTarget, addTargetInverse, dispose, getBooleanState, getName, removeTarget, setAdaptedValue, setBooleanState, setName
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmplDetailPresentation.JComponentMarkedBooleanStateAdapter

+
+public EmplDetailPresentation.JComponentMarkedBooleanStateAdapter()
+
+
Creates a new JComponentVisibleBooleanStateAdapter. +

+

+
+ +

+EmplDetailPresentation.JComponentMarkedBooleanStateAdapter

+
+public EmplDetailPresentation.JComponentMarkedBooleanStateAdapter(java.lang.String name)
+
+
Creates a new JComponentVisibleBooleanStateAdapter. +

+

Parameters:
name - the name of the adapter
+ + + + + + + + +
+Method Detail
+ +

+addJComponent

+
+public void addJComponent(javax.swing.JComponent jcomponent)
+
+
Adds a JComponent, whos visibility should be adapted from the state. +

+

+
Parameters:
jcomponent - the JComponent to add
+
+
+
+ +

+addJComponentInverse

+
+public void addJComponentInverse(javax.swing.JComponent jcomponent)
+
+
Adds a JComponent, whos visibility should be adapted inverse from the state. +

+

+
Parameters:
jcomponent - the JComponent to add
+
+
+
+ +

+removeJComponent

+
+public void removeJComponent(javax.swing.JComponent jcomponent)
+
+
Removes a previously added JComponent from adapting its enablement. +

+

+
Parameters:
jcomponent - the JComponent to remove
+
+
+
+ +

+setAdaptedValue

+
+protected void setAdaptedValue(java.lang.Object target,
+                               boolean value)
+
+
Description copied from class: AbstractBooleanStateAdapter
+
Sets the adapted value for the given target object (that was added before to + this adapter). +

+

+
Specified by:
setAdaptedValue in class AbstractBooleanStateAdapter
+
+
+
Parameters:
target - the target to adapt the value to
value - the value to adapt
See Also:
AbstractBooleanStateAdapter.setAdaptedValue(java.lang.Object, boolean)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.html new file mode 100644 index 0000000..a921a7b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDetailPresentation.html @@ -0,0 +1,467 @@ + + + + + + +EmplDetailPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Class EmplDetailPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
+          extended bycom.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class EmplDetailPresentation
extends AbstractPresentationFeature
+ +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+ classEmplDetailPresentation.JComponentMarkedBooleanStateAdapter + +
+           
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
disposables
+  + + + + + + + + + + +
+Constructor Summary
EmplDetailPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidbindActions() + +
+          Binds the actions from the dialog core (e.g. within an action or command manager) + to the visual representation. +
+protected  voidbindData() + +
+          Binds the data from the dialog core (e.g. within a data manager) to the + visual representation. +
+protected  voidconfigureStates() + +
+          Configures states from the dialog core and presentation states + and binds them to the visual representation. +
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
getCommandManagerFeature, getDataManager, getDataManagerFeature, getValue, registerDisposable, release, unregisterDisposable
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+EmplDetailPresentation

+
+public EmplDetailPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractPresentationFeature
+
+
+
+
+
+
+ +

+bindActions

+
+protected void bindActions()
+
+
Description copied from class: AbstractPresentationFeature
+
Binds the actions from the dialog core (e.g. within an action or command manager) + to the visual representation. + This method is called second in the AbstractPresentationFeature.prepare() method, + after AbstractPresentationFeature.bindData() has been called. +

+

+
Specified by:
bindActions in class AbstractPresentationFeature
+
+
+
+
+
+
+ +

+bindData

+
+protected void bindData()
+
+
Description copied from class: AbstractPresentationFeature
+
Binds the data from the dialog core (e.g. within a data manager) to the + visual representation. + This method is called first in the AbstractPresentationFeature.prepare() method +

+

+
Specified by:
bindData in class AbstractPresentationFeature
+
+
+
+
+
+
+ +

+configureStates

+
+protected void configureStates()
+
+
Description copied from class: AbstractPresentationFeature
+
Configures states from the dialog core and presentation states + and binds them to the visual representation. + This method is called last in the AbstractPresentationFeature.prepare() method, + after AbstractPresentationFeature.bindData() and AbstractPresentationFeature.bindActions() has been called. +

+

+
Specified by:
configureStates in class AbstractPresentationFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDialogConstants.html new file mode 100644 index 0000000..63ba3b2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmplDialogConstants.html @@ -0,0 +1,319 @@ + + + + + + +EmplDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Interface EmplDialogConstants

+
+
+
public interface EmplDialogConstants
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCOMMAND_CANCLE + +
+           
+static java.lang.StringCOMMAND_SAVE + +
+           
+static java.lang.StringDATA_EMPLOYEE + +
+           
+static java.lang.StringDATA_EMPLOYEE_DATEOFBIRTH + +
+           
+static java.lang.StringDATA_EMPLOYEE_EMPLNUMBER + +
+           
+static java.lang.StringDATA_EMPLOYEE_FIRSTNAME + +
+           
+static java.lang.StringDATA_EMPLOYEE_NAME + +
+           
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+DATA_EMPLOYEE

+
+public static final java.lang.String DATA_EMPLOYEE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_EMPLOYEE_EMPLNUMBER

+
+public static final java.lang.String DATA_EMPLOYEE_EMPLNUMBER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_EMPLOYEE_NAME

+
+public static final java.lang.String DATA_EMPLOYEE_NAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_EMPLOYEE_FIRSTNAME

+
+public static final java.lang.String DATA_EMPLOYEE_FIRSTNAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATA_EMPLOYEE_DATEOFBIRTH

+
+public static final java.lang.String DATA_EMPLOYEE_DATEOFBIRTH
+
+
+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_SAVE

+
+public static final java.lang.String COMMAND_SAVE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_CANCLE

+
+public static final java.lang.String COMMAND_CANCLE
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmployeeService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmployeeService.html new file mode 100644 index 0000000..1ab0ef5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/EmployeeService.html @@ -0,0 +1,245 @@ + + + + + + +EmployeeService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplDetail +
+Interface EmployeeService

+
+
All Superinterfaces:
Service
+
+
+
All Known Implementing Classes:
EmplDetailDialog
+
+
+
+
public interface EmployeeService
extends Service
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ EmployeegetCurrentEmpl() + +
+           
+ voidshowEmpl(Employee empl, + boolean edit) + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+showEmpl

+
+public void showEmpl(Employee empl,
+                     boolean edit)
+
+
+
+
+
+
+
+
+
+ +

+getCurrentEmpl

+
+public Employee getCurrentEmpl()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailDialog.html new file mode 100644 index 0000000..9c7e333 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailFrame.html new file mode 100644 index 0000000..328e6a4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailFrame.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailFrame +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html new file mode 100644 index 0000000..eaa2ff7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.JComponentMarkedBooleanStateAdapter.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation.JComponentMarkedBooleanStateAdapter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.html new file mode 100644 index 0000000..3a5e580 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDetailPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDetailPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDialogConstants.html new file mode 100644 index 0000000..da88af9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmplDialogConstants.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmplDialogConstants +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmployeeService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmployeeService.html new file mode 100644 index 0000000..aadf0b9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/class-use/EmployeeService.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmployeeService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.allinone.emplDetail.EmployeeService

+
+ + + + + + + + + +
+Packages that use EmployeeService
com.sdm.quasar.client.showcase.swing.allinone.emplDetail  
+  +

+ + + + + +
+Uses of EmployeeService in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that implement EmployeeService
+ classEmplDetailDialog + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-frame.html new file mode 100644 index 0000000..598a7ab --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplDetail (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplDetail + + + + +
+Interfaces  + +
+EmplDialogConstants +
+EmployeeService
+ + + + + + +
+Classes  + +
+EmplDetailDialog +
+EmplDetailFrame +
+EmplDetailPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-summary.html new file mode 100644 index 0000000..5e17297 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-summary.html @@ -0,0 +1,174 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplDetail (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.allinone.emplDetail +

+ + + + + + + + + + + + + +
+Interface Summary
EmplDialogConstants 
EmployeeService 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
EmplDetailDialog 
EmplDetailFrame 
EmplDetailPresentation 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-tree.html new file mode 100644 index 0000000..76c0f35 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-tree.html @@ -0,0 +1,179 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplDetail Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.allinone.emplDetail +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-use.html new file mode 100644 index 0000000..d851d2e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplDetail/package-use.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.allinone.emplDetail (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.allinone.emplDetail

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing.allinone.emplDetail
com.sdm.quasar.client.showcase.swing.allinone.emplDetail  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail used by com.sdm.quasar.client.showcase.swing.allinone.emplDetail
EmployeeService + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialog.html new file mode 100644 index 0000000..7df2bd9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialog.html @@ -0,0 +1,510 @@ + + + + + + +ListDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplList +
+Class ListDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
+          extended bycom.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog
+
+
+
All Implemented Interfaces:
Feature, ListDialogConstants, SystemInfoProvider
+
+
+
+
public class ListDialog
extends AbstractDialogCoreFeature
implements ListDialogConstants
+ +

+


+ +

+ + + + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants
COMMAND_DELETE_EMPLOYEE, COMMAND_EDIT_EMPLOYEE, COMMAND_NEW_EMPLOYEE, COMMAND_OPEN_EMPLOYEE, COMMAND_RESET, DATA_COMPANY, DATA_COMPANY_EMPLOYEES, DATA_COMPANY_EMPLOYEES_INDEXED, DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER, DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME, DATA_COMPANY_EMPLOYEES_INDEXED_NAME, DATA_COMPANY_NAME, DATA_SELECTED_EMPLOYEE, DATA_SELECTED_EMPLOYEE_INDEX
+  + + + + + + + + + + +
+Constructor Summary
ListDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddeleteEmployee() + +
+           
+ voideditEmployee() + +
+           
+protected  DialogCreationFeaturegetDialogCreationFeature() + +
+           
+protected  voidinitCommandManager() + +
+          Initializes the CommandManager. +
+protected  voidinitDataManager() + +
+          Initializes the DataManager. +
+protected  voidinitStates() + +
+          Initializes the States. +
+protected  CompanyloadCompany() + +
+           
+ voidnewEmployee() + +
+           
+ voidopenEmployee() + +
+           
+ voidreset() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractDialogCoreFeature
dispose, getCommandManagerFeature, getDataManager, getDataManagerFeature, getValue, init, setValue, setValue
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ListDialog

+
+public ListDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initCommandManager

+
+protected void initCommandManager()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the CommandManager. + This method is called last in the AbstractDialogCoreFeature.init() method + after AbstractDialogCoreFeature.initDataManager() and AbstractDialogCoreFeature.initStates(). +

+

+
Specified by:
initCommandManager in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+initDataManager

+
+protected void initDataManager()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the DataManager. + This method is called first in the AbstractDialogCoreFeature.init() method +

+

+
Specified by:
initDataManager in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+initStates

+
+protected void initStates()
+
+
Description copied from class: AbstractDialogCoreFeature
+
Initializes the States. + This method is called second in AbstractDialogCoreFeature.init() + after initializing the DataManager + (see AbstractDialogCoreFeature.initDataManager()). +

+

+
Specified by:
initStates in class AbstractDialogCoreFeature
+
+
+
+
+
+
+ +

+newEmployee

+
+public void newEmployee()
+
+
+
+
+
+
+
+
+
+ +

+openEmployee

+
+public void openEmployee()
+
+
+
+
+
+
+
+
+
+ +

+editEmployee

+
+public void editEmployee()
+
+
+
+
+
+
+
+
+
+ +

+deleteEmployee

+
+public void deleteEmployee()
+
+
+
+
+
+
+
+
+
+ +

+reset

+
+public void reset()
+
+
+
+
+
+
+
+
+
+ +

+loadCompany

+
+protected Company loadCompany()
+
+
+
+
+
+
+
+
+
+ +

+getDialogCreationFeature

+
+protected DialogCreationFeature getDialogCreationFeature()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialogConstants.html new file mode 100644 index 0000000..091e9c6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListDialogConstants.html @@ -0,0 +1,487 @@ + + + + + + +ListDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplList +
+Interface ListDialogConstants

+
+
All Known Implementing Classes:
ListDialog
+
+
+
+
public interface ListDialogConstants
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCOMMAND_DELETE_EMPLOYEE + +
+          Command name for the command to edit a new Employee
+static java.lang.StringCOMMAND_EDIT_EMPLOYEE + +
+          Command name for the command to edit a new Employee
+static java.lang.StringCOMMAND_NEW_EMPLOYEE + +
+          Command name for the command to edit a new Employee
+static java.lang.StringCOMMAND_OPEN_EMPLOYEE + +
+          Command name for the command to edit a new Employee
+static java.lang.StringCOMMAND_RESET + +
+          Command name for the command to discard changes
+static java.lang.StringDATA_COMPANY + +
+          Key constant for the value in the data manager that is a Company. +
+static java.lang.StringDATA_COMPANY_EMPLOYEES + +
+          Key constant for the value in the data manager that corresponds to Company.getEmployees().
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED + +
+          Key constant for the node that allows indexed access to one of the values in Company.getEmployees().
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER + +
+          Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME + +
+          Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_NAME + +
+          Key constant for the value in the data manager that corresponds to Person.getName() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_NAME + +
+          Key constant for the value in the data manager that corresponds to Company.getName().
+static java.lang.StringDATA_SELECTED_EMPLOYEE + +
+          Key constant for the value in the data manager that corresponds to selected Employee. +
+static java.lang.StringDATA_SELECTED_EMPLOYEE_INDEX + +
+          Key constant for the value in the data manager that contains the current selection index in the list of employees.
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+DATA_COMPANY

+
+public static final java.lang.String DATA_COMPANY
+
+
Key constant for the value in the data manager that is a Company. + This defines the root node of the company and its depending data structures. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_NAME

+
+public static final java.lang.String DATA_COMPANY_NAME
+
+
Key constant for the value in the data manager that corresponds to Company.getName(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES
+
+
Key constant for the value in the data manager that corresponds to Company.getEmployees(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED
+
+
Key constant for the node that allows indexed access to one of the values in Company.getEmployees(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_NAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_NAME
+
+
Key constant for the value in the data manager that corresponds to Person.getName() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
+
+
Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
+
+
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_SELECTED_EMPLOYEE_INDEX

+
+public static final java.lang.String DATA_SELECTED_EMPLOYEE_INDEX
+
+
Key constant for the value in the data manager that contains the current selection index in the list of employees. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_SELECTED_EMPLOYEE

+
+public static final java.lang.String DATA_SELECTED_EMPLOYEE
+
+
Key constant for the value in the data manager that corresponds to selected Employee. + That is the value of the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when + the current selection index stored in DATA_SELECTED_EMPLOYEE_INDEX is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_NEW_EMPLOYEE

+
+public static final java.lang.String COMMAND_NEW_EMPLOYEE
+
+
Command name for the command to edit a new Employee +

+

+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_OPEN_EMPLOYEE

+
+public static final java.lang.String COMMAND_OPEN_EMPLOYEE
+
+
Command name for the command to edit a new Employee +

+

+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_EDIT_EMPLOYEE

+
+public static final java.lang.String COMMAND_EDIT_EMPLOYEE
+
+
Command name for the command to edit a new Employee +

+

+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_DELETE_EMPLOYEE

+
+public static final java.lang.String COMMAND_DELETE_EMPLOYEE
+
+
Command name for the command to edit a new Employee +

+

+
See Also:
Constant Field Values
+
+
+ +

+COMMAND_RESET

+
+public static final java.lang.String COMMAND_RESET
+
+
Command name for the command to discard changes +

+

+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPanel.html new file mode 100644 index 0000000..fbc8a5e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPanel.html @@ -0,0 +1,489 @@ + + + + + + +ListPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplList +
+Class ListPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class ListPanel
extends javax.swing.JPanel
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ListPanel() + +
+          This is the default constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JButtongetDeleteButton() + +
+          This method initializes deleteButton
+ javax.swing.JButtongetEditButton() + +
+          This method initializes editButton
+ javax.swing.JTablegetListTable() + +
+          This method initializes allInOneListTable
+ javax.swing.JButtongetNewButton() + +
+          This method initializes newButton
+ javax.swing.JButtongetOpenButton() + +
+          This method initializes openButton
+ javax.swing.JButtongetResetButton() + +
+          This method initializes resetButton
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ListPanel

+
+public ListPanel()
+
+
This is the default constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getListTable

+
+public javax.swing.JTable getListTable()
+
+
This method initializes allInOneListTable +

+

+ +
Returns:
javax.swing.JTable
+
+
+
+ +

+getOpenButton

+
+public javax.swing.JButton getOpenButton()
+
+
This method initializes openButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getEditButton

+
+public javax.swing.JButton getEditButton()
+
+
This method initializes editButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getNewButton

+
+public javax.swing.JButton getNewButton()
+
+
This method initializes newButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getDeleteButton

+
+public javax.swing.JButton getDeleteButton()
+
+
This method initializes deleteButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getResetButton

+
+public javax.swing.JButton getResetButton()
+
+
This method initializes resetButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPresentation.html new file mode 100644 index 0000000..1ef5647 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/ListPresentation.html @@ -0,0 +1,452 @@ + + + + + + +ListPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.emplList +
+Class ListPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
+          extended bycom.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ListPresentation
extends AbstractPresentationFeature
+ +

+


+ +

+ + + + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
disposables
+  + + + + + + + + + + +
+Constructor Summary
ListPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidbindActions() + +
+          Binds the actions from the dialog core (e.g. within an action or command manager) + to the visual representation. +
+protected  voidbindData() + +
+          Binds the data from the dialog core (e.g. within a data manager) to the + visual representation. +
+protected  voidconfigureStates() + +
+          Configures states from the dialog core and presentation states + and binds them to the visual representation. +
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialogsupport.features.AbstractPresentationFeature
getCommandManagerFeature, getDataManager, getDataManagerFeature, getValue, registerDisposable, release, unregisterDisposable
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ListPresentation

+
+public ListPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractPresentationFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#prepare()
+
+
+
+ +

+bindActions

+
+protected void bindActions()
+
+
Description copied from class: AbstractPresentationFeature
+
Binds the actions from the dialog core (e.g. within an action or command manager) + to the visual representation. + This method is called second in the AbstractPresentationFeature.prepare() method, + after AbstractPresentationFeature.bindData() has been called. +

+

+
Specified by:
bindActions in class AbstractPresentationFeature
+
+
+
+
+
+
+ +

+bindData

+
+protected void bindData()
+
+
Description copied from class: AbstractPresentationFeature
+
Binds the data from the dialog core (e.g. within a data manager) to the + visual representation. + This method is called first in the AbstractPresentationFeature.prepare() method +

+

+
Specified by:
bindData in class AbstractPresentationFeature
+
+
+
+
+
+
+ +

+configureStates

+
+protected void configureStates()
+
+
Description copied from class: AbstractPresentationFeature
+
Configures states from the dialog core and presentation states + and binds them to the visual representation. + This method is called last in the AbstractPresentationFeature.prepare() method, + after AbstractPresentationFeature.bindData() and AbstractPresentationFeature.bindActions() has been called. +

+

+
Specified by:
configureStates in class AbstractPresentationFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialog.html new file mode 100644 index 0000000..c91e477 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialogConstants.html new file mode 100644 index 0000000..cd50191 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListDialogConstants.html @@ -0,0 +1,172 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.allinone.emplList.ListDialogConstants

+
+ + + + + + + + + +
+Packages that use ListDialogConstants
com.sdm.quasar.client.showcase.swing.allinone.emplList  
+  +

+ + + + + +
+Uses of ListDialogConstants in com.sdm.quasar.client.showcase.swing.allinone.emplList
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing.allinone.emplList that implement ListDialogConstants
+ classListDialog + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPanel.html new file mode 100644 index 0000000..c31cdbb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPresentation.html new file mode 100644 index 0000000..f2385bd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/class-use/ListPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.emplList.ListPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-frame.html new file mode 100644 index 0000000..dd2fcb9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplList (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplList + + + + +
+Interfaces  + +
+ListDialogConstants
+ + + + + + +
+Classes  + +
+ListDialog +
+ListPanel +
+ListPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-summary.html new file mode 100644 index 0000000..e70fd5e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-summary.html @@ -0,0 +1,170 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplList (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.allinone.emplList +

+ + + + + + + + + +
+Interface Summary
ListDialogConstants 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ListDialog 
ListPanel 
ListPresentation 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-tree.html new file mode 100644 index 0000000..9bf888d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-tree.html @@ -0,0 +1,169 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.emplList Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.allinone.emplList +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-use.html new file mode 100644 index 0000000..6bc50b1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/emplList/package-use.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.allinone.emplList (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.allinone.emplList

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing.allinone.emplList
com.sdm.quasar.client.showcase.swing.allinone.emplList  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing.allinone.emplList used by com.sdm.quasar.client.showcase.swing.allinone.emplList
ListDialogConstants + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldConstants.html new file mode 100644 index 0000000..3ab360b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldConstants.html @@ -0,0 +1,247 @@ + + + + + + +HelloWorldConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.helloworld +
+Interface HelloWorldConstants

+
+
+
public interface HelloWorldConstants
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringGREETING_COMMAND + +
+           
+static java.lang.StringGREETING_DATA + +
+           
+static java.lang.StringNAME_DATA + +
+           
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+NAME_DATA

+
+public static final java.lang.String NAME_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+GREETING_DATA

+
+public static final java.lang.String GREETING_DATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+GREETING_COMMAND

+
+public static final java.lang.String GREETING_COMMAND
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldDialog.html new file mode 100644 index 0000000..1143fb8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldDialog.html @@ -0,0 +1,439 @@ + + + + + + +HelloWorldDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.helloworld +
+Class HelloWorldDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class HelloWorldDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HelloWorldDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  CommandManagerFeaturegetCommandManagerFeature() + +
+           
+protected  DataManagergetDataManager() + +
+           
+protected  DataManagerFeaturegetDataManagerFeature() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidinitCommandManager() + +
+           
+protected  voidinitDataManager() + +
+           
+protected  voidinitStates() + +
+           
+ voidsayHello() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldDialog

+
+public HelloWorldDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+initDataManager

+
+protected void initDataManager()
+
+
+
+
+
+
+ +

+initStates

+
+protected void initStates()
+
+
+
+
+
+
+ +

+initCommandManager

+
+protected void initCommandManager()
+
+
+
+
+
+
+ +

+sayHello

+
+public void sayHello()
+
+
+
+
+
+
+ +

+getDataManager

+
+protected DataManager getDataManager()
+
+
+
+
+
+
+ +

+getDataManagerFeature

+
+protected DataManagerFeature getDataManagerFeature()
+
+
+
+
+
+
+ +

+getCommandManagerFeature

+
+protected CommandManagerFeature getCommandManagerFeature()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPanel.html new file mode 100644 index 0000000..56d00ef --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPanel.html @@ -0,0 +1,420 @@ + + + + + + +HelloWorldPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.helloworld +
+Class HelloWorldPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class HelloWorldPanel
extends javax.swing.JPanel
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
HelloWorldPanel() + +
+          This is the default constructor
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JLabelgetGreetingLabel() + +
+           
+ javax.swing.JButtongetHelloButton() + +
+          This method initializes helloButton
+ javax.swing.JTextFieldgetNameTextField() + +
+          This method initializes nameTextField
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldPanel

+
+public HelloWorldPanel()
+
+
This is the default constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getHelloButton

+
+public javax.swing.JButton getHelloButton()
+
+
This method initializes helloButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getGreetingLabel

+
+public javax.swing.JLabel getGreetingLabel()
+
+
+
+
+
+
+ +

+getNameTextField

+
+public javax.swing.JTextField getNameTextField()
+
+
This method initializes nameTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentation.html new file mode 100644 index 0000000..a7d39b8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentation.html @@ -0,0 +1,413 @@ + + + + + + +HelloWorldPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.helloworld +
+Class HelloWorldPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class HelloWorldPresentation
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HelloWorldPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidbindActions() + +
+           
+protected  voidbindData() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  CommandManagerFeaturegetCommandManagerFeature() + +
+           
+protected  DataManagerFeaturegetDataManagerFeature() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldPresentation

+
+public HelloWorldPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
AbstractFeature.prepare()
+
+
+
+ +

+bindData

+
+protected void bindData()
+
+
+
+
+
+
+ +

+bindActions

+
+protected void bindActions()
+
+
+
+
+
+
+ +

+getDataManagerFeature

+
+protected DataManagerFeature getDataManagerFeature()
+
+
+
+
+
+
+ +

+getCommandManagerFeature

+
+protected CommandManagerFeature getCommandManagerFeature()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentationWithFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentationWithFrame.html new file mode 100644 index 0000000..1d156b6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/HelloWorldPresentationWithFrame.html @@ -0,0 +1,432 @@ + + + + + + +HelloWorldPresentationWithFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.allinone.helloworld +
+Class HelloWorldPresentationWithFrame

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class HelloWorldPresentationWithFrame
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HelloWorldPresentationWithFrame() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidbindActions() + +
+           
+protected  voidbindData() + +
+           
+protected  voidclosePresentation() + +
+           
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  CommandManagerFeaturegetCommandManagerFeature() + +
+           
+protected  DataManagerFeaturegetDataManagerFeature() + +
+           
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HelloWorldPresentationWithFrame

+
+public HelloWorldPresentationWithFrame()
+
+
+ + + + + + + + +
+Method Detail
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
AbstractFeature.prepare()
+
+
+
+ +

+bindData

+
+protected void bindData()
+
+
+
+
+
+
+ +

+bindActions

+
+protected void bindActions()
+
+
+
+
+
+
+ +

+closePresentation

+
+protected final void closePresentation()
+
+
+
+
+
+
+ +

+getDataManagerFeature

+
+protected DataManagerFeature getDataManagerFeature()
+
+
+
+
+
+
+ +

+getCommandManagerFeature

+
+protected CommandManagerFeature getCommandManagerFeature()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldConstants.html new file mode 100644 index 0000000..cb21fea --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldConstants.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldConstants +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldDialog.html new file mode 100644 index 0000000..cc79d8c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPanel.html new file mode 100644 index 0000000..68cc57f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentation.html new file mode 100644 index 0000000..bed9bd8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentationWithFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentationWithFrame.html new file mode 100644 index 0000000..7d93266 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/class-use/HelloWorldPresentationWithFrame.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld.HelloWorldPresentationWithFrame +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-frame.html new file mode 100644 index 0000000..3d5ba11 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.helloworld + + + + +
+Interfaces  + +
+HelloWorldConstants
+ + + + + + +
+Classes  + +
+HelloWorldDialog +
+HelloWorldPanel +
+HelloWorldPresentation +
+HelloWorldPresentationWithFrame
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-summary.html new file mode 100644 index 0000000..21aae49 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-summary.html @@ -0,0 +1,174 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.allinone.helloworld +

+ + + + + + + + + +
+Interface Summary
HelloWorldConstants 
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
HelloWorldDialog 
HelloWorldPanel 
HelloWorldPresentation 
HelloWorldPresentationWithFrame 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-tree.html new file mode 100644 index 0000000..7cb1ba3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-tree.html @@ -0,0 +1,164 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.allinone.helloworld Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.allinone.helloworld +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-use.html new file mode 100644 index 0000000..3aba165 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/allinone/helloworld/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.allinone.helloworld (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.allinone.helloworld

+
+No usage of com.sdm.quasar.client.showcase.swing.allinone.helloworld +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/CompanyService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/CompanyService.html new file mode 100644 index 0000000..ac863ef --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/CompanyService.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.CompanyService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.CompanyService

+
+No usage of com.sdm.quasar.client.showcase.swing.CompanyService +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcasePortalCreationService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcasePortalCreationService.html new file mode 100644 index 0000000..02f4ad5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcasePortalCreationService.html @@ -0,0 +1,173 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.ShowcasePortalCreationService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.ShowcasePortalCreationService

+
+ + + + + + + + + +
+Packages that use ShowcasePortalCreationService
com.sdm.quasar.client.showcase.swing  
+  +

+ + + + + +
+Uses of ShowcasePortalCreationService in com.sdm.quasar.client.showcase.swing
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing that implement ShowcasePortalCreationService
+ classShowcaseSessionFeature + +
+          This feature represents the session in the swing showcase. +
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcaseSessionFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcaseSessionFeature.html new file mode 100644 index 0000000..8103f47 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/ShowcaseSessionFeature.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature

+
+No usage of com.sdm.quasar.client.showcase.swing.ShowcaseSessionFeature +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/SwingShowcaseApplication.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/SwingShowcaseApplication.html new file mode 100644 index 0000000..d4728cf --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/class-use/SwingShowcaseApplication.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication

+
+No usage of com.sdm.quasar.client.showcase.swing.SwingShowcaseApplication +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialog.html new file mode 100644 index 0000000..215c49a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialog.html @@ -0,0 +1,340 @@ + + + + + + +DataManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.data.manager +
+Class DataManagerDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog
+
+
+
All Implemented Interfaces:
DataManagerDialogConstants, Feature, SystemInfoProvider
+
+
+
+
public class DataManagerDialog
extends AbstractFeature
implements DataManagerDialogConstants
+ +

+This class is the dialog core of the dialog demonstrating the use of the + DataManagerComponent. +

+ The DataManagerFeature + is created and configured, which is used directly by the + DataManagerDialogPresentation. +

+ This class declares the key constants that can be used to access the values + in the data manager. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants
DATA_COMPANY, DATA_COMPANY_EMPLOYEES, DATA_COMPANY_EMPLOYEES_INDEXED, DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER, DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME, DATA_COMPANY_EMPLOYEES_INDEXED_NAME, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME, DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME, DATA_COMPANY_EMPLOYEES_SELECTION, DATA_COMPANY_NAME
+  + + + + + + + + + + +
+Constructor Summary
DataManagerDialog() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataManagerDialog

+
+public DataManagerDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogConstants.html new file mode 100644 index 0000000..cddce9f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogConstants.html @@ -0,0 +1,505 @@ + + + + + + +DataManagerDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.data.manager +
+Interface DataManagerDialogConstants

+
+
All Known Implementing Classes:
DataManagerDialog
+
+
+
+
public interface DataManagerDialogConstants
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringDATA_COMPANY + +
+          Key constant for the value in the data manager that is a Company. +
+static java.lang.StringDATA_COMPANY_EMPLOYEES + +
+          Key constant for the value in the data manager that corresponds to Company.getEmployees().
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED + +
+          Key constant for the node that allows indexed access to one of the values in Company.getEmployees().
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER + +
+          Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME + +
+          Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_NAME + +
+          Key constant for the value in the data manager that corresponds to Person.getName() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED + +
+          Key constant for the value in the data manager that corresponds to selected Employee. +
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE + +
+          Key constant for the value in the data manager that corresponds to Person.getDateOfBirth() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER + +
+          Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING + +
+          Key constant for the value in the data manager that corresponds to value + of DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME + +
+          Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME + +
+          Key constant for the value in the data manager that corresponds to Person.getName() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
+static java.lang.StringDATA_COMPANY_EMPLOYEES_SELECTION + +
+          Key constant for the value in the data manager that contains the current selection index in the list of employees.
+static java.lang.StringDATA_COMPANY_NAME + +
+          Key constant for the value in the data manager that corresponds to Company.getName().
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+DATA_COMPANY

+
+public static final java.lang.String DATA_COMPANY
+
+
Key constant for the value in the data manager that is a Company. + This defines the root node of the company and its depending data structures. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_NAME

+
+public static final java.lang.String DATA_COMPANY_NAME
+
+
Key constant for the value in the data manager that corresponds to Company.getName(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES
+
+
Key constant for the value in the data manager that corresponds to Company.getEmployees(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED
+
+
Key constant for the node that allows indexed access to one of the values in Company.getEmployees(). +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_NAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_NAME
+
+
Key constant for the value in the data manager that corresponds to Person.getName() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
+
+
Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
+
+
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_SELECTION

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_SELECTION
+
+
Key constant for the value in the data manager that contains the current selection index in the list of employees. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED
+
+
Key constant for the value in the data manager that corresponds to selected Employee. + That is the value of the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when + the current selection index stored in DATA_COMPANY_EMPLOYEES_SELECTION is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME
+
+
Key constant for the value in the data manager that corresponds to Person.getName() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME
+
+
Key constant for the value in the data manager that corresponds to Person.getFirstname() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER
+
+
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING
+
+
Key constant for the value in the data manager that corresponds to value + of DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE

+
+public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE
+
+
Key constant for the value in the data manager that corresponds to Person.getDateOfBirth() + of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the + selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPanel.html new file mode 100644 index 0000000..8b8d785 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPanel.html @@ -0,0 +1,517 @@ + + + + + + +DataManagerDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.data.manager +
+Class DataManagerDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class DataManagerDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + DataManagerDialogPresentation. + This class is generated using JFormDesigner. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
DataManagerDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  javax.swing.JTextFieldgetAngestellterNameTextField() + +
+           
+protected  javax.swing.JTextFieldgetAngestellterVornameTextField() + +
+           
+protected  javax.swing.JTextFieldgetAngestNrTextField() + +
+           
+protected  javax.swing.JTablegetFirmaTable() + +
+           
+protected  javax.swing.JTextFieldgetFirmennameTextField() + +
+           
+protected  javax.swing.JTextFieldgetGebDatumTextField() + +
+           
+protected  javax.swing.JPanelgetInformationPanelSlot() + +
+           
+protected  javax.swing.JLabelgetSelectedIndexLabel() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataManagerDialogPanel

+
+public DataManagerDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAngestellterNameTextField

+
+protected javax.swing.JTextField getAngestellterNameTextField()
+
+
+
+
+
+
+ +

+getAngestellterVornameTextField

+
+protected javax.swing.JTextField getAngestellterVornameTextField()
+
+
+
+
+
+
+ +

+getAngestNrTextField

+
+protected javax.swing.JTextField getAngestNrTextField()
+
+
+
+
+
+
+ +

+getFirmennameTextField

+
+protected javax.swing.JTextField getFirmennameTextField()
+
+
+
+
+
+
+ +

+getGebDatumTextField

+
+protected javax.swing.JTextField getGebDatumTextField()
+
+
+
+
+
+
+ +

+getInformationPanelSlot

+
+protected javax.swing.JPanel getInformationPanelSlot()
+
+
+
+
+
+
+ +

+getFirmaTable

+
+protected javax.swing.JTable getFirmaTable()
+
+
+
+
+
+
+ +

+getSelectedIndexLabel

+
+protected javax.swing.JLabel getSelectedIndexLabel()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPresentation.html new file mode 100644 index 0000000..f075fef --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/DataManagerDialogPresentation.html @@ -0,0 +1,384 @@ + + + + + + +DataManagerDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.data.manager +
+Class DataManagerDialogPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DataManagerDialogPresentation
extends AbstractFeature
+ +

+Presentation class for the + DataManagerDialog. + This class uses DataManagerDialogPanel + as visual representation. + It sets up the data binding connection between the + model, which is a DataManagerFeature + that has been configured by the dialog core, and the widgets of the visual representation. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DataManagerDialogPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DataManagerDialogPresentation

+
+public DataManagerDialogPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#prepare()
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#release()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialog.html new file mode 100644 index 0000000..3def2e1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogConstants.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogConstants.html new file mode 100644 index 0000000..5ad51c0 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogConstants.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogConstants

+
+ + + + + + + + + +
+Packages that use DataManagerDialogConstants
com.sdm.quasar.client.showcase.swing.data.manager  
+  +

+ + + + + +
+Uses of DataManagerDialogConstants in com.sdm.quasar.client.showcase.swing.data.manager
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing.data.manager that implement DataManagerDialogConstants
+ classDataManagerDialog + +
+          This class is the dialog core of the dialog demonstrating the use of the + DataManagerComponent. +
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPanel.html new file mode 100644 index 0000000..0dfc4d2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPresentation.html new file mode 100644 index 0000000..5976576 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/class-use/DataManagerDialogPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.data.manager.DataManagerDialogPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-frame.html new file mode 100644 index 0000000..12c36d2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.data.manager + + + + +
+Interfaces  + +
+DataManagerDialogConstants
+ + + + + + +
+Classes  + +
+DataManagerDialog +
+DataManagerDialogPanel +
+DataManagerDialogPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-summary.html new file mode 100644 index 0000000..1f2275e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-summary.html @@ -0,0 +1,176 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.data.manager +

+ + + + + + + + + +
+Interface Summary
DataManagerDialogConstants 
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
DataManagerDialogThis class is the dialog core of the dialog demonstrating the use of the + DataManagerComponent. +
DataManagerDialogPanelVisual representation for the + DataManagerDialogPresentation. +
DataManagerDialogPresentationPresentation class for the + DataManagerDialog. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-tree.html new file mode 100644 index 0000000..36018da --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.data.manager Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.data.manager +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-use.html new file mode 100644 index 0000000..2a51d7e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/data/manager/package-use.html @@ -0,0 +1,162 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.data.manager (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.data.manager

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing.data.manager
com.sdm.quasar.client.showcase.swing.data.manager  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing.data.manager used by com.sdm.quasar.client.showcase.swing.data.manager
DataManagerDialogConstants + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialog.html new file mode 100644 index 0000000..3ca4274 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialog.html @@ -0,0 +1,443 @@ + + + + + + +ExtendedLifeCycleDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle +
+Class ExtendedLifeCycleDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ExtendedLifeCycleDialog
extends AbstractFeature
+ +

+This is an example of a dialog that uses the extended life cycle defined + in LifeCycle + and demonstrates the use of the + ActivationObjectionService. + It conforms to the architecture of an unstructured dialog + (i.e. this class is the only feature in the dialog.) +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ExtendedLifeCycleDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+protected  voiddeactivate() + +
+          Called when the dialog is deactivated. +
+ voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ExtendedLifeCycleDialog

+
+public ExtendedLifeCycleDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is deactivated. + Override this method if you want to perform some action on LifeCycle.deactivate()(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialogPanel.html new file mode 100644 index 0000000..4adf9ae --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/ExtendedLifeCycleDialogPanel.html @@ -0,0 +1,417 @@ + + + + + + +ExtendedLifeCycleDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle +
+Class ExtendedLifeCycleDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class ExtendedLifeCycleDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + ExtendedLifeCycleDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ExtendedLifeCycleDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JCheckBoxgetRefuseCheckBox() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ExtendedLifeCycleDialogPanel

+
+public ExtendedLifeCycleDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getRefuseCheckBox

+
+public javax.swing.JCheckBox getRefuseCheckBox()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialog.html new file mode 100644 index 0000000..df91b11 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialogPanel.html new file mode 100644 index 0000000..ad17ea2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/class-use/ExtendedLifeCycleDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle.ExtendedLifeCycleDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-frame.html new file mode 100644 index 0000000..d6c0aad --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle + + + + +
+Classes  + +
+ExtendedLifeCycleDialog +
+ExtendedLifeCycleDialogPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-summary.html new file mode 100644 index 0000000..003643a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-summary.html @@ -0,0 +1,157 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle +

+ + + + + + + + + + + + + +
+Class Summary
ExtendedLifeCycleDialogThis is an example of a dialog that uses the extended life cycle defined + in LifeCycle + and demonstrates the use of the + ActivationObjectionService. +
ExtendedLifeCycleDialogPanelVisual representation for the + ExtendedLifeCycleDialog.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-tree.html new file mode 100644 index 0000000..1bde371 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-use.html new file mode 100644 index 0000000..77d8d9a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/extlifecycle/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.extlifecycle +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialog.html new file mode 100644 index 0000000..b03d715 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialog.html @@ -0,0 +1,393 @@ + + + + + + +StructuredDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.structured +
+Class StructuredDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog
+
+
+
All Implemented Interfaces:
Feature, StructuredDialogActions, SystemInfoProvider
+
+
+
+
public class StructuredDialog
extends AbstractFeature
implements StructuredDialogActions
+ +

+This is an example class demonstrates how to build a structured dialog + (with presentation and dialog core). This class represents the dialog core. +

+ The configuration of this dialog installs two features: +

+ The connection from the presentation to the dialog core is made by the presentation + with a call to DialogControl.getFeature( StructuredDialog.class) +

+ In this case, the data is a simple data bean + (StructuredDialogData) + which is stored in an observable com.sdm.util.model.ValueModel + that can be accessed using getStructuredDialogDataValueModel(). + Alternatively you can use a separate model which can be either accessed + by a getter on the dialog core or provided as a separate feature. + In a more complex version the model can even be a + DataManager. +

+ The action is provided in form of a simple method + StructuredDialogActions.changeMessage(). + Alternatively you may use a + com.sdm.quasar.client.core.actions.ActionProvider or + com.sdm.quasar.client.core.events.StatefulEventProcessor as a dialog event mechanism. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StructuredDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidchangeMessage() + +
+          Request to change the message
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+ ValueModelgetStructuredDialogDataValueModel() + +
+          Provide the StructuredDialogData wrapped in a ValueHolder.
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StructuredDialog

+
+public StructuredDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+getStructuredDialogDataValueModel

+
+public ValueModel getStructuredDialogDataValueModel()
+
+
Provide the StructuredDialogData wrapped in a ValueHolder. +

+

+
+
+
+
+
+
+
+ +

+changeMessage

+
+public void changeMessage()
+
+
Description copied from interface: StructuredDialogActions
+
Request to change the message +

+

+
Specified by:
changeMessage in interface StructuredDialogActions
+
+
+
See Also:
StructuredDialogActions.changeMessage()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogActions.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogActions.html new file mode 100644 index 0000000..e596adf --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogActions.html @@ -0,0 +1,229 @@ + + + + + + +StructuredDialogActions (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.structured +
+Interface StructuredDialogActions

+
+
All Known Implementing Classes:
StructuredDialog
+
+
+
+
public interface StructuredDialogActions
+ +

+This interface represents the dialog actions (= dialog events) that + the StructuredDialog + offers to the presentation. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidchangeMessage() + +
+          Request to change the message
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+changeMessage

+
+public void changeMessage()
+
+
Request to change the message +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogData.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogData.html new file mode 100644 index 0000000..f4ddf65 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogData.html @@ -0,0 +1,289 @@ + + + + + + +StructuredDialogData (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.structured +
+Class StructuredDialogData

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData
+
+
+
+
public class StructuredDialogData
extends java.lang.Object
+ +

+This is a simple plain java bean used by the + StructuredDialog + to provide data to the + StructuredDialogPresentation. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StructuredDialogData() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetMessage() + +
+          Get the current value of the message.
+ voidsetMessage(java.lang.String message) + +
+          Set the new value of the message
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StructuredDialogData

+
+public StructuredDialogData()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMessage

+
+public java.lang.String getMessage()
+
+
Get the current value of the message. +

+

+ +
Returns:
the message
+
+
+
+ +

+setMessage

+
+public void setMessage(java.lang.String message)
+
+
Set the new value of the message +

+

+
Parameters:
message - the new message
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPanel.html new file mode 100644 index 0000000..17aff54 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPanel.html @@ -0,0 +1,436 @@ + + + + + + +StructuredDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.structured +
+Class StructuredDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class StructuredDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + StructuredDialogPresentation. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
StructuredDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JButtongetChangeButton() + +
+           
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JLabelgetMessageLabel() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StructuredDialogPanel

+
+public StructuredDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getMessageLabel

+
+public javax.swing.JLabel getMessageLabel()
+
+
+
+
+
+
+ +

+getChangeButton

+
+public javax.swing.JButton getChangeButton()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPresentation.html new file mode 100644 index 0000000..bd9b39b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/StructuredDialogPresentation.html @@ -0,0 +1,356 @@ + + + + + + +StructuredDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.structured +
+Class StructuredDialogPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class StructuredDialogPresentation
extends AbstractFeature
+ +

+Simple presentation to demonstrate the separation of dialog core + and presentation in a structured dialog. +

+ Our visual representation is basically a label and a button. + The label is set up to reflect the value of the dialog core's + StructuredDialogData.getMessage() + (connected using the com.sdm.util.model.ValueModel observer mechanism). + When the button is pressed, the dialog core's action is called + (StructuredDialogActions.changeMessage(). +

+ The implementation accesses the dialog core + using #getStructuredDialog(). +

+ The visual representation is offered for embedding using the + com.sdm.quasar.client.core.embedding.services.VisualRepresentationFeature. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
StructuredDialogPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates the visual representation by calling #initVisualRepresentation() + and setting it to the VisualRepresentationFeature.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+StructuredDialogPresentation

+
+public StructuredDialogPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates the visual representation by calling #initVisualRepresentation() + and setting it to the VisualRepresentationFeature. +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialog.html new file mode 100644 index 0000000..31e84ba --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogActions.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogActions.html new file mode 100644 index 0000000..ef1ad18 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogActions.html @@ -0,0 +1,173 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogActions (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogActions

+
+ + + + + + + + + +
+Packages that use StructuredDialogActions
com.sdm.quasar.client.showcase.swing.dialogs.structured  
+  +

+ + + + + +
+Uses of StructuredDialogActions in com.sdm.quasar.client.showcase.swing.dialogs.structured
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing.dialogs.structured that implement StructuredDialogActions
+ classStructuredDialog + +
+          This is an example class demonstrates how to build a structured dialog + (with presentation and dialog core).
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogData.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogData.html new file mode 100644 index 0000000..e66dd32 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogData.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogData +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPanel.html new file mode 100644 index 0000000..10430c7 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPresentation.html new file mode 100644 index 0000000..d1cc9fd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/class-use/StructuredDialogPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.structured.StructuredDialogPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-frame.html new file mode 100644 index 0000000..3326eb8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.structured (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.structured + + + + +
+Interfaces  + +
+StructuredDialogActions
+ + + + + + +
+Classes  + +
+StructuredDialog +
+StructuredDialogData +
+StructuredDialogPanel +
+StructuredDialogPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-summary.html new file mode 100644 index 0000000..e5b8f0a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.structured (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.dialogs.structured +

+ + + + + + + + + +
+Interface Summary
StructuredDialogActionsThis interface represents the dialog actions (= dialog events) that + the StructuredDialog + offers to the presentation.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
StructuredDialogThis is an example class demonstrates how to build a structured dialog + (with presentation and dialog core).
StructuredDialogDataThis is a simple plain java bean used by the + StructuredDialog + to provide data to the + StructuredDialogPresentation.
StructuredDialogPanelVisual representation for the + StructuredDialogPresentation.
StructuredDialogPresentationSimple presentation to demonstrate the separation of dialog core + and presentation in a structured dialog. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-tree.html new file mode 100644 index 0000000..6264356 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.structured Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.dialogs.structured +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-use.html new file mode 100644 index 0000000..5e9aa7c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/structured/package-use.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.dialogs.structured (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.dialogs.structured

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing.dialogs.structured
com.sdm.quasar.client.showcase.swing.dialogs.structured  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing.dialogs.structured used by com.sdm.quasar.client.showcase.swing.dialogs.structured
StructuredDialogActions + +
+          This interface represents the dialog actions (= dialog events) that + the StructuredDialog + offers to the presentation.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/UnstructuredDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/UnstructuredDialog.html new file mode 100644 index 0000000..504d392 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/UnstructuredDialog.html @@ -0,0 +1,327 @@ + + + + + + +UnstructuredDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.dialogs.unstructured +
+Class UnstructuredDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class UnstructuredDialog
extends AbstractFeature
+ +

+This is an example class that demonstrates how to build a dialog without components. + It does nothing but display a message in a message pane. +

+ This class must implement the + Feature interface. + It should usually extend AbstractFeature + class since that offers the convenience registration to the + LifeCycle and redirects + the corresponding lifecycle methods to protected methods in this implementation. + You can override these methods as needed, except for dispose() + which must be overridden to release any resources at the end of the life cycle + that the dialog may have reserved during its lifetime. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
UnstructuredDialog() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+UnstructuredDialog

+
+public UnstructuredDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/class-use/UnstructuredDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/class-use/UnstructuredDialog.html new file mode 100644 index 0000000..535d570 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/class-use/UnstructuredDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.unstructured.UnstructuredDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-frame.html new file mode 100644 index 0000000..ce121e8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.unstructured (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.unstructured + + + + +
+Classes  + +
+UnstructuredDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-summary.html new file mode 100644 index 0000000..4a3bc8a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-summary.html @@ -0,0 +1,149 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.unstructured (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.dialogs.unstructured +

+ + + + + + + + + +
+Class Summary
UnstructuredDialogThis is an example class that demonstrates how to build a dialog without components. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-tree.html new file mode 100644 index 0000000..643d835 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.dialogs.unstructured Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.dialogs.unstructured +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-use.html new file mode 100644 index 0000000..5e92ab4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/dialogs/unstructured/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.dialogs.unstructured (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.dialogs.unstructured

+
+No usage of com.sdm.quasar.client.showcase.swing.dialogs.unstructured +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindow.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindow.html new file mode 100644 index 0000000..29d6045 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindow.html @@ -0,0 +1,467 @@ + + + + + + +DependentWindow (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dependent +
+Class DependentWindow

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DependentWindow
extends AbstractFeature
+ +

+This is an example of a dialog that is dependent on the life cycle of a parent dialog + and whose own visual representation is a not modal window, i.e. it is not visually embedded + in the parent dialog's visual representation. +

+ The window offers an input field and two buttons that close the window, one committing the input and on ignoring it. +

+ This dialog offers the DependentWindowService + that allows the parent dialog to access the committed state and the user's input. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DependentWindow() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Displays our #frame.
+protected  voiddeactivate() + +
+          Hides our #frame
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidhandleCancel() + +
+          Called when the user presses #cancelButton + or closes the window, requests deactivation using + ActivationService.requestDeactivate().
+protected  voidhandleOk() + +
+          Called when the user presses #okButton, requests deactivation using + ActivationService.requestDeactivate().
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates the visual representation of the dialog.
+protected  voidrelease() + +
+          Disposes our #frame.
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DependentWindow

+
+public DependentWindow()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates the visual representation of the dialog. +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Displays our #frame. +

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Hides our #frame +

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Disposes our #frame. +

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+
+ +

+handleCancel

+
+protected void handleCancel()
+
+
Called when the user presses #cancelButton + or closes the window, requests deactivation using + ActivationService.requestDeactivate(). +

+

+
+
+
+
+ +

+handleOk

+
+protected void handleOk()
+
+
Called when the user presses #okButton, requests deactivation using + ActivationService.requestDeactivate(). +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialog.html new file mode 100644 index 0000000..5954bfc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialog.html @@ -0,0 +1,378 @@ + + + + + + +DependentWindowDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dependent +
+Class DependentWindowDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DependentWindowDialog
extends AbstractFeature
+ +

+This dialog displays a button that opens a DependentWindow + (that is not a modal dialog). + The window has an input field, and when the user commits that input the value is displayed next to the button. +

+ This dialog uses a RootControllerFeature + to manage the lifecycle of the dependent dialog. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DependentWindowDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our own visual representation and links the + #openButton to #showWindow().
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DependentWindowDialog

+
+public DependentWindowDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our own visual representation and links the + #openButton to #showWindow(). +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialogPanel.html new file mode 100644 index 0000000..5f925c3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowDialogPanel.html @@ -0,0 +1,455 @@ + + + + + + +DependentWindowDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dependent +
+Class DependentWindowDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class DependentWindowDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + com.sdm.quasar.client.showcase.swing.dialogs.embedding.dependent.DependentWindowDialogPresentation. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
DependentWindowDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JLabelgetMessageLabel() + +
+           
+ javax.swing.JButtongetOpenButton() + +
+           
+ javax.swing.JLabelgetResultLabel() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DependentWindowDialogPanel

+
+public DependentWindowDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getMessageLabel

+
+public javax.swing.JLabel getMessageLabel()
+
+
+
+
+
+
+ +

+getOpenButton

+
+public javax.swing.JButton getOpenButton()
+
+
+
+
+
+
+ +

+getResultLabel

+
+public javax.swing.JLabel getResultLabel()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowFrame.html new file mode 100644 index 0000000..149b5e4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowFrame.html @@ -0,0 +1,501 @@ + + + + + + +DependentWindowFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dependent +
+Class DependentWindowFrame

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjava.awt.Window
+              extended byjava.awt.Frame
+                  extended byjavax.swing.JFrame
+                      extended bycom.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
+
+
+
+
public class DependentWindowFrame
extends javax.swing.JFrame
+ +

+Visual representation for the + DependentWindow. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
DependentWindowFrame() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JButtongetCancelButton() + +
+           
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JButtongetOkButton() + +
+           
+ javax.swing.JTextFieldgetResultValueField() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DependentWindowFrame

+
+public DependentWindowFrame()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCancelButton

+
+public javax.swing.JButton getCancelButton()
+
+
+
+
+
+
+ +

+getOkButton

+
+public javax.swing.JButton getOkButton()
+
+
+
+
+
+
+ +

+getResultValueField

+
+public javax.swing.JTextField getResultValueField()
+
+
+
+
+
+
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowService.html new file mode 100644 index 0000000..3567207 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/DependentWindowService.html @@ -0,0 +1,277 @@ + + + + + + +DependentWindowService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dependent +
+Interface DependentWindowService

+
+
All Superinterfaces:
Service
+
+
+
+
public interface DependentWindowService
extends Service
+ +

+Service offered by the DependentWindow + that allows the controlling dialog to access the user input and the committed state. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetValue() + +
+           
+ booleanisCommitted() + +
+           
+ voidsetValue(java.lang.String value) + +
+          Sets the current input value
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getValue

+
+public java.lang.String getValue()
+
+
+
+
+
+ +
Returns:
the value input by the user
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
Sets the current input value +

+

+
+
+
+
Parameters:
value - the new value
+
+
+
+ +

+isCommitted

+
+public boolean isCommitted()
+
+
+
+
+
+ +
Returns:
true if the user pressed the commit button
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindow.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindow.html new file mode 100644 index 0000000..5cee9e2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindow.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindow +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialog.html new file mode 100644 index 0000000..a8f8246 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialogPanel.html new file mode 100644 index 0000000..863e0e2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowFrame.html new file mode 100644 index 0000000..a3b1279 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowFrame.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowFrame +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowService.html new file mode 100644 index 0000000..acf1420 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/class-use/DependentWindowService.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent.DependentWindowService +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-frame.html new file mode 100644 index 0000000..767b4d5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dependent (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dependent + + + + +
+Interfaces  + +
+DependentWindowService
+ + + + + + +
+Classes  + +
+DependentWindow +
+DependentWindowDialog +
+DependentWindowDialogPanel +
+DependentWindowFrame
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-summary.html new file mode 100644 index 0000000..6cb19d2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-summary.html @@ -0,0 +1,182 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dependent (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.embedding.dependent +

+ + + + + + + + + +
+Interface Summary
DependentWindowServiceService offered by the DependentWindow + that allows the controlling dialog to access the user input and the committed state.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DependentWindowThis is an example of a dialog that is dependent on the life cycle of a parent dialog + and whose own visual representation is a not modal window, i.e. it is not visually embedded + in the parent dialog's visual representation. +
DependentWindowDialogThis dialog displays a button that opens a DependentWindow + (that is not a modal dialog). +
DependentWindowDialogPanelVisual representation for the + com.sdm.quasar.client.showcase.swing.dialogs.embedding.dependent.DependentWindowDialogPresentation.
DependentWindowFrameVisual representation for the + DependentWindow.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-tree.html new file mode 100644 index 0000000..f67d905 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-tree.html @@ -0,0 +1,175 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dependent Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.embedding.dependent +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-use.html new file mode 100644 index 0000000..b013d6f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dependent/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.embedding.dependent (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.embedding.dependent

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dependent +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/DialogInDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/DialogInDialog.html new file mode 100644 index 0000000..18a6e7c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/DialogInDialog.html @@ -0,0 +1,380 @@ + + + + + + +DialogInDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.dialogindialog +
+Class DialogInDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class DialogInDialog
extends AbstractFeature
+ +

+This is an example of a dialog that includes another dialog, in this case a simple + HtmlMessagePane. +

+ This dialog uses a com.sdm.quasar.client.core.embedding.MultipleActivationControllerFeature + to manage the sub dialog lifecycle and a PanelCompositeFeature + to manage the visual embedding. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
DialogInDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our visual representation and sets up the + MultipleActivationControllerFeature and the + PanelCompositeFeature.
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+DialogInDialog

+
+public DialogInDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our visual representation and sets up the + MultipleActivationControllerFeature and the + PanelCompositeFeature. +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/class-use/DialogInDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/class-use/DialogInDialog.html new file mode 100644 index 0000000..ce7f09f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/class-use/DialogInDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dialogindialog.DialogInDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-frame.html new file mode 100644 index 0000000..9e0155e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dialogindialog (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dialogindialog + + + + +
+Classes  + +
+DialogInDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-summary.html new file mode 100644 index 0000000..3a6dd11 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dialogindialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.embedding.dialogindialog +

+ + + + + + + + + +
+Class Summary
DialogInDialogThis is an example of a dialog that includes another dialog, in this case a simple + HtmlMessagePane. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-tree.html new file mode 100644 index 0000000..0683a97 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.dialogindialog Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.embedding.dialogindialog +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-use.html new file mode 100644 index 0000000..211352a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/dialogindialog/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.embedding.dialogindialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.embedding.dialogindialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.dialogindialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialog.html new file mode 100644 index 0000000..4f1657d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialog.html @@ -0,0 +1,374 @@ + + + + + + +NewPortalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.independent +
+Class NewPortalDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class NewPortalDialog
extends AbstractFeature
+ +

+This is an example of a dialog that opens another independent window (in this case another portal). + The new dialog does not depend on the life cycle of this dialog. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NewPortalDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our visual representation and connects the #openButton + to #showWindow().
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NewPortalDialog

+
+public NewPortalDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our visual representation and connects the #openButton + to #showWindow(). +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialogPanel.html new file mode 100644 index 0000000..63fd688 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/NewPortalDialogPanel.html @@ -0,0 +1,436 @@ + + + + + + +NewPortalDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.independent +
+Class NewPortalDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class NewPortalDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + NewPortalDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
NewPortalDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JLabelgetMessageLabel() + +
+           
+ javax.swing.JButtongetOpenButton() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NewPortalDialogPanel

+
+public NewPortalDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getMessageLabel

+
+public javax.swing.JLabel getMessageLabel()
+
+
+
+
+
+
+ +

+getOpenButton

+
+public javax.swing.JButton getOpenButton()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialog.html new file mode 100644 index 0000000..105012d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialogPanel.html new file mode 100644 index 0000000..f4d4d10 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/class-use/NewPortalDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.independent.NewPortalDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-frame.html new file mode 100644 index 0000000..5cf083b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.independent (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.independent + + + + +
+Classes  + +
+NewPortalDialog +
+NewPortalDialogPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-summary.html new file mode 100644 index 0000000..65e6225 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-summary.html @@ -0,0 +1,154 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.independent (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.embedding.independent +

+ + + + + + + + + + + + + +
+Class Summary
NewPortalDialogThis is an example of a dialog that opens another independent window (in this case another portal). +
NewPortalDialogPanelVisual representation for the + NewPortalDialog.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-tree.html new file mode 100644 index 0000000..9a8eb23 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.independent Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.embedding.independent +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-use.html new file mode 100644 index 0000000..4c6c18a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/independent/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.embedding.independent (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.embedding.independent

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.independent +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialog.html new file mode 100644 index 0000000..2300eb3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialog.html @@ -0,0 +1,492 @@ + + + + + + +ModalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.modal +
+Class ModalDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ModalDialog
extends AbstractFeature
+ +

+This is an example of a dialog that is modal and has a return value. +

+ The dialog offers an input field and two buttons that close the window, + one committing the input and on cancelling it. +

+ This dialog offers access to its commit state and the user's input + using ValueService. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ModalDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidactionBinding() + +
+           
+protected  voidactivate() + +
+          Show our visual representation, the modal dialog
+protected  voiddeactivate() + +
+          Hide our visual representation
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidhandleCancel() + +
+          Called when the user presses #cancelButton + or closes the window, requests deactivation using + ActivationService.requestDeactivate().
+protected  voidhandleOk() + +
+          Called when the user presses #okButton, requests deactivation using + ActivationService.requestDeactivate().
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates and initializes our visual representation.
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ModalDialog

+
+public ModalDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates and initializes our visual representation. +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+actionBinding

+
+public void actionBinding()
+
+
+
+
+
+
+ +

+handleCancel

+
+protected void handleCancel()
+
+
Called when the user presses #cancelButton + or closes the window, requests deactivation using + ActivationService.requestDeactivate(). +

+

+
+
+
+
+ +

+handleOk

+
+protected void handleOk()
+
+
Called when the user presses #okButton, requests deactivation using + ActivationService.requestDeactivate(). +

+

+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Show our visual representation, the modal dialog +

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Hide our visual representation +

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialog.html new file mode 100644 index 0000000..1336e7e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialog.html @@ -0,0 +1,377 @@ + + + + + + +ModalDialogDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.modal +
+Class ModalDialogDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ModalDialogDialog
extends AbstractFeature
+ +

+This is an example of a dialog that opens another dialog as modal dialog + (ModalDialog). +

+ This dialog uses a RootControllerFeature + to manage the lifecycle of the dependent dialog. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ModalDialogDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our visual representation and connects the openButton + to #showModalDialog().
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ModalDialogDialog

+
+public ModalDialogDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our visual representation and connects the openButton + to #showModalDialog(). +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialogPanel.html new file mode 100644 index 0000000..7a48456 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogDialogPanel.html @@ -0,0 +1,436 @@ + + + + + + +ModalDialogDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.modal +
+Class ModalDialogDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class ModalDialogDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + ModalDialogDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ModalDialogDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JButtongetOpenButton() + +
+           
+ javax.swing.JLabelgetResultLabel() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ModalDialogDialogPanel

+
+public ModalDialogDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getOpenButton

+
+public javax.swing.JButton getOpenButton()
+
+
+
+
+
+
+ +

+getResultLabel

+
+public javax.swing.JLabel getResultLabel()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogPanel.html new file mode 100644 index 0000000..4a0c6ac --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ModalDialogPanel.html @@ -0,0 +1,455 @@ + + + + + + +ModalDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.modal +
+Class ModalDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class ModalDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + ModalDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ModalDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JButtongetCancelButton() + +
+           
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JButtongetOkButton() + +
+           
+ javax.swing.JTextFieldgetResultValueField() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ModalDialogPanel

+
+public ModalDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getCancelButton

+
+public javax.swing.JButton getCancelButton()
+
+
+
+
+
+
+ +

+getOkButton

+
+public javax.swing.JButton getOkButton()
+
+
+
+
+
+
+ +

+getResultValueField

+
+public javax.swing.JTextField getResultValueField()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ValueService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ValueService.html new file mode 100644 index 0000000..9b256ae --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/ValueService.html @@ -0,0 +1,277 @@ + + + + + + +ValueService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.modal +
+Interface ValueService

+
+
All Superinterfaces:
Service
+
+
+
+
public interface ValueService
extends Service
+ +

+Service offered by the ModalDialog + that allows the controlling dialog to access the user input and the committed state. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetValue() + +
+           
+ booleanisCommitted() + +
+           
+ voidsetValue(java.lang.String value) + +
+          Sets the current input value
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getValue

+
+public java.lang.String getValue()
+
+
+
+
+
+ +
Returns:
the value input by the user
+
+
+
+ +

+setValue

+
+public void setValue(java.lang.String value)
+
+
Sets the current input value +

+

+
+
+
+
Parameters:
value - the new value
+
+
+
+ +

+isCommitted

+
+public boolean isCommitted()
+
+
+
+
+
+ +
Returns:
true if the user pressed the commit button
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialog.html new file mode 100644 index 0000000..b3eadbb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialog.html new file mode 100644 index 0000000..305ec92 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialogPanel.html new file mode 100644 index 0000000..ab31047 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogPanel.html new file mode 100644 index 0000000..4a2b945 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ModalDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal.ModalDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ValueService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ValueService.html new file mode 100644 index 0000000..5438805 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/class-use/ValueService.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal.ValueService +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-frame.html new file mode 100644 index 0000000..b5d9d53 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.modal (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.modal + + + + +
+Interfaces  + +
+ValueService
+ + + + + + +
+Classes  + +
+ModalDialog +
+ModalDialogDialog +
+ModalDialogDialogPanel +
+ModalDialogPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-summary.html new file mode 100644 index 0000000..eda5e7c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-summary.html @@ -0,0 +1,180 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.modal (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.embedding.modal +

+ + + + + + + + + +
+Interface Summary
ValueServiceService offered by the ModalDialog + that allows the controlling dialog to access the user input and the committed state.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ModalDialogThis is an example of a dialog that is modal and has a return value. +
ModalDialogDialogThis is an example of a dialog that opens another dialog as modal dialog + (ModalDialog). +
ModalDialogDialogPanelVisual representation for the + ModalDialogDialog.
ModalDialogPanelVisual representation for the + ModalDialog.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-tree.html new file mode 100644 index 0000000..dd9b622 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-tree.html @@ -0,0 +1,166 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.modal Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.embedding.modal +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-use.html new file mode 100644 index 0000000..5195b1b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/modal/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.embedding.modal (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.embedding.modal

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.modal +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/TabDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/TabDialog.html new file mode 100644 index 0000000..7e4bdbb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/TabDialog.html @@ -0,0 +1,380 @@ + + + + + + +TabDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.embedding.tabdialog +
+Class TabDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class TabDialog
extends AbstractFeature
+ +

+This is an example of a dialog that includes another dialog, in this case a simple + HtmlMessagePane. +

+ This dialog uses a MultipleActivationControllerFeature + to manage the sub dialog lifecycle and a PanelCompositeFeature + to manage the visual embedding. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
TabDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our visual representation and sets up the + MultipleActivationControllerFeature and the + PanelCompositeFeature.
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+TabDialog

+
+public TabDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our visual representation and sets up the + MultipleActivationControllerFeature and the + PanelCompositeFeature. +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/class-use/TabDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/class-use/TabDialog.html new file mode 100644 index 0000000..2f7d0fc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/class-use/TabDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.tabdialog.TabDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-frame.html new file mode 100644 index 0000000..07e30eb --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.tabdialog (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.tabdialog + + + + +
+Classes  + +
+TabDialog
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-summary.html new file mode 100644 index 0000000..f1cd731 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.tabdialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.embedding.tabdialog +

+ + + + + + + + + +
+Class Summary
TabDialogThis is an example of a dialog that includes another dialog, in this case a simple + HtmlMessagePane. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-tree.html new file mode 100644 index 0000000..208563f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.embedding.tabdialog Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.embedding.tabdialog +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-use.html new file mode 100644 index 0000000..8192901 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/embedding/tabdialog/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.embedding.tabdialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.embedding.tabdialog

+
+No usage of com.sdm.quasar.client.showcase.swing.embedding.tabdialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginDialog.html new file mode 100644 index 0000000..14696f8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginDialog.html @@ -0,0 +1,485 @@ + + + + + + +LoginDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.login +
+Class LoginDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.login.LoginDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class LoginDialog
extends AbstractFeature
+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
LoginDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Called when the dialog is activated. +
+protected  voiddeactivate() + +
+          Called when the dialog is deactivated. +
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidinitActions() + +
+           
+protected  voidlogin() + +
+           
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+protected  voidrelease() + +
+          Called when the dialog is released. +
+protected  voidreset() + +
+           
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+LoginDialog

+
+public LoginDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is activated. + Override this method if you want to perform some action on LifeCycle.activate(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is deactivated. + Override this method if you want to perform some action on LifeCycle.deactivate()(). +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
+
+
+
+ +

+initActions

+
+protected void initActions()
+
+
+
+
+
+
+ +

+login

+
+protected void login()
+
+
+
+
+
+
+ +

+reset

+
+protected void reset()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginFrame.html new file mode 100644 index 0000000..307d03e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/LoginFrame.html @@ -0,0 +1,508 @@ + + + + + + +LoginFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.login +
+Class LoginFrame

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjava.awt.Window
+              extended byjava.awt.Frame
+                  extended byjavax.swing.JFrame
+                      extended bycom.sdm.quasar.client.showcase.swing.login.LoginFrame
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
+
+
+
+
public class LoginFrame
extends javax.swing.JFrame
+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
+ + + + + + + +
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
LoginFrame() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JLabelgetErrorMessageLabel() + +
+           
+ javax.swing.JButtongetLoginButton() + +
+          This method initializes loginButton
+ javax.swing.JPasswordFieldgetPasswordField() + +
+          This method initializes passwordField
+ javax.swing.JButtongetResetButton() + +
+          This method initializes resetButton
+ javax.swing.JTextFieldgetUserTextField() + +
+          This method initializes userTextField
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+LoginFrame

+
+public LoginFrame()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getErrorMessageLabel

+
+public javax.swing.JLabel getErrorMessageLabel()
+
+
+
+
+
+
+ +

+getLoginButton

+
+public javax.swing.JButton getLoginButton()
+
+
This method initializes loginButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getResetButton

+
+public javax.swing.JButton getResetButton()
+
+
This method initializes resetButton +

+

+ +
Returns:
javax.swing.JButton
+
+
+
+ +

+getUserTextField

+
+public javax.swing.JTextField getUserTextField()
+
+
This method initializes userTextField +

+

+ +
Returns:
javax.swing.JTextField
+
+
+
+ +

+getPasswordField

+
+public javax.swing.JPasswordField getPasswordField()
+
+
This method initializes passwordField +

+

+ +
Returns:
javax.swing.JPasswordField
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginDialog.html new file mode 100644 index 0000000..eb0a710 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.login.LoginDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.login.LoginDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.login.LoginDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginFrame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginFrame.html new file mode 100644 index 0000000..df7a71c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/class-use/LoginFrame.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.login.LoginFrame (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.login.LoginFrame

+
+No usage of com.sdm.quasar.client.showcase.swing.login.LoginFrame +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-frame.html new file mode 100644 index 0000000..cb57a61 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.login (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.login + + + + +
+Classes  + +
+LoginDialog +
+LoginFrame
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-summary.html new file mode 100644 index 0000000..368c8af --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.login (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.login +

+ + + + + + + + + + + + + +
+Class Summary
LoginDialog 
LoginFrame 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-tree.html new file mode 100644 index 0000000..5394624 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.login Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.login +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-use.html new file mode 100644 index 0000000..0224ba8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/login/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.login (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.login

+
+No usage of com.sdm.quasar.client.showcase.swing.login +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/HtmlMessagePane.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/HtmlMessagePane.html new file mode 100644 index 0000000..3cff430 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/HtmlMessagePane.html @@ -0,0 +1,348 @@ + + + + + + +HtmlMessagePane (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.messagepane +
+Class HtmlMessagePane

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class HtmlMessagePane
extends AbstractFeature
+ +

+A simple dialog that displays the content of an url in a mini browser. +

+ This dialog requires a creation context of type URL. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HtmlMessagePane() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates our visual representation #panel, fills it with + a mini browser (ShowcaseUtilities.createHtmlTextPane(URL)), + and registers it as our visual representation with + VisualRepresentationFeature.setVisualRepresentation(JComponent).
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HtmlMessagePane

+
+public HtmlMessagePane()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#imit()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates our visual representation #panel, fills it with + a mini browser (ShowcaseUtilities.createHtmlTextPane(URL)), + and registers it as our visual representation with + VisualRepresentationFeature.setVisualRepresentation(JComponent). +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#prepare()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/class-use/HtmlMessagePane.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/class-use/HtmlMessagePane.html new file mode 100644 index 0000000..6f634f6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/class-use/HtmlMessagePane.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane

+
+No usage of com.sdm.quasar.client.showcase.swing.messagepane.HtmlMessagePane +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-frame.html new file mode 100644 index 0000000..356cf07 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.messagepane (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.messagepane + + + + +
+Classes  + +
+HtmlMessagePane
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-summary.html new file mode 100644 index 0000000..986ef98 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-summary.html @@ -0,0 +1,149 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.messagepane (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.messagepane +

+ + + + + + + + + +
+Class Summary
HtmlMessagePaneA simple dialog that displays the content of an url in a mini browser. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-tree.html new file mode 100644 index 0000000..f326d21 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.messagepane Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.messagepane +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-use.html new file mode 100644 index 0000000..c62dd43 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/messagepane/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.messagepane (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.messagepane

+
+No usage of com.sdm.quasar.client.showcase.swing.messagepane +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialog.html new file mode 100644 index 0000000..c6d0b9e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialog.html @@ -0,0 +1,497 @@ + + + + + + +NavigationDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.navigation +
+Class NavigationDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.navigation.NavigationDialog
+
+
+
All Implemented Interfaces:
Feature, NavigationDialogActions, SystemInfoProvider
+
+
+
+
public class NavigationDialog
extends AbstractFeature
implements NavigationDialogActions
+ +

+The navigation dialog that displays a tree menu used to select various dialogs in the portal. + The dialog uses a NavigationPanel + as visual representation. +

+ The dialog requires that a + PortalControlService + is available in the hierarchy. +

+ The dialog requires a creation context of type + NavigationDialogConfig. +

+ The dialog uses a DataManagerComponent} + to store the navigation tree and the currently selected node. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + +
+Field Summary
+protected static java.lang.StringDATA_NAVIGATION_TREE + +
+          The key of the navigation menu in the data manager, the value + is of type NavigationMenuNode.
+protected static java.lang.StringDATA_SELECTED_NODE + +
+          The key of the currently selected menu item in the data manager, the + value is of type NavigationMenuNode.
+  + + + + + + + + + + +
+Constructor Summary
NavigationDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  booleancanRemoveOldDialog() + +
+          Tests if the current content dialog can be removed + (calls PortalControlService.canReleaseContent()).
+protected  voidchangeToNewDialog(NavigationMenuNode navigationMenuNode) + +
+          Updates the value of DATA_SELECTED_NODE + and calls PortalControlService.createContentDialog(String, Object) + with the parameters defined in the given node.
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ voidselectNode(NavigationMenuNode navigationMenuNode) + +
+          Closes the current content dialog if possible (canRemoveOldDialog()) and + creates the new content dialog (changeToNewDialog(NavigationMenuNode).
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+DATA_NAVIGATION_TREE

+
+protected static final java.lang.String DATA_NAVIGATION_TREE
+
+
The key of the navigation menu in the data manager, the value + is of type NavigationMenuNode. +

+

+
See Also:
Constant Field Values
+
+
+ +

+DATA_SELECTED_NODE

+
+protected static final java.lang.String DATA_SELECTED_NODE
+
+
The key of the currently selected menu item in the data manager, the + value is of type NavigationMenuNode. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+NavigationDialog

+
+public NavigationDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
AbstractFeature.prepare()
+
+
+
+ +

+selectNode

+
+public void selectNode(NavigationMenuNode navigationMenuNode)
+
+
Closes the current content dialog if possible (canRemoveOldDialog()) and + creates the new content dialog (changeToNewDialog(NavigationMenuNode). +

+

+
Specified by:
selectNode in interface NavigationDialogActions
+
+
+
Parameters:
navigationMenuNode - the menu entry to select or null, if no entry should be selected
+
+
+
+ +

+canRemoveOldDialog

+
+protected boolean canRemoveOldDialog()
+
+
Tests if the current content dialog can be removed + (calls PortalControlService.canReleaseContent()). +

+

+
+
+
+ +
Returns:
true if the current content dialog can be closed
+
+
+
+ +

+changeToNewDialog

+
+protected void changeToNewDialog(NavigationMenuNode navigationMenuNode)
+
+
Updates the value of DATA_SELECTED_NODE + and calls PortalControlService.createContentDialog(String, Object) + with the parameters defined in the given node. +

+

+
+
+
+
Parameters:
navigationMenuNode - the menu entry with its dialog information
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogActions.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogActions.html new file mode 100644 index 0000000..3391a6d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogActions.html @@ -0,0 +1,229 @@ + + + + + + +NavigationDialogActions (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.navigation +
+Interface NavigationDialogActions

+
+
All Known Implementing Classes:
NavigationDialog
+
+
+
+
public interface NavigationDialogActions
+ +

+The interface defining the dialog actions that the + NavigationDialog + offers the NavigationPanel. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidselectNode(NavigationMenuNode navigationMenuNode) + +
+          Changes the selection in the menu to the given node.
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+selectNode

+
+public void selectNode(NavigationMenuNode navigationMenuNode)
+
+
Changes the selection in the menu to the given node. +

+

+
Parameters:
navigationMenuNode - the menu entry to select or null, if no entry should be selected
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogConfig.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogConfig.html new file mode 100644 index 0000000..b46326a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationDialogConfig.html @@ -0,0 +1,321 @@ + + + + + + +NavigationDialogConfig (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.navigation +
+Class NavigationDialogConfig

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig
+
+
+
+
public class NavigationDialogConfig
extends java.lang.Object
+ +

+Context configuration object for the + NavigationDialog. + This class defines the structure of the navigation menu and which dialog + should be displayed, when no node is selected. +

+ The value for the menu definition is an array of entries, one for each entry in the navigation menu. + Each entry is an array of four values: +

    +
  1. The depth of the menu entry as a String parsable into an Integer. The highest level is "1". +
  2. The title of the node displayed in the navigation menu, a human readable string. +
  3. The dialog id of dialog that should be displayed when this entry is selected. +
  4. The context object that should be passed to the dialog upon creation. +
+

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NavigationDialogConfig(java.lang.String noSelectionDialogId, + java.lang.Object noSelectionDialogContext, + java.lang.Object[][] navigationMenu) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.Object[][]getNavigationMenu() + +
+           
+ java.lang.ObjectgetNoSelectionDialogContext() + +
+           
+ java.lang.StringgetNoSelectionDialogId() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NavigationDialogConfig

+
+public NavigationDialogConfig(java.lang.String noSelectionDialogId,
+                              java.lang.Object noSelectionDialogContext,
+                              java.lang.Object[][] navigationMenu)
+
+
Constructor. +

+

Parameters:
noSelectionDialogId - the id of the dialog that should be displayed when no menu item is selected
noSelectionDialogContext - the creation context of the dialog that should be displayed when no menu item is selected
navigationMenu - the definition of the menu, see NavigationDialogConfig for information about the value
+ + + + + + + + +
+Method Detail
+ +

+getNoSelectionDialogContext

+
+public java.lang.Object getNoSelectionDialogContext()
+
+
+ +
Returns:
the creation context of the dialog that should be displayed when no menu item is selected
+
+
+
+ +

+getNoSelectionDialogId

+
+public java.lang.String getNoSelectionDialogId()
+
+
+ +
Returns:
the id of the dialog that should be displayed when no menu item is selected
+
+
+
+ +

+getNavigationMenu

+
+public java.lang.Object[][] getNavigationMenu()
+
+
+ +
Returns:
the definition of the menu, see NavigationDialogConfig for information about the value
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationMenuNode.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationMenuNode.html new file mode 100644 index 0000000..e0f2766 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationMenuNode.html @@ -0,0 +1,372 @@ + + + + + + +NavigationMenuNode (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.navigation +
+Class NavigationMenuNode

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode
+
+
+
+
public class NavigationMenuNode
extends java.lang.Object
+ +

+Represents one node in the navigation menu of the + NavigationDialog. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
NavigationMenuNode(java.lang.String name, + java.lang.String dialogId, + java.lang.Object dialogContext) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddChild(NavigationMenuNode childNode) + +
+          Adds a child node.
+ java.util.ListgetChildren() + +
+           
+ java.lang.ObjectgetDialogContext() + +
+           
+ java.lang.StringgetDialogId() + +
+           
+ java.lang.StringgetName() + +
+           
+ java.lang.StringtoString() + +
+          A human readable string representation of the navigation menu node
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NavigationMenuNode

+
+public NavigationMenuNode(java.lang.String name,
+                          java.lang.String dialogId,
+                          java.lang.Object dialogContext)
+
+
Constructor. +

+

Parameters:
name - the human readable name of this node.
dialogId - the dialog id of the dialog that should be displayed when this node is selected
dialogContext - the creation context for the dialog that should be displayed when this node is selected
+ + + + + + + + +
+Method Detail
+ +

+addChild

+
+public void addChild(NavigationMenuNode childNode)
+
+
Adds a child node. +

+

+
Parameters:
childNode - the new child node
+
+
+
+ +

+getChildren

+
+public java.util.List getChildren()
+
+
+ +
Returns:
the children of this node, a list of NavigationMenuNode.
+
+
+
+ +

+getDialogContext

+
+public java.lang.Object getDialogContext()
+
+
+ +
Returns:
the creation context for the dialog that should be displayed when this node is selected
+
+
+
+ +

+getDialogId

+
+public java.lang.String getDialogId()
+
+
+ +
Returns:
the dialog id of the dialog that should be displayed when this node is selected
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+ +
Returns:
the human readable name of this node.
+
+
+
+ +

+toString

+
+public java.lang.String toString()
+
+
A human readable string representation of the navigation menu node +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationPanel.html new file mode 100644 index 0000000..ad28f9b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/NavigationPanel.html @@ -0,0 +1,357 @@ + + + + + + +NavigationPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.navigation +
+Class NavigationPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.navigation.NavigationPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class NavigationPanel
extends javax.swing.JPanel
+ +

+The visual representation of the + NavigationDialog. + This creates the tree based on the definition in the + given DataManager. It does not (yet) set up an automatic value binding. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
NavigationPanel(DataManager dataManager, + NavigationDialogActions navigationDialogActions) + +
+          Constructor, calls #initComponents().
+  + + + + + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+NavigationPanel

+
+public NavigationPanel(DataManager dataManager,
+                       NavigationDialogActions navigationDialogActions)
+
+
Constructor, calls #initComponents(). +

+

Parameters:
dataManager - the data manager containing the navigation menu definition.
navigationDialogActions - the callback used to notify the dialog when the user changes the selection
+ + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialog.html new file mode 100644 index 0000000..bff3f68 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.navigation.NavigationDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogActions.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogActions.html new file mode 100644 index 0000000..1b5e5d1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogActions.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogActions (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogActions

+
+ + + + + + + + + +
+Packages that use NavigationDialogActions
com.sdm.quasar.client.showcase.swing.navigation  
+  +

+ + + + + +
+Uses of NavigationDialogActions in com.sdm.quasar.client.showcase.swing.navigation
+  +

+ + + + + + + + + +
Classes in com.sdm.quasar.client.showcase.swing.navigation that implement NavigationDialogActions
+ classNavigationDialog + +
+          The navigation dialog that displays a tree menu used to select various dialogs in the portal. +
+  +

+ + + + + + + + +
Constructors in com.sdm.quasar.client.showcase.swing.navigation with parameters of type NavigationDialogActions
NavigationPanel(DataManager dataManager, + NavigationDialogActions navigationDialogActions) + +
+          Constructor, calls #initComponents().
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogConfig.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogConfig.html new file mode 100644 index 0000000..3c4d5bf --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationDialogConfig.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig

+
+No usage of com.sdm.quasar.client.showcase.swing.navigation.NavigationDialogConfig +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationMenuNode.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationMenuNode.html new file mode 100644 index 0000000..c808faa --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationMenuNode.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.navigation.NavigationMenuNode

+
+ + + + + + + + + +
+Packages that use NavigationMenuNode
com.sdm.quasar.client.showcase.swing.navigation  
+  +

+ + + + + +
+Uses of NavigationMenuNode in com.sdm.quasar.client.showcase.swing.navigation
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.sdm.quasar.client.showcase.swing.navigation with parameters of type NavigationMenuNode
+ voidNavigationMenuNode.addChild(NavigationMenuNode childNode) + +
+          Adds a child node.
+ voidNavigationDialogActions.selectNode(NavigationMenuNode navigationMenuNode) + +
+          Changes the selection in the menu to the given node.
+ voidNavigationDialog.selectNode(NavigationMenuNode navigationMenuNode) + +
+          Closes the current content dialog if possible (NavigationDialog.canRemoveOldDialog()) and + creates the new content dialog (NavigationDialog.changeToNewDialog(NavigationMenuNode).
+protected  voidNavigationDialog.changeToNewDialog(NavigationMenuNode navigationMenuNode) + +
+          Updates the value of NavigationDialog.DATA_SELECTED_NODE + and calls PortalControlService.createContentDialog(String, Object) + with the parameters defined in the given node.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationPanel.html new file mode 100644 index 0000000..f31269a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/class-use/NavigationPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.navigation.NavigationPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.navigation.NavigationPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.navigation.NavigationPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-frame.html new file mode 100644 index 0000000..150208d --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.navigation (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.navigation + + + + +
+Interfaces  + +
+NavigationDialogActions
+ + + + + + +
+Classes  + +
+NavigationDialog +
+NavigationDialogConfig +
+NavigationMenuNode +
+NavigationPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-summary.html new file mode 100644 index 0000000..3debcd5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-summary.html @@ -0,0 +1,182 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.navigation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.navigation +

+ + + + + + + + + +
+Interface Summary
NavigationDialogActionsThe interface defining the dialog actions that the + NavigationDialog + offers the NavigationPanel.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
NavigationDialogThe navigation dialog that displays a tree menu used to select various dialogs in the portal. +
NavigationDialogConfigContext configuration object for the + NavigationDialog. +
NavigationMenuNodeRepresents one node in the navigation menu of the + NavigationDialog.
NavigationPanelThe visual representation of the + NavigationDialog. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-tree.html new file mode 100644 index 0000000..20d7080 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.navigation Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.navigation +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-use.html new file mode 100644 index 0000000..bbfc42c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/navigation/package-use.html @@ -0,0 +1,171 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.navigation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.navigation

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing.navigation
com.sdm.quasar.client.showcase.swing.navigation  
+  +

+ + + + + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing.navigation used by com.sdm.quasar.client.showcase.swing.navigation
NavigationDialogActions + +
+          The interface defining the dialog actions that the + NavigationDialog + offers the NavigationPanel.
NavigationMenuNode + +
+          Represents one node in the navigation menu of the + NavigationDialog.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-frame.html new file mode 100644 index 0000000..29cab5e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +com.sdm.quasar.client.showcase.swing (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing + + + + +
+Interfaces  + +
+CompanyService +
+ShowcasePortalCreationService
+ + + + + + +
+Classes  + +
+ShowcaseSessionFeature +
+SwingShowcaseApplication
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-summary.html new file mode 100644 index 0000000..3c9ed20 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-summary.html @@ -0,0 +1,174 @@ + + + + + + +com.sdm.quasar.client.showcase.swing (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing +

+ + + + + + + + + + + + + +
+Interface Summary
CompanyServiceA service that is normally provided by the server. +
ShowcasePortalCreationServiceThe service offered by the ShowcaseSessionFeature + that creates a new showcase portal window.
+  + +

+ + + + + + + + + + + + + +
+Class Summary
ShowcaseSessionFeatureThis feature represents the session in the swing showcase. +
SwingShowcaseApplicationThis is the main application class of the swing showcase. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-tree.html new file mode 100644 index 0000000..15af3ac --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +com.sdm.quasar.client.showcase.swing Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-use.html new file mode 100644 index 0000000..820899f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/package-use.html @@ -0,0 +1,163 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing

+
+ + + + + + + + + +
+Packages that use com.sdm.quasar.client.showcase.swing
com.sdm.quasar.client.showcase.swing  
+  +

+ + + + + + + + +
+Classes in com.sdm.quasar.client.showcase.swing used by com.sdm.quasar.client.showcase.swing
ShowcasePortalCreationService + +
+          The service offered by the ShowcaseSessionFeature + that creates a new showcase portal window.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalControlService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalControlService.html new file mode 100644 index 0000000..db97141 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalControlService.html @@ -0,0 +1,261 @@ + + + + + + +PortalControlService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Interface PortalControlService

+
+
All Superinterfaces:
Service
+
+
+
+
public interface PortalControlService
extends Service
+ +

+Allows the control of the portal content. This service is only offered to the + navigation dialog as configured in the + PortalDialogConfiguration. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancanReleaseContent() + +
+          Tests if the current content dialog can be released.
+ voidcreateContentDialog(java.lang.String dialogId, + java.lang.Object context) + +
+          Releases and disposes the old content dialog and creates a new content dialog + with the given dialog id and the creation context.
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+createContentDialog

+
+public void createContentDialog(java.lang.String dialogId,
+                                java.lang.Object context)
+
+
Releases and disposes the old content dialog and creates a new content dialog + with the given dialog id and the creation context. +

+

+
+
+
+
Parameters:
dialogId - the dialog id
context - the creation context
+
+
+
+ +

+canReleaseContent

+
+public boolean canReleaseContent()
+
+
Tests if the current content dialog can be released. +

+

+
+
+
+ +
Returns:
true if the current content dialog can be released.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialog.html new file mode 100644 index 0000000..d7a7643 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialog.html @@ -0,0 +1,435 @@ + + + + + + +PortalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Class PortalDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.portal.PortalDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class PortalDialog
extends AbstractFeature
+ +

+Portal dialog for the showcase. +

+ The dialog has a left area which is reserved for a navigation dialog and a + right area which displays a content dialog. + The navigation dialog is created according to the + PortalDialogConfiguration + and gets the ability to control the content area by using the + PortalControlService. +

+ The sub dialogs' life cycles are managed by a + MultipleActivationControllerFeature. + The presentation is managed by + PortalPresentation. +

+ The dialog requires a creation context of type + PortalDialogConfiguration. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + + + +
+Field Summary
+protected static java.lang.StringRESOURCE_ID_CONTENT + +
+          the id used to identify the slot where the content dialog is placed
+protected static java.lang.StringRESOURCE_ID_NAVIGATION + +
+          the id used to identify the slot where the navigation dialog is placed
+  + + + + + + + + + + +
+Constructor Summary
PortalDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidcreateNavigationDialog(java.lang.String dialogId, + java.lang.Object context) + +
+          Creates the navigation dialog and adds it to the activation controller.
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Creates the navigation dialog as configured in the + PortalDialogConfiguration by calling + createNavigationDialog(String, Object).
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+RESOURCE_ID_CONTENT

+
+protected static final java.lang.String RESOURCE_ID_CONTENT
+
+
the id used to identify the slot where the content dialog is placed +

+

+
See Also:
Constant Field Values
+
+
+ +

+RESOURCE_ID_NAVIGATION

+
+protected static final java.lang.String RESOURCE_ID_NAVIGATION
+
+
the id used to identify the slot where the navigation dialog is placed +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+PortalDialog

+
+public PortalDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Creates the navigation dialog as configured in the + PortalDialogConfiguration by calling + createNavigationDialog(String, Object). +

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+createNavigationDialog

+
+protected void createNavigationDialog(java.lang.String dialogId,
+                                      java.lang.Object context)
+
+
Creates the navigation dialog and adds it to the activation controller. +

+

+
Parameters:
dialogId - the dialog id of the navigation dialog
context - the creation context of the navigation dialog
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogActionFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogActionFeature.html new file mode 100644 index 0000000..732065e --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogActionFeature.html @@ -0,0 +1,333 @@ + + + + + + +PortalDialogActionFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Class PortalDialogActionFeature

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class PortalDialogActionFeature
extends AbstractFeature
+ +

+Feature handling the request to close the PortalDialog. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
PortalDialogActionFeature() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+ voidrequestCloseDialog() + +
+          Requests a close of the portal dialog by using the + CloseService.requestClose().
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+PortalDialogActionFeature

+
+public PortalDialogActionFeature()
+
+
+ + + + + + + + +
+Method Detail
+ +

+requestCloseDialog

+
+public void requestCloseDialog()
+
+
Requests a close of the portal dialog by using the + CloseService.requestClose(). +

+

+
+
+
+
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogConfiguration.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogConfiguration.html new file mode 100644 index 0000000..4814bb5 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalDialogConfiguration.html @@ -0,0 +1,289 @@ + + + + + + +PortalDialogConfiguration (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Class PortalDialogConfiguration

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration
+
+
+
+
public class PortalDialogConfiguration
extends java.lang.Object
+ +

+Configuration of the PortalDialog + (passes as a creation context) which configures the navigation dialog in the + left side of the portal window. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
PortalDialogConfiguration(java.lang.String navigationDialogId, + java.lang.Object navigationDialogConfiguration) + +
+          Constructor.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetNavigationDialogConfiguration() + +
+           
+ java.lang.StringgetNavigationDialogId() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+PortalDialogConfiguration

+
+public PortalDialogConfiguration(java.lang.String navigationDialogId,
+                                 java.lang.Object navigationDialogConfiguration)
+
+
Constructor. +

+

Parameters:
navigationDialogId - the dialog id of the navigation dialog
navigationDialogConfiguration -
+ + + + + + + + +
+Method Detail
+ +

+getNavigationDialogConfiguration

+
+public java.lang.Object getNavigationDialogConfiguration()
+
+
+ +
Returns:
the creation context of the navigation dialog
+
+
+
+ +

+getNavigationDialogId

+
+public java.lang.String getNavigationDialogId()
+
+
+ +
Returns:
the dialog id of the navigation dialog
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPanel.html new file mode 100644 index 0000000..5a40cd9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPanel.html @@ -0,0 +1,402 @@ + + + + + + +PortalPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Class PortalPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.portal.PortalPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class PortalPanel
extends javax.swing.JPanel
+ +

+Visual representation of the PortalDialog. + This class is generated using JFormDesigner. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
PortalPanel() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  javax.swing.JPanelgetContentPanelSlot() + +
+           
+protected  javax.swing.JPanelgetNavigationPanelSlot() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+PortalPanel

+
+public PortalPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanelSlot

+
+protected javax.swing.JPanel getContentPanelSlot()
+
+
+
+
+
+
+ +

+getNavigationPanelSlot

+
+protected javax.swing.JPanel getNavigationPanelSlot()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPresentation.html new file mode 100644 index 0000000..3a5ddd1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/PortalPresentation.html @@ -0,0 +1,394 @@ + + + + + + +PortalPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.portal +
+Class PortalPresentation

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.portal.PortalPresentation
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class PortalPresentation
extends AbstractFeature
+ +

+Presentation feature for the PortalDialog. +

+ This presentation uses PortalPanel + as visual representation. The embedding of sub dialogs is managed using a + PanelCompositeFeature, + the two positions PortalDialog.RESOURCE_ID_NAVIGATION + and PortalDialog.RESOURCE_ID_CONTENT + are supported. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
PortalPresentation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidactivate() + +
+          Shows our window.
+protected  voiddeactivate() + +
+          Hides our window.
+ voiddispose() + +
+          Hides and disposes our window.
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidinitPresentation() + +
+          Creates our visual representation (the #frame + and its content, the #portalPanel). +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
attachDialogControl, collectSystemInfo, disposeFeature, getDialogControl, isInitialized, prepare, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+PortalPresentation

+
+public PortalPresentation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
+
+
+
+ +

+activate

+
+protected void activate()
+
+
Shows our window. +

+

+
Overrides:
activate in class AbstractFeature
+
+
+
+
+
+
+ +

+deactivate

+
+protected void deactivate()
+
+
Hides our window. +

+

+
Overrides:
deactivate in class AbstractFeature
+
+
+
+
+
+
+ +

+dispose

+
+public void dispose()
+             throws DisposeException
+
+
Hides and disposes our window. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
+
+
+
+ +

+initPresentation

+
+protected void initPresentation()
+
+
Creates our visual representation (the #frame + and its content, the #portalPanel). + Adds the menu bar (#createJMenuBar()) and + connects the closing event to PortalDialogActionFeature.requestCloseDialog(). +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalControlService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalControlService.html new file mode 100644 index 0000000..8a6c91c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalControlService.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Interface com.sdm.quasar.client.showcase.swing.portal.PortalControlService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
com.sdm.quasar.client.showcase.swing.portal.PortalControlService

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalControlService +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialog.html new file mode 100644 index 0000000..7fa6323 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.portal.PortalDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.portal.PortalDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogActionFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogActionFeature.html new file mode 100644 index 0000000..8799f0f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogActionFeature.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalDialogActionFeature +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogConfiguration.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogConfiguration.html new file mode 100644 index 0000000..c45d406 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalDialogConfiguration.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalDialogConfiguration +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPanel.html new file mode 100644 index 0000000..fb7fa74 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.portal.PortalPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.portal.PortalPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPresentation.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPresentation.html new file mode 100644 index 0000000..0195858 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/class-use/PortalPresentation.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.portal.PortalPresentation (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.portal.PortalPresentation

+
+No usage of com.sdm.quasar.client.showcase.swing.portal.PortalPresentation +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-frame.html new file mode 100644 index 0000000..530a3e6 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-frame.html @@ -0,0 +1,51 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.portal (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.portal + + + + +
+Interfaces  + +
+PortalControlService
+ + + + + + +
+Classes  + +
+PortalDialog +
+PortalDialogActionFeature +
+PortalDialogConfiguration +
+PortalPanel +
+PortalPresentation
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-summary.html new file mode 100644 index 0000000..31afe6f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.portal (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.portal +

+ + + + + + + + + +
+Interface Summary
PortalControlServiceAllows the control of the portal content.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
PortalDialogPortal dialog for the showcase. +
PortalDialogActionFeatureFeature handling the request to close the PortalDialog.
PortalDialogConfigurationConfiguration of the PortalDialog + (passes as a creation context) which configures the navigation dialog in the + left side of the portal window.
PortalPanelVisual representation of the PortalDialog. +
PortalPresentationPresentation feature for the PortalDialog. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-tree.html new file mode 100644 index 0000000..894e074 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-tree.html @@ -0,0 +1,166 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.portal Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.portal +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-use.html new file mode 100644 index 0000000..3c6026a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/portal/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.portal (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.portal

+
+No usage of com.sdm.quasar.client.showcase.swing.portal +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/ShowcaseUtilities.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/ShowcaseUtilities.html new file mode 100644 index 0000000..5d61871 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/ShowcaseUtilities.html @@ -0,0 +1,333 @@ + + + + + + +ShowcaseUtilities (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.util +
+Class ShowcaseUtilities

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities
+
+
+
+
public class ShowcaseUtilities
extends java.lang.Object
+ +

+Utility class for the swing showcase. + It offers the simple creation of a browser component (see createHtmlTextPane(URL)) + which can also be created to be a part of a JSplitPane + combined with another JComponent. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Thomas Wolf, sd&m AG, Martin Haft, sd&m AG, Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ShowcaseUtilities() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static javax.swing.JComponentcreateHtmlTextPane(java.net.URL url) + +
+          Creates a miniature html browser (MiniBrowser) + that initially displays the given url.
+static javax.swing.JComponentcreateInfoContentSplit(java.net.URL infoUrl, + javax.swing.JComponent content) + +
+          Creates a split pane with the where the upper part is filled by + a html browser (created using createHtmlTextPane(URL)) + and the lower part with the given content component. +
+static javax.swing.JComponentcreateInfoContentSplit(java.net.URL infoUrl, + javax.swing.JComponent content, + int deviderLocation) + +
+          Creates a split pane with the where the upper part is filled by + a html browser (created using createHtmlTextPane(URL)) + and the lower part with the given content component. +
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ShowcaseUtilities

+
+public ShowcaseUtilities()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createInfoContentSplit

+
+public static javax.swing.JComponent createInfoContentSplit(java.net.URL infoUrl,
+                                                            javax.swing.JComponent content,
+                                                            int deviderLocation)
+
+
Creates a split pane with the where the upper part is filled by + a html browser (created using createHtmlTextPane(URL)) + and the lower part with the given content component. + The divider location is initially set to the given value. +

+

+
Parameters:
infoUrl - the url that provides the content for the html browser
content - the content component that is displayed below the browser
deviderLocation - the initial divider location +
Returns:
the component that represents the split pane
+
+
+
+ +

+createInfoContentSplit

+
+public static javax.swing.JComponent createInfoContentSplit(java.net.URL infoUrl,
+                                                            javax.swing.JComponent content)
+
+
Creates a split pane with the where the upper part is filled by + a html browser (created using createHtmlTextPane(URL)) + and the lower part with the given content component. + This implementation calls createInfoContentSplit(URL, JComponent, int) + with a divider location of 300. +

+

+
Parameters:
infoUrl - the url that provides the content for the html browser
content - the content component that is displayed below the browser +
Returns:
the component that represents the split pane
+
+
+
+ +

+createHtmlTextPane

+
+public static javax.swing.JComponent createHtmlTextPane(java.net.URL url)
+
+
Creates a miniature html browser (MiniBrowser) + that initially displays the given url. +

+

+
Parameters:
url - the url to display in the browser +
Returns:
the component representing the browser
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/class-use/ShowcaseUtilities.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/class-use/ShowcaseUtilities.html new file mode 100644 index 0000000..75d4d66 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/class-use/ShowcaseUtilities.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities

+
+No usage of com.sdm.quasar.client.showcase.swing.util.ShowcaseUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-frame.html new file mode 100644 index 0000000..931f94a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.util (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.util + + + + +
+Classes  + +
+ShowcaseUtilities
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-summary.html new file mode 100644 index 0000000..336e2b8 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-summary.html @@ -0,0 +1,149 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.util (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.util +

+ + + + + + + + + +
+Class Summary
ShowcaseUtilitiesUtility class for the swing showcase. +
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-tree.html new file mode 100644 index 0000000..62d4d04 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-tree.html @@ -0,0 +1,145 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.util Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-use.html new file mode 100644 index 0000000..c3062f4 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/util/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.util (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.util

+
+No usage of com.sdm.quasar.client.showcase.swing.util +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialog.html new file mode 100644 index 0000000..ec8a626 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialog.html @@ -0,0 +1,378 @@ + + + + + + +ConfigurationDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.various.config +
+Class ConfigurationDialog

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class ConfigurationDialog
extends AbstractFeature
+ +

+This is an example of a dialog that accesses the configuration. +

+ +

+

+
Version:
+
1.0
+
Author:
+
Bernd Olleck, sd&m AG
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ConfigurationDialog() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+protected  voidrelease() + +
+          Called when the dialog is released. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ConfigurationDialog

+
+public ConfigurationDialog()
+
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
com.sdm.quasar.client.core.dialog.features.AbstractFeature#dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
+
+
+
+ +

+release

+
+protected void release()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is released. + Override this method if you want to perform some action on LifeCycle.release()(), + e.g. unregister services. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
release in class AbstractFeature
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialogPanel.html new file mode 100644 index 0000000..e3542c1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/ConfigurationDialogPanel.html @@ -0,0 +1,417 @@ + + + + + + +ConfigurationDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.various.config +
+Class ConfigurationDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class ConfigurationDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + ConfigurationDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ConfigurationDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JLabelgetConfigValueLabel() + +
+           
+ javax.swing.JPanelgetContentPanel() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ConfigurationDialogPanel

+
+public ConfigurationDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getConfigValueLabel

+
+public javax.swing.JLabel getConfigValueLabel()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialog.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialog.html new file mode 100644 index 0000000..bbff487 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialog.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog

+
+No usage of com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialogPanel.html new file mode 100644 index 0000000..ffd6dbc --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/class-use/ConfigurationDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.various.config.ConfigurationDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-frame.html new file mode 100644 index 0000000..fa2c03c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.config (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.various.config + + + + +
+Classes  + +
+ConfigurationDialog +
+ConfigurationDialogPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-summary.html new file mode 100644 index 0000000..d57a5f3 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-summary.html @@ -0,0 +1,153 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.config (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.various.config +

+ + + + + + + + + + + + + +
+Class Summary
ConfigurationDialogThis is an example of a dialog that accesses the configuration.
ConfigurationDialogPanelVisual representation for the + ConfigurationDialog.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-tree.html new file mode 100644 index 0000000..da0ffdd --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.config Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.various.config +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-use.html new file mode 100644 index 0000000..da5f203 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/config/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.various.config (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.various.config

+
+No usage of com.sdm.quasar.client.showcase.swing.various.config +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogFeature.html new file mode 100644 index 0000000..263bf60 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogFeature.html @@ -0,0 +1,345 @@ + + + + + + +SystemInfoDemoDialogFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.various.systeminfo +
+Class SystemInfoDemoDialogFeature

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.dialog.AbstractFeature
+      extended bycom.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature
+
+
+
All Implemented Interfaces:
Feature, SystemInfoProvider
+
+
+
+
public class SystemInfoDemoDialogFeature
extends AbstractFeature
+ +

+

+
Version:
+
1.$Revision$
+
Author:
+
Thomas Wolf
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SystemInfoDemoDialogFeature() + +
+          Creates a new SystemInfoDemoDialogFeature.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voiddispose() + +
+          Called when the feature or dialog is disposed. +
+protected  voidinit() + +
+          Called when the feature is initializing.
+protected  voidprepare() + +
+          Called when the dialog is prepared. +
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.dialog.AbstractFeature
activate, attachDialogControl, collectSystemInfo, deactivate, disposeFeature, getDialogControl, isInitialized, release
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SystemInfoDemoDialogFeature

+
+public SystemInfoDemoDialogFeature()
+
+
Creates a new SystemInfoDemoDialogFeature. +

+

+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+
+
Description copied from class: AbstractFeature
+
Called when the feature is initializing. This is normally done, when the feature is + connected to the lifecycle of the DialogControl installed to. To access the + DialogControl use the AbstractFeature.getDialogControl() method. +

+ Override this method to perform some action on initialization + e.g. register public services. +

+

+
Specified by:
init in class AbstractFeature
+
+
+
See Also:
AbstractFeature.init()
+
+
+
+ +

+dispose

+
+protected void dispose()
+                throws DisposeException
+
+
Description copied from class: AbstractFeature
+
Called when the feature or dialog is disposed. + Override this method to clean up resources and free memory when disposing. +

+

+
Specified by:
dispose in class AbstractFeature
+
+
+ +
Throws: +
DisposeException
See Also:
AbstractFeature.dispose()
+
+
+
+ +

+prepare

+
+protected void prepare()
+
+
Description copied from class: AbstractFeature
+
Called when the dialog is prepared. + Override this method if you want to perform some action on LifeCycle.prepare(), + e.g. gain resource and provide services for childs. +

+ The default implementation in AbstractFeature does nothing. +

+

+

+
Overrides:
prepare in class AbstractFeature
+
+
+
See Also:
AbstractFeature.prepare()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogPanel.html new file mode 100644 index 0000000..c81e8a9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/SystemInfoDemoDialogPanel.html @@ -0,0 +1,417 @@ + + + + + + +SystemInfoDemoDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing.various.systeminfo +
+Class SystemInfoDemoDialogPanel

+
+java.lang.Object
+  extended byjava.awt.Component
+      extended byjava.awt.Container
+          extended byjavax.swing.JComponent
+              extended byjavax.swing.JPanel
+                  extended bycom.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel
+
+
+
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
+
+
+
+
public class SystemInfoDemoDialogPanel
extends javax.swing.JPanel
+ +

+Visual representation for the + com.sdm.quasar.client.showcase.swing.systeminfo.SystemInfoDemoDialog. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
+ + + + + + + +
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
+ + + + + + + +
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
+ + + + + + + +
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
SystemInfoDemoDialogPanel() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.swing.JPanelgetContentPanel() + +
+           
+ javax.swing.JButtongetShowTreeButton() + +
+           
+ voidinitComponents() + +
+           
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SystemInfoDemoDialogPanel

+
+public SystemInfoDemoDialogPanel()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentPanel

+
+public javax.swing.JPanel getContentPanel()
+
+
+
+
+
+
+ +

+getShowTreeButton

+
+public javax.swing.JButton getShowTreeButton()
+
+
+
+
+
+
+ +

+initComponents

+
+public void initComponents()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogFeature.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogFeature.html new file mode 100644 index 0000000..a2d5f00 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogFeature.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature

+
+No usage of com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogFeature +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogPanel.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogPanel.html new file mode 100644 index 0000000..3cc4a9b --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/class-use/SystemInfoDemoDialogPanel.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel

+
+No usage of com.sdm.quasar.client.showcase.swing.various.systeminfo.SystemInfoDemoDialogPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-frame.html new file mode 100644 index 0000000..ca8bf58 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.systeminfo (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.quasar.client.showcase.swing.various.systeminfo + + + + +
+Classes  + +
+SystemInfoDemoDialogFeature +
+SystemInfoDemoDialogPanel
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-summary.html new file mode 100644 index 0000000..1003f09 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-summary.html @@ -0,0 +1,153 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.systeminfo (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.quasar.client.showcase.swing.various.systeminfo +

+ + + + + + + + + + + + + +
+Class Summary
SystemInfoDemoDialogFeature 
SystemInfoDemoDialogPanelVisual representation for the + com.sdm.quasar.client.showcase.swing.systeminfo.SystemInfoDemoDialog.
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-tree.html new file mode 100644 index 0000000..7765729 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-tree.html @@ -0,0 +1,159 @@ + + + + + + +com.sdm.quasar.client.showcase.swing.various.systeminfo Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.quasar.client.showcase.swing.various.systeminfo +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-use.html new file mode 100644 index 0000000..715ed33 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/various/systeminfo/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.quasar.client.showcase.swing.various.systeminfo (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.quasar.client.showcase.swing.various.systeminfo

+
+No usage of com.sdm.quasar.client.showcase.swing.various.systeminfo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3