Uses of Package
org.wilmascope.patterns

Packages that use org.wilmascope.patterns
org.wilmascope.forcelayout   
org.wilmascope.patterns   
org.wilmascope.view   
org.wilmascope.viewplugin   
 

Classes in org.wilmascope.patterns used by org.wilmascope.forcelayout
Prototype
          Prototype defines a class whose objects may be cloned, such that an instance may be passed to a Factory class and cloned to produce new instances.
 

Classes in org.wilmascope.patterns used by org.wilmascope.patterns
Singleton
          Use Singleton.instance(String) to access a given instance by name.
 

Classes in org.wilmascope.patterns used by org.wilmascope.view
Prototype
          Prototype defines a class whose objects may be cloned, such that an instance may be passed to a Factory class and cloned to produce new instances.
 

Classes in org.wilmascope.patterns used by org.wilmascope.viewplugin
Prototype
          Prototype defines a class whose objects may be cloned, such that an instance may be passed to a Factory class and cloned to produce new instances.