COSC-4P82-Final-Project/lib/lilgp/lilgpSetup1.0/javadocs/ErrorFrame.html

113 lines
3.7 KiB
HTML
Raw Normal View History

2024-04-01 00:01:49 -04:00
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat May 10 12:20:47 1997 -->
<a name="_top_"></a>
<title>
Class ErrorFrame
</title>
</head>
<body>
<h1>
Class ErrorFrame
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----<a href="java.awt.Component.html#_top_">java.awt.Component</a>
|
+----<a href="java.awt.Container.html#_top_">java.awt.Container</a>
|
+----<a href="java.awt.Window.html#_top_">java.awt.Window</a>
|
+----<a href="java.awt.Frame.html#_top_">java.awt.Frame</a>
|
+----ErrorFrame
</pre>
<hr>
<dl>
<dt> class <b>ErrorFrame</b>
<dt> extends <a href="java.awt.Frame.html#_top_">Frame</a>
</dl>
Create a frame that contains a text area to display the error
messages in and a button that will destroy the frame.
<dl>
<dt> <b>See Also:</b>
<dd> <a href="ParameterDB.html#addComment">addComment</a>, <a href="ParameterDB.html#addWarning">addWarning</a>, <a href="ParameterDB.html#addError">addError</a>
</dl>
<hr>
<a name="index"></a>
<h2>
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
<dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#isAlive"><b>isAlive</b></a>
<dd>
</dl>
<h2>
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#ErrorFrame(java.util.Vector)"><b>ErrorFrame</b></a>(Vector)
<dd>
</dl>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#action(java.awt.Event, java.lang.Object)"><b>action</b></a>(Event, Object)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#updateErrors(java.util.Vector)"><b>updateErrors</b></a>(Vector)
<dd> Erase the contents of the text area and show the new errors
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="isAlive"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>isAlive</b>
<pre>
public static boolean isAlive
</pre>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ErrorFrame"></a>
<a name="ErrorFrame(java.util.Vector)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ErrorFrame</b>
<pre>
public ErrorFrame(<a href="java.util.Vector.html#_top_">Vector</a> errors)
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="updateErrors(java.util.Vector)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="updateErrors"><b>updateErrors</b></a>
<pre>
public void updateErrors(<a href="java.util.Vector.html#_top_">Vector</a> errors)
</pre>
<dl>
<dd> Erase the contents of the text area and show the new errors
</dl>
<a name="action(java.awt.Event, java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="action"><b>action</b></a>
<pre>
public boolean action(<a href="java.awt.Event.html#_top_">Event</a> event,
<a href="java.lang.Object.html#_top_">Object</a> arg)
</pre>
<dl>
<dl>
<dt> <b>Overrides:</b>
<dd> <a href="java.awt.Component.html#action(java.awt.Event, java.lang.Object)">action</a> in class <a href="java.awt.Component.html#_top_">Component</a>
</dl>
</dl>
</body>
</html>