|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.wfm.gui.factory.PaneFactory
public class PaneFactory
PaneFactory
class is used to create an instances of JPanel
Constructor Summary | |
---|---|
PaneFactory()
|
Method Summary | ||
---|---|---|
static JPanel |
getJPane(Class<?> paneClass)
Get a JPanel class identified by the given name |
|
static
|
newInstance(Class<T> paneClass)
Creates a new instance of JPanel class |
|
static void |
storeJPane(JPanel pane)
Stores a given JPanel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaneFactory()
Method Detail |
---|
public static JPanel getJPane(Class<?> paneClass)
paneClass
- JPanel class name
public static void storeJPane(JPanel pane)
pane
- JPanel to be storedpublic static <T extends JPanel> JPanel newInstance(Class<T> paneClass) throws WfmException
paneClass
- JPanel class to be created
WfmException
|
Log4j 0.9d | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |