org.springframework.richclient.application.tabbed
Class TabbedApplicationPageFactory

java.lang.Object
  extended by org.springframework.richclient.application.tabbed.TabbedApplicationPageFactory
All Implemented Interfaces:
ApplicationPageFactory

public class TabbedApplicationPageFactory
extends Object
implements ApplicationPageFactory

Factory for TabbedApplicationPage instances.

Author:
Peter De Bruycker

Constructor Summary
TabbedApplicationPageFactory()
           
 
Method Summary
 ApplicationPage createApplicationPage(ApplicationWindow window, PageDescriptor descriptor)
          Create a new ApplicationPage.
 int getTabLayoutPolicy()
           
 int getTabPlacement()
           
 void setTabLayoutPolicy(int tabLayoutPolicy)
           
 void setTabPlacement(int tabPlacement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedApplicationPageFactory

public TabbedApplicationPageFactory()
Method Detail

createApplicationPage

public ApplicationPage createApplicationPage(ApplicationWindow window,
                                             PageDescriptor descriptor)
Description copied from interface: ApplicationPageFactory
Create a new ApplicationPage.

Specified by:
createApplicationPage in interface ApplicationPageFactory
Returns:
the window

setTabPlacement

public void setTabPlacement(int tabPlacement)

getTabPlacement

public int getTabPlacement()

getTabLayoutPolicy

public int getTabLayoutPolicy()

setTabLayoutPolicy

public void setTabLayoutPolicy(int tabLayoutPolicy)


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