A B C D E F G H I L M N O P R S T U V Z

A

Address - Class in org.fuin.examples.jmsmvc4swing
Address information.
Address() - Constructor for class org.fuin.examples.jmsmvc4swing.Address
Default constructor.
AddressController - Interface in org.fuin.examples.jmsmvc4swing
This interface defines the controller capabilities.
AddressController.DeleteAddressListener - Interface in org.fuin.examples.jmsmvc4swing
Listens to the results of the deleteAddress(Address, DeleteAddressListener) method.
AddressController.LoadAddressesListener - Interface in org.fuin.examples.jmsmvc4swing
Listens to the results of the loadAddresses(LoadAddressesListener) method.
AddressControllerImpl - Class in org.fuin.examples.jmsmvc4swing
Implementation of the controller that does the actual work.
AddressControllerImpl() - Constructor for class org.fuin.examples.jmsmvc4swing.AddressControllerImpl
Default constructor.
addressDeleted(int) - Method in interface org.fuin.examples.jmsmvc4swing.AddressController.DeleteAddressListener
Deletes an address from the view.
AddressListPanel - Class in org.fuin.examples.jmsmvc4swing
Form list panel (View).
AddressListPanel(SgClassPool, ByteCodeGenerator) - Constructor for class org.fuin.examples.jmsmvc4swing.AddressListPanel
Constructor with class pool and generator.
AddressManager - Class in org.fuin.examples.jmsmvc4swing
Java Swing based address manager.
AddressManager(JmsJndiEnvironment) - Constructor for class org.fuin.examples.jmsmvc4swing.AddressManager
Constructor with environment.
afterClassCreated(SgClass) - Method in class org.fuin.examples.srcgen4javassist.factory.ExampleImplementionFactoryListener
AppletViewerExample - Class in org.fuin.examples.utils4swing5.appletviewer
Shows how to run the Applet Viewer programmatically.

B

block() - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
block() - Method in class org.fuin.examples.apps4swing.LoginPanel
 

C

cancel() - Method in interface org.fuin.examples.apps4xxxxx.LoginController
Cancel the login process.
cancel() - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
Cancel the login process.
ChangeTrackingMapExample - Class in org.fuin.examples.utils4j
Short example for using the ChangeTrackingMap.
ChangeTrackingUniqueListExample - Class in org.fuin.examples.utils4j
Short example for using the ChangeTrackingUniqueList.
compareTo(Address) - Method in class org.fuin.examples.jmsmvc4swing.Address
create(SgClassPool, String) - Static method in class org.fuin.examples.srcgen4javassist.GenerateExample
Creates the model class.
createBody(SgMethod, Class<?>...) - Method in class org.fuin.examples.srcgen4javassist.factory.ExampleImplementionFactoryListener
CreateConfigExample - Class in org.fuin.examples.kickstart4j
Example for creating a XML configuration file for Kickstart4J.
createExampleConfig() - Static method in class org.fuin.examples.utils4swing5.appstarter.Utils
Create a pre-populated configuration for the Sun "password store" swing example.
CreateShowAndPositionExample - Class in org.fuin.examples.utils4swing.common
Example showing how to center a panel on the screen.
CreateShowAndPositionExample() - Constructor for class org.fuin.examples.utils4swing.common.CreateShowAndPositionExample
Default constructor.

D

deleteAddress(Address, AddressController.DeleteAddressListener) - Method in interface org.fuin.examples.jmsmvc4swing.AddressController
Deletes an address.
deleteAddress(Address, AddressController.DeleteAddressListener) - Method in class org.fuin.examples.jmsmvc4swing.AddressControllerImpl
Deletes an address.

E

EmptyConfigScreenExample - Class in org.fuin.examples.utils4swing5.appstarter
A basic "AppStarter" example.
equals(Object) - Method in class org.fuin.examples.jmsmvc4swing.Address
ExampleImplementationFactoryExample - Class in org.fuin.examples.srcgen4javassist.factory
Example for implementing an interface using an ImplementationFactory.
ExampleImplementionFactoryListener - Class in org.fuin.examples.srcgen4javassist.factory
Creates the source for the IController interface.
ExampleImplementionFactoryListener() - Constructor for class org.fuin.examples.srcgen4javassist.factory.ExampleImplementionFactoryListener
 
execute() - Method in class org.fuin.examples.jmsmvc4swing.AddressManager
Show the UI.
execute() - Method in class org.fuin.examples.utils4j.filter.SimpleFilterExample
Executes the example.

F

failure(CanceledException) - Method in interface org.fuin.examples.apps4xxxxx.LoginModuleImplIntf.LoginListener
User canceled the login process.
findLargestFile(File) - Method in class org.fuin.examples.aspects4swing.LargestFileFinder
Find the largest file in a directory or it's sub directories.

G

GenerateExample - Class in org.fuin.examples.srcgen4javassist
Simple example for generating source code.
getCity() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the city.
getController() - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
getController() - Method in class org.fuin.examples.apps4swing.LoginPanel
 
getCountry() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the country.
getDefaultButton() - Method in class org.fuin.examples.apps4swing.LoginPanel
Returns the default button.
getFirstName() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the first name.
getFirstName() - Method in class org.fuin.examples.utils4j.filter.Person
Returns the first name.
getId() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the unique identifier.
getId() - Method in class org.fuin.examples.utils4j.filter.Person
Returns the unique ID.
getLastName() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the last name.
getLastName() - Method in class org.fuin.examples.utils4j.filter.Person
Returns the last name.
getModuleTitle() - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
getModuleUI() - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
getName() - Method in interface org.fuin.examples.srcgen4javassist.MyIntf
Returns the name.
getState() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the state.
getStreet() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the street.
getView() - Method in class org.fuin.examples.jmsmvc4swing.AddressListPanel
getViewUI() - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
getViewUI() - Method in class org.fuin.examples.apps4swing.LoginPanel
 
getZip() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the postal ZIP code.

H

hashCode() - Method in class org.fuin.examples.jmsmvc4swing.Address
HelloWorldApplet - Class in org.fuin.examples.utils4swing5.appletviewer
"Hello world" applet from the Sun Applet Tutorial.
HelloWorldApplet() - Constructor for class org.fuin.examples.utils4swing5.appletviewer.HelloWorldApplet
 

I

IController - Interface in org.fuin.examples.srcgen4javassist.factory
Example controller interface.
isUnknown() - Method in class org.fuin.examples.utils4j.filter.Person
Returns if the person is unknown.

L

LargestFileFinder - Class in org.fuin.examples.aspects4swing
Helper class to demonstrate tracing.
LargestFileFinder() - Constructor for class org.fuin.examples.aspects4swing.LargestFileFinder
 
loadAddresses(int, AddressController.LoadAddressesListener) - Method in interface org.fuin.examples.jmsmvc4swing.AddressController
Loads a list of addresses and notifies a listener.
loadAddresses(int, AddressController.LoadAddressesListener) - Method in class org.fuin.examples.jmsmvc4swing.AddressControllerImpl
Loads a list of addresses and notifies a listener.
login(LoginModuleImplIntf.LoginListener, String) - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
Shows a login dialog.
login(LoginModuleImplIntf.LoginListener) - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
Shows a login dialog.
login(String) - Method in interface org.fuin.examples.apps4xxxxx.LoginModule
Shows a login dialog with a preset user name and returns after the login is done.
login() - Method in interface org.fuin.examples.apps4xxxxx.LoginModule
Shows a login dialog and returns after the login is done.
login(LoginModuleImplIntf.LoginListener, String) - Method in interface org.fuin.examples.apps4xxxxx.LoginModuleImplIntf
Shows a login dialog.
login(LoginModuleImplIntf.LoginListener) - Method in interface org.fuin.examples.apps4xxxxx.LoginModuleImplIntf
Shows a login dialog.
LoginController - Interface in org.fuin.examples.apps4xxxxx
Example login controller used by the view.
LoginControllerImpl - Class in org.fuin.examples.apps4xxxxx
Example login module and controller implementation.
LoginControllerImpl() - Constructor for class org.fuin.examples.apps4xxxxx.LoginControllerImpl
Default constructor.
LoginDialogBetterApproach - Class in org.fuin.examples.apps4pivot
Better approach using an easy framework to connect controller and view.
LoginDialogBetterApproach() - Constructor for class org.fuin.examples.apps4pivot.LoginDialogBetterApproach
 
LoginDialogBetterApproach - Class in org.fuin.examples.apps4swing
Better approach using an easy framework to connect controller and view.
LoginDialogBetterApproach() - Constructor for class org.fuin.examples.apps4swing.LoginDialogBetterApproach
 
LoginDialogNaiveApproach - Class in org.fuin.examples.apps4pivot
Naive approach to connect controller and view.
LoginDialogNaiveApproach() - Constructor for class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach
 
LoginDialogNaiveApproach - Class in org.fuin.examples.apps4swing
Naive approach to connect controller and view.
LoginDialogNaiveApproach() - Constructor for class org.fuin.examples.apps4swing.LoginDialogNaiveApproach
 
LoginModule - Interface in org.fuin.examples.apps4xxxxx
A login dialog.
LoginModuleImplIntf - Interface in org.fuin.examples.apps4xxxxx
The interface every provider of the LoginModule implements.
LoginModuleImplIntf.LoginListener - Interface in org.fuin.examples.apps4xxxxx
Gets informed about the result of the login process.
LoginPanel - Class in org.fuin.examples.apps4swing
Example login panel.
LoginPanel() - Constructor for class org.fuin.examples.apps4swing.LoginPanel
Default constructor.
LoginView - Interface in org.fuin.examples.apps4xxxxx
Login view used by the controller.
LoginViewImpl - Class in org.fuin.examples.apps4pivot
Implements the login view using the Apache Pivot framework.
LoginViewImpl() - Constructor for class org.fuin.examples.apps4pivot.LoginViewImpl
Default constructor.

M

main(String[]) - Static method in class org.fuin.examples.apps4pivot.LoginDialogBetterApproach
Starts the example.
main(String[]) - Static method in class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach
Starts the example.
main(String[]) - Static method in class org.fuin.examples.apps4swing.LoginDialogBetterApproach
Starts the example.
main(String[]) - Static method in class org.fuin.examples.apps4swing.LoginDialogNaiveApproach
Starts the example.
main(String[]) - Static method in class org.fuin.examples.aspects4swing.TraceAspectExample
Starts the example.
main(String[]) - Static method in class org.fuin.examples.jmsmvc4swing.AddressManager
Start the application.
main(String[]) - Static method in class org.fuin.examples.kickstart4j.CreateConfigExample
Creates configuration file.
main(String[]) - Static method in class org.fuin.examples.srcgen4javassist.factory.ExampleImplementationFactoryExample
Starts the example.
main(String[]) - Static method in class org.fuin.examples.srcgen4javassist.GenerateExample
Starts the source code generation.
main(String[]) - Static method in class org.fuin.examples.utils4j.ChangeTrackingMapExample
Executes the example.
main(String[]) - Static method in class org.fuin.examples.utils4j.ChangeTrackingUniqueListExample
Executes the example.
main(String[]) - Static method in class org.fuin.examples.utils4j.filter.SimpleFilterExample
Starts the example.
main(String[]) - Static method in class org.fuin.examples.utils4j.PropertiesFilePreferencesFactoryExample
Executes the example.
main(String[]) - Static method in class org.fuin.examples.utils4j.ZipDirExample
Executes the example.
main(String[]) - Static method in class org.fuin.examples.utils4swing.common.CreateShowAndPositionExample
Starts the panel for a short test.
main(String[]) - Static method in class org.fuin.examples.utils4swing5.appletviewer.AppletViewerExample
Start the example.
main(String[]) - Static method in class org.fuin.examples.utils4swing5.appstarter.EmptyConfigScreenExample
Main method to start the "AppStarter" with an empty configuration screen.
main(String[]) - Static method in class org.fuin.examples.utils4swing5.appstarter.NoConfigScreenExample
Main method to start the "AppStarter" without a configuration screen.
main(String[]) - Static method in class org.fuin.examples.utils4swing5.appstarter.PrePopulatedConfigScreenExample
Main method to start the "AppStarter" with a pre-populated configuration screen.
MyIntf - Interface in org.fuin.examples.srcgen4javassist
Example interface to access the generated byte code class.

N

NoConfigScreenExample - Class in org.fuin.examples.utils4swing5.appstarter
Start an application without any configuration screen.

O

org.fuin.examples.apps4pivot - package org.fuin.examples.apps4pivot
 
org.fuin.examples.apps4swing - package org.fuin.examples.apps4swing
 
org.fuin.examples.apps4xxxxx - package org.fuin.examples.apps4xxxxx
 
org.fuin.examples.aspects4swing - package org.fuin.examples.aspects4swing
Examples for the Aspects4Swing library.
org.fuin.examples.jmsmvc4swing - package org.fuin.examples.jmsmvc4swing
A basic example for the JmsMvc4Swing library.
org.fuin.examples.kickstart4j - package org.fuin.examples.kickstart4j
Examples for the Kickstart4J library.
org.fuin.examples.srcgen4javassist - package org.fuin.examples.srcgen4javassist
Examples for the SrcGen4Javassist library.
org.fuin.examples.srcgen4javassist.factory - package org.fuin.examples.srcgen4javassist.factory
Example for using SrcGen4Javassist's ImplementationFactory.
org.fuin.examples.utils4j - package org.fuin.examples.utils4j
Examples for the Utils4J library.
org.fuin.examples.utils4j.filter - package org.fuin.examples.utils4j.filter
Examples for the tiny filter library.
org.fuin.examples.utils4swing.common - package org.fuin.examples.utils4swing.common
Examples for the "common" package of the Utils4Swing library.
org.fuin.examples.utils4swing5.appletviewer - package org.fuin.examples.utils4swing5.appletviewer
Examples for the "appletviewer" package of the Utils4Swing5 library.
org.fuin.examples.utils4swing5.appstarter - package org.fuin.examples.utils4swing5.appstarter
Examples for the "appstarter" package of the Utils4Swing5 library.

P

paint(Graphics) - Method in class org.fuin.examples.utils4swing5.appletviewer.HelloWorldApplet
Person - Class in org.fuin.examples.utils4j.filter
A person class used for the examples.
Person(int, String, String, boolean) - Constructor for class org.fuin.examples.utils4j.filter.Person
Constructor with all necessary data.
PrePopulatedConfigScreenExample - Class in org.fuin.examples.utils4swing5.appstarter
Start an application with a pre-populated configuration screen.
PropertiesFilePreferencesFactoryExample - Class in org.fuin.examples.utils4j
Example using the file based preferences factory.

R

resume() - Method in class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach

S

sayHello() - Method in interface org.fuin.examples.srcgen4javassist.MyIntf
Say hello with name.
selectAddress(int) - Method in interface org.fuin.examples.jmsmvc4swing.AddressController.LoadAddressesListener
Select the address with the given ID if it's in the list.
setAddressController(AddressController) - Method in class org.fuin.examples.jmsmvc4swing.AddressListPanel
Sets the actual address controller implementation.
setAddresses(List<Address>) - Method in interface org.fuin.examples.jmsmvc4swing.AddressController.LoadAddressesListener
Sets the address list.
setCity(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the city to a new value.
setController(LoginController) - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
setController(LoginController) - Method in class org.fuin.examples.apps4swing.LoginPanel
 
setCountry(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the country to a new value.
setFirstName(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the first name to a new value.
setId(int) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the unique identifier to a new value.
setLastName(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the last name to a new value.
setMessage(String) - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
Sets a message in the view.
setMessage(String) - Method in class org.fuin.examples.apps4swing.LoginPanel
Sets a message in the view.
setMessage(String) - Method in interface org.fuin.examples.apps4xxxxx.LoginView
Sets a message in the view.
setName(String) - Method in interface org.fuin.examples.srcgen4javassist.MyIntf
Sets the name.
setState(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the state name to a new value.
setStreet(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the street name to a new value.
setUsername(String) - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
Sets the username in the view.
setUsername(String) - Method in class org.fuin.examples.apps4swing.LoginPanel
Sets the username in the view.
setUsername(String) - Method in interface org.fuin.examples.apps4xxxxx.LoginView
Sets the username in the view.
setView(LoginView) - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
setWindowManager(WindowManager) - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
setZip(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the postal ZIP code to a new value.
shutdown(boolean) - Method in class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach
SimpleFilterExample - Class in org.fuin.examples.utils4j.filter
A basic filter example.
SimpleFilterExample() - Constructor for class org.fuin.examples.utils4j.filter.SimpleFilterExample
 
start() - Method in class org.fuin.examples.apps4swing.LoginDialogBetterApproach
Start the application in calling (main) thread.
start() - Method in class org.fuin.examples.apps4swing.LoginDialogNaiveApproach
Start the application in EDT thread.
start() - Method in interface org.fuin.examples.srcgen4javassist.factory.IController
Starts the controller.
startup(Display, Map<String, String>) - Method in class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach
stop() - Method in interface org.fuin.examples.srcgen4javassist.factory.IController
Stops the controller.
success(String) - Method in interface org.fuin.examples.apps4xxxxx.LoginModuleImplIntf.LoginListener
The login was successful.
suspend() - Method in class org.fuin.examples.apps4pivot.LoginDialogNaiveApproach

T

toString() - Method in class org.fuin.examples.jmsmvc4swing.Address
toString() - Method in class org.fuin.examples.utils4j.filter.Person
TraceAspectExample - Class in org.fuin.examples.aspects4swing
Main class to demonstrate tracing.

U

unblock() - Method in class org.fuin.examples.apps4pivot.LoginViewImpl
unblock() - Method in class org.fuin.examples.apps4swing.LoginPanel
 
update(int, String) - Method in interface org.fuin.examples.srcgen4javassist.factory.IController
Update a message.
UpdateException - Exception in org.fuin.examples.srcgen4javassist.factory
Example Exception.
UpdateException(String) - Constructor for exception org.fuin.examples.srcgen4javassist.factory.UpdateException
Constructor with message.
Utils - Class in org.fuin.examples.utils4swing5.appstarter
Utilities for the example package.

V

verify(String, char[]) - Method in interface org.fuin.examples.apps4xxxxx.LoginController
Try to login with the username and password.
verify(String, char[]) - Method in class org.fuin.examples.apps4xxxxx.LoginControllerImpl
Try to login with the username and password.

Z

ZipDirExample - Class in org.fuin.examples.utils4j
Example for zipping a directory.

A B C D E F G H I L M N O P R S T U V Z

Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.