COSC_4P82_Assignment_1/lib/lilgp/lilgpSetup1.0/javadocs/IndexPanel.html

91 lines
2.7 KiB
HTML
Raw Normal View History

2024-02-13 21:21:51 -05:00
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat May 10 12:20:47 1997 -->
<a name="_top_"></a>
<title>
Class IndexPanel
</title>
</head>
<body>
<h1>
Class IndexPanel
</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.Panel.html#_top_">java.awt.Panel</a>
|
+----IndexPanel
</pre>
<hr>
<dl>
<dt> class <b>IndexPanel</b>
<dt> extends <a href="java.awt.Panel.html#_top_">Panel</a>
</dl>
Create an index panel that uses the <tt>CardLayout</tt> manager
to store the six different parameter panels. Clicking
on a button in the <tt>ControlPanel</tt> will cause a new card
to be displayed.
<dl>
<dt> <b>See Also:</b>
<dd> <a href="ControlPanel.html#_top_">ControlPanel</a>
</dl>
<hr>
<a name="index"></a>
<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="#IndexPanel()"><b>IndexPanel</b></a>()
<dd> Instantiate each of the parameter panels and add them to the
<tt>CardLayout</tt> manager in the <tt>IndexPanel</tt>.
</dl>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/green-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#fliptoPanel(java.lang.Object)"><b>fliptoPanel</b></a>(Object)
<dd> This static class method allows the event handler in the
<tt>ControlPanel</tt> to trigger a card flip.
</dl>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="IndexPanel"></a>
<a name="IndexPanel()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>IndexPanel</b>
<pre>
public IndexPanel()
</pre>
<dl>
<dd> Instantiate each of the parameter panels and add them to the
<tt>CardLayout</tt> manager in the <tt>IndexPanel</tt>.
</dl>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="fliptoPanel(java.lang.Object)"><img src="images/green-ball.gif" width=12 height=12 alt=" o "></a>
<a name="fliptoPanel"><b>fliptoPanel</b></a>
<pre>
public static void fliptoPanel(<a href="java.lang.Object.html#_top_">Object</a> arg)
</pre>
<dl>
<dd> This static class method allows the event handler in the
<tt>ControlPanel</tt> to trigger a card flip.
<dl>
<dt> <b>Parameters:</b>
<dd> arg - the button label
</dl>
</dl>
</body>
</html>