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 Theutilspackage 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 MessageOutputApplicationBuilderData. getMessageOutput()Returns theMessageOutputobject.MessageOutputApplicationContext. getMessageOutput()Returns a reference to the object for displaying messages.MessageOutputApplicationContextImpl. 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 voidApplicationBuilderData. setMessageOutput(MessageOutput messageOutput)Sets theMessageOutputobject.voidApplicationContext. setMessageOutput(MessageOutput msg)Sets the message output object to be used by this application.voidApplicationContextImpl. 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 MessageOutputBuilderData. getMessageOutput()Returns a reference to theMessageOutputobject 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 MessageOutputDefaultTableEditorValidationHandler. 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 voidDefaultTableEditorValidationHandler. 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 classNullMessageOutputAn implementation of theMessageOutputinterface 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 MessageOutputFormController. fetchMessageOutput()Returns the currentMessageOutputobject.MessageOutputFormController. getMessageOutput()Returns theMessageOutputobject 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 voidFormController. setMessageOutput(MessageOutput messageOutput)Sets theMessageOutputobject to be used by this controller.
-