com.alee.examples.content
Class ExamplesManager

java.lang.Object
  extended by com.alee.examples.content.ExamplesManager

public class ExamplesManager
extends java.lang.Object

User: mgarin Date: 23.01.12 Time: 12:02


Constructor Summary
ExamplesManager()
           
 
Method Summary
static WebTabbedPane createExampleTabs(WebLookAndFeelDemo owner, WebProgressDialog load)
           
static java.awt.Component createGroupView(WebLookAndFeelDemo owner, ExampleGroup group)
           
static JarStructure createJarStructure(WebProgressDialog progress)
           
static java.lang.String createLongString()
           
static java.lang.String createSmallString()
           
static java.util.List<ExampleGroup> getExampleGroups()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplesManager

public ExamplesManager()
Method Detail

getExampleGroups

public static java.util.List<ExampleGroup> getExampleGroups()

createJarStructure

public static JarStructure createJarStructure(WebProgressDialog progress)

createExampleTabs

public static WebTabbedPane createExampleTabs(WebLookAndFeelDemo owner,
                                              WebProgressDialog load)

createGroupView

public static java.awt.Component createGroupView(WebLookAndFeelDemo owner,
                                                 ExampleGroup group)

createSmallString

public static java.lang.String createSmallString()

createLongString

public static java.lang.String createLongString()