ch.elca.el4j.services.gui.swing.wrapper
Class JFrameWrapperFactory
java.lang.Object
ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory<ExternalApplicationFrame>
ch.elca.el4j.services.gui.swing.wrapper.JFrameWrapperFactory
public class JFrameWrapperFactory
- extends AbstractWrapperFactory<ExternalApplicationFrame>
This class wraps components into JFrame
s.
- Author:
- Stefan Wismer (SWI)
- File-location:
- JFrameWrapperFactory
- Last check-in date:
- 2009-08-04 15:06:35 +0200 (Di, 04. Aug 2009) by swismer for revision 3878
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JFrameWrapperFactory
public JFrameWrapperFactory()
wrap
public static ExternalApplicationFrame wrap(JComponent component)
- Wraps a GUI component into a
JFrame
.
- Parameters:
component
- the component to wrap
- Returns:
- the wrapper
createApplicationFrame
protected ExternalApplicationFrame createApplicationFrame(String name,
String title,
JComponent component)
-
- Specified by:
createApplicationFrame
in class AbstractWrapperFactory<ExternalApplicationFrame>
- Returns:
- the concrete wrapper
Copyright © 2005-2011 ELCA. All Rights Reserved.