siouxsie.desktop.impl
Class CardLayoutViewHandler

java.lang.Object
  extended by siouxsie.desktop.impl.CardLayoutViewHandler
All Implemented Interfaces:
IViewHandler

public class CardLayoutViewHandler
extends java.lang.Object
implements IViewHandler

Display the views in a card layout.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
CardLayoutViewHandler()
           
 
Method Summary
 void displayApplicationView(java.lang.String appId)
          Display the application view in the default container.
 void displayView(java.lang.String id)
          Display the view in the default container
 java.util.List<ViewContribution> getContribs()
           
 javax.swing.JComponent getDefaultContainer()
          The default container.
 void init()
          Create and organize views along the contributions.
 void setContribs(java.util.List<ViewContribution> contribs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardLayoutViewHandler

public CardLayoutViewHandler()
Method Detail

displayView

public void displayView(java.lang.String id)
Description copied from interface: IViewHandler
Display the view in the default container

Specified by:
displayView in interface IViewHandler

displayApplicationView

public void displayApplicationView(java.lang.String appId)
Description copied from interface: IViewHandler
Display the application view in the default container.

Specified by:
displayApplicationView in interface IViewHandler

init

public void init()
Create and organize views along the contributions.


getDefaultContainer

public javax.swing.JComponent getDefaultContainer()
Description copied from interface: IViewHandler
The default container.

Specified by:
getDefaultContainer in interface IViewHandler
Returns:

getContribs

public java.util.List<ViewContribution> getContribs()

setContribs

public void setContribs(java.util.List<ViewContribution> contribs)


Copyright © 2006-2008 null. All Rights Reserved.