com.jgoodies.forms.demo.domain
Class ExampleFactory

java.lang.Object
  extended by com.jgoodies.forms.demo.domain.ExampleFactory

public final class ExampleFactory
extends Object

Creates the list of examples that is used in the Examples bar.

Version:
$Revision: 1.8 $
Author:
Karsten Lentzsch

Method Summary
static List<Example> createExampleList()
          Creates and returns an unmodifiable list of Example instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createExampleList

public static List<Example> createExampleList()
Creates and returns an unmodifiable list of Example instances.

Returns:
an unmodifiable list of Example instances


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.