org.springframework.richclient.samples.showcase.util
Interface Reporter

All Superinterfaces:
ControlFactory
All Known Implementing Classes:
AbstractReporterForm

public interface Reporter
extends ControlFactory

Interface indicating a reporter object. It needs a messageArea to report to and has some commands that may be called upon.

Author:
Jan Hoskens

Method Summary
 AbstractCommand[] getReporterCommands()
           
 void setMessageArea(JTextArea messageArea)
           
 
Methods inherited from interface org.springframework.richclient.factory.ControlFactory
getControl
 

Method Detail

setMessageArea

void setMessageArea(JTextArea messageArea)

getReporterCommands

AbstractCommand[] getReporterCommands()


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