org.springframework.richclient.application.support
Class DefaultViewDescriptorTests.TestView

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.application.support.ApplicationServicesAccessor
      extended by org.springframework.richclient.factory.AbstractControlFactory
          extended by org.springframework.richclient.application.support.AbstractView
              extended by org.springframework.richclient.application.support.DefaultViewDescriptorTests.TestView
All Implemented Interfaces:
org.springframework.binding.value.PropertyChangePublisher, org.springframework.richclient.application.PageComponent, org.springframework.richclient.application.View, org.springframework.richclient.core.DescribedElement, org.springframework.richclient.core.VisualizedElement, org.springframework.richclient.factory.ControlFactory
Enclosing class:
DefaultViewDescriptorTests

public static class DefaultViewDescriptorTests.TestView
extends org.springframework.richclient.application.support.AbstractView


Field Summary
 
Fields inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor
logger
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
Constructor Summary
DefaultViewDescriptorTests.TestView()
           
 
Method Summary
protected  JComponent createControl()
           
 String getStringProperty()
           
 void setStringProperty(String stringProperty)
           
 
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, setInput
 
Methods inherited from class org.springframework.richclient.factory.AbstractControlFactory
createControlIfNecessary, getControl, isControlCreated, isSingleton, setSingleton
 
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
 
Methods inherited from interface org.springframework.richclient.factory.ControlFactory
getControl
 

Constructor Detail

DefaultViewDescriptorTests.TestView

public DefaultViewDescriptorTests.TestView()
Method Detail

createControl

protected JComponent createControl()
Specified by:
createControl in class org.springframework.richclient.application.support.AbstractView

setStringProperty

public void setStringProperty(String stringProperty)

getStringProperty

public String getStringProperty()


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