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 |
The
utils 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.
|
net.sf.jguiraffe.gui.platform.swing.builder.utils |
A package with Swing-specific utility classes.
|
Modifier and Type | Method and Description |
---|---|
MessageOutput |
ApplicationContextImpl.getMessageOutput()
Returns a reference to the object for displaying messages.
|
MessageOutput |
ApplicationContext.getMessageOutput()
Returns a reference to the object for displaying messages.
|
MessageOutput |
ApplicationBuilderData.getMessageOutput()
Returns the
MessageOutput object. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationContextImpl.setMessageOutput(MessageOutput msg)
Sets the message output object to be used by this application.
|
void |
ApplicationContext.setMessageOutput(MessageOutput msg)
Sets the message output object to be used by this application.
|
void |
ApplicationBuilderData.setMessageOutput(MessageOutput messageOutput)
Sets the
MessageOutput object. |
Modifier and Type | Method and Description |
---|---|
MessageOutput |
BuilderData.getMessageOutput()
Returns a reference to the
MessageOutput object to be used
by the builder and dependent objects. |
Modifier and Type | Method and Description |
---|---|
MessageOutput |
DefaultTableEditorValidationHandler.getOutput()
Returns the message output object used for displaying message boxes.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTableEditorValidationHandler.setOutput(MessageOutput output)
Sets the message output object to be used for displaying message boxes.
|
Modifier and Type | Class and Description |
---|---|
class |
NullMessageOutput
An implementation of the
MessageOutput interface that does not output
a message. |
Modifier and Type | Method and Description |
---|---|
protected MessageOutput |
FormController.fetchMessageOutput()
Returns the current
MessageOutput object. |
MessageOutput |
FormController.getMessageOutput()
Returns the
MessageOutput object to be used by this
controller. |
Modifier and Type | Method and Description |
---|---|
void |
FormController.setMessageOutput(MessageOutput messageOutput)
Sets the
MessageOutput object to be used by this controller. |
Modifier and Type | Class and Description |
---|---|
class |
SwingMessageOutput
A Swing specific implementation of the
MessageOutput
interface. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.