siouxsie.mvc
Interface IScreenHandler

All Known Implementing Classes:
PanelScreenHandler

public interface IScreenHandler

Handle the screen "installation" in the UI (ex.: creation and layout). Usually defined as a dependancy in the XW container and used by an appropriate result.

Version:
$Id$
Author:
Arnaud Cogoluegnes

Method Summary
 void displayMessages(java.util.Collection<Message> messages)
          Display action messages in the current screen.
 void displayScreen(com.opensymphony.xwork2.ActionInvocation invocation)
          Screen installation.
 javax.swing.JComponent getComponent()
          The UI component where screen are installed.
 

Method Detail

getComponent

javax.swing.JComponent getComponent()
The UI component where screen are installed.

Returns:

displayScreen

void displayScreen(com.opensymphony.xwork2.ActionInvocation invocation)
Screen installation.

Parameters:
invocation -

displayMessages

void displayMessages(java.util.Collection<Message> messages)
Display action messages in the current screen.

Parameters:
messages -


Copyright © 2006-2008 null. All Rights Reserved.