Uses of Interface
net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Packages that use MessageOutput Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.builder.utils Theutils
package contains some classes and interfaces providing some special functionality that cannot be associated with other parts of the builder framework.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of MessageOutput in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return MessageOutput Modifier and Type Method Description MessageOutput
ApplicationBuilderData. getMessageOutput()
Returns theMessageOutput
object.MessageOutput
ApplicationContext. getMessageOutput()
Returns a reference to the object for displaying messages.MessageOutput
ApplicationContextImpl. getMessageOutput()
Returns a reference to the object for displaying messages.Methods in net.sf.jguiraffe.gui.app with parameters of type MessageOutput Modifier and Type Method Description void
ApplicationBuilderData. setMessageOutput(MessageOutput messageOutput)
Sets theMessageOutput
object.void
ApplicationContext. setMessageOutput(MessageOutput msg)
Sets the message output object to be used by this application.void
ApplicationContextImpl. setMessageOutput(MessageOutput msg)
Sets the message output object to be used by this application. -
Uses of MessageOutput in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return MessageOutput Modifier and Type Method Description MessageOutput
BuilderData. getMessageOutput()
Returns a reference to theMessageOutput
object to be used by the builder and dependent objects. -
Uses of MessageOutput in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return MessageOutput Modifier and Type Method Description MessageOutput
DefaultTableEditorValidationHandler. getOutput()
Returns the message output object used for displaying message boxes.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type MessageOutput Modifier and Type Method Description void
DefaultTableEditorValidationHandler. setOutput(MessageOutput output)
Sets the message output object to be used for displaying message boxes. -
Uses of MessageOutput in net.sf.jguiraffe.gui.builder.utils
Classes in net.sf.jguiraffe.gui.builder.utils that implement MessageOutput Modifier and Type Class Description class
NullMessageOutput
An implementation of theMessageOutput
interface that does not output a message. -
Uses of MessageOutput in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return MessageOutput Modifier and Type Method Description protected MessageOutput
FormController. fetchMessageOutput()
Returns the currentMessageOutput
object.MessageOutput
FormController. getMessageOutput()
Returns theMessageOutput
object to be used by this controller.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type MessageOutput Modifier and Type Method Description void
FormController. setMessageOutput(MessageOutput messageOutput)
Sets theMessageOutput
object to be used by this controller.
-