ch.elca.el4j.services.gui.swing.wrapper
Class JInteralFrameWrapperFactory

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory<InternalApplicationFrame>
      extended by ch.elca.el4j.services.gui.swing.wrapper.JInteralFrameWrapperFactory

public class JInteralFrameWrapperFactory
extends AbstractWrapperFactory<InternalApplicationFrame>

This factory wraps components into JInternalFrames.

Author:
Stefan Wismer (SWI)
File-location:
JInteralFrameWrapperFactory
Last check-in date:
2009-08-04 15:06:35 +0200 (Di, 04. Aug 2009) by swismer for revision 3878

Field Summary
 
Fields inherited from class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
s_componentToWrapper
 
Constructor Summary
JInteralFrameWrapperFactory()
           
 
Method Summary
protected  InternalApplicationFrame createApplicationFrame(String name, String title, JComponent component)
          
static InternalApplicationFrame wrap(JComponent component)
          Wraps a GUI component into a JInternalFrame.
 
Methods inherited from class ch.elca.el4j.services.gui.swing.wrapper.AbstractWrapperFactory
getFrame, removeWrapper, wrapComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JInteralFrameWrapperFactory

public JInteralFrameWrapperFactory()
Method Detail

wrap

public static InternalApplicationFrame wrap(JComponent component)
Wraps a GUI component into a JInternalFrame.

Parameters:
component - the component to wrap
Returns:
the wrapper

createApplicationFrame

protected InternalApplicationFrame createApplicationFrame(String name,
                                                          String title,
                                                          JComponent component)

Specified by:
createApplicationFrame in class AbstractWrapperFactory<InternalApplicationFrame>
Returns:
the concrete wrapper


Copyright © 2005-2011 ELCA. All Rights Reserved.