org.springframework.richclient.application.support
Class SimplePageComponentPane
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePageComponentPane
public SimplePageComponentPane(PageComponent component)
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.