A C D E G H L M N O P S T U

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.
AppletViewerExample - Class in org.fuin.examples.utils4swing5.appletviewer
Shows how to run the Applet Viewer programmatically.

C

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.
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
execute() - Method in class org.fuin.examples.jmsmvc4swing.AddressManager
Show the UI.

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.
getCountry() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the country.
getFirstName() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the first name.
getId() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the unique identifier.
getLastName() - Method in class org.fuin.examples.jmsmvc4swing.Address
Returns the last name.
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
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
 

L

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.

M

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.GenerateExample
Starts the source code generation.
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.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.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
PrePopulatedConfigScreenExample - Class in org.fuin.examples.utils4swing5.appstarter
Start an application with a pre-populated configuration screen.

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.
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.
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.
setZip(String) - Method in class org.fuin.examples.jmsmvc4swing.Address
Sets the postal ZIP code to a new value.

T

toString() - Method in class org.fuin.examples.jmsmvc4swing.Address

U

Utils - Class in org.fuin.examples.utils4swing5.appstarter
Utilities for the example package.

A C D E G H L M N O P S T U

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