de.orangecafe.amazonrcp.gui.views
Class BrowserView

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 de.orangecafe.amazonrcp.gui.views.BrowserView
All Implemented Interfaces:
java.util.EventListener, org.springframework.binding.value.PropertyChangePublisher, org.springframework.context.ApplicationListener, 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

public class BrowserView
extends org.springframework.richclient.application.support.AbstractView
implements org.springframework.context.ApplicationListener

Author:
Torsten Strasser

Field Summary
 
Fields inherited from class org.springframework.richclient.factory.AbstractControlFactory
logger
 
Fields inherited from interface org.springframework.richclient.core.DescribedElement
CAPTION_PROPERTY, DESCRIPTION_PROPERTY, DISPLAY_NAME_PROPERTY
 
Constructor Summary
BrowserView()
           
 
Method Summary
 void componentFocusGained()
           
protected  javax.swing.JComponent createControl()
           
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 
Methods inherited from class org.springframework.richclient.application.support.AbstractView
addPropertyChangeListener, addPropertyChangeListener, canClose, componentClosed, 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.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

BrowserView

public BrowserView()
Method Detail

createControl

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

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener

componentFocusGained

public void componentFocusGained()
Specified by:
componentFocusGained in interface org.springframework.richclient.application.PageComponent
Overrides:
componentFocusGained in class org.springframework.richclient.application.support.AbstractView


Copyright © 2007 orange-cafe.de. All Rights Reserved.