org.springframework.richclient.application.support
Class SimplePageComponentPane

java.lang.Object
  extended by org.springframework.richclient.application.support.SimplePageComponentPane
All Implemented Interfaces:
PageComponentPane, ControlFactory

public class SimplePageComponentPane
extends Object
implements PageComponentPane

PageComponentPane implementation that adds no extra decoration to the contained PageComponentPane

Author:
Peter De Bruycker

Constructor Summary
SimplePageComponentPane(PageComponent component)
           
 
Method Summary
 JComponent getControl()
          Returns the control that this factory is responsible for producing.
 PageComponent getPageComponent()
          Returns the contained PageComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePageComponentPane

public SimplePageComponentPane(PageComponent component)
Method Detail

getPageComponent

public PageComponent getPageComponent()
Description copied from interface: PageComponentPane
Returns the contained PageComponent.

Specified by:
getPageComponent in interface PageComponentPane
Returns:
the PageComponent

getControl

public JComponent getControl()
Description copied from interface: ControlFactory
Returns the control that this factory is responsible for producing. Depending on the implementation, this control may or not be a singleton instance.

Specified by:
getControl in interface ControlFactory
Returns:
The control, never null.


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.