org.springframework.richclient.samples.showcase
Class InitialView
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.factory.AbstractControlFactory
org.springframework.richclient.application.support.AbstractView
org.springframework.richclient.samples.showcase.InitialView
- All Implemented Interfaces:
- PropertyChangePublisher, PageComponent, View, DescribedElement, VisualizedElement, ControlFactory
public class InitialView
- extends AbstractView
This class defines the initial view to be presented in the archetypeapplication. It is
constructed automatically by the platform and configured according to the bean
specification in the application context.
- Author:
- Larry Streepy
Methods inherited from class org.springframework.richclient.application.support.AbstractView |
addPropertyChangeListener, addPropertyChangeListener, canClose, close, componentClosed, componentFocusGained, componentFocusLost, componentOpened, dispose, getCaption, getContext, getDescription, getDescriptor, getDisplayName, getIcon, getId, getImage, getStatusBar, getWindowCommandManager, getWindowControl, registerLocalCommandExecutors, removePropertyChangeListener, removePropertyChangeListener, setContext, setDescriptor |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialView
public InitialView()
createControl
protected JComponent createControl()
- Create the actual UI control for this view. It will be placed into the window
according to the layout of the page holding this view.
- Specified by:
createControl
in class AbstractView
- Returns:
- The newly created control, never null.
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.