Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.bgtask | |
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
Modifier and Type | Method and Description |
---|---|
void |
BgTaskCommand.actionPerformed(FormActionEvent e)
Notifies this object that the cancel button was pressed.
|
Modifier and Type | Method and Description |
---|---|
void |
FormActionListener.actionPerformed(FormActionEvent e)
This method gets called when an
FormActionEvent occurs. |
Modifier and Type | Method and Description |
---|---|
void |
FormController.actionPerformed(FormActionEvent e)
Processes action events.
|
protected void |
FormController.cancelButtonClicked(FormActionEvent event)
The cancel button was clicked.
|
protected void |
FormController.okButtonClicked(FormActionEvent event)
The OK button was clicked.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.