net.groboclown.gui.pluginapp.v1.event
Class ErrorEvent
java.lang.Object
|
+--net.groboclown.gui.pluginapp.v1.event.BaseEvent
|
+--net.groboclown.gui.pluginapp.v1.event.ErrorEvent
- All Implemented Interfaces:
- Serializable
- public class ErrorEvent
- extends BaseEvent
The main GUI frame controller.
It has the Frame, the MenuBar, and the Tabbed Pane where everyone plays.
For each primary component, there is a JMenu and JComponent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
source
private IElement source
action
private String action
results
private String[] results
ErrorEvent
public ErrorEvent(IElement source,
String action,
String[] errors)
getElement
public IElement getElement()
getAction
public String getAction()
getErrors
public String[] getErrors()
Written under the LGPL