|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsiouxsie.mvc.impl.PanelScreenHandler
public class PanelScreenHandler
Panel-based IScreenHandler.
Tightly-coupled with ScreenResult.
Install the IScreen in a the center of
BorderLayout panel.
| Constructor Summary | |
|---|---|
PanelScreenHandler()
|
|
| Method Summary | |
|---|---|
void |
displayMessages(java.util.Collection<Message> messages)
Display action messages in the current screen. |
void |
displayScreen(com.opensymphony.xwork2.ActionInvocation actionInvocation)
Screen installation. |
javax.swing.JComponent |
getComponent()
The UI component where screen are installed. |
IScreen |
getInstalledScreen()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanelScreenHandler()
| Method Detail |
|---|
public void displayScreen(com.opensymphony.xwork2.ActionInvocation actionInvocation)
IScreenHandler
displayScreen in interface IScreenHandlerpublic javax.swing.JComponent getComponent()
IScreenHandler
getComponent in interface IScreenHandlerpublic void displayMessages(java.util.Collection<Message> messages)
IScreenHandler
displayMessages in interface IScreenHandlerpublic IScreen getInstalledScreen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||