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

109 lines
4.1 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 BulletinLayout
</title>
</head>
<body>
<h1>
Class BulletinLayout
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----BulletinLayout
</pre>
<hr>
<dl>
<dt> public class <b>BulletinLayout</b>
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
<dt> implements <a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
</dl>
Lays out components as though they were pinned to
a bulletin board.<p>
Components are simply reshaped to their location and their
preferred size. BulletinLayout is preferrable to setting
a container's layout manager to null and explicitly positioning
and sizing components.<p>
<dl>
<dt> <b>Version:</b>
<dd> 1.0, Apr 1 1996
<dt> <b>Author:</b>
<dd> David Geary
</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="#BulletinLayout()"><b>BulletinLayout</b></a>()
<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="#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component)
<dd>
</dl>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="BulletinLayout"></a>
<a name="BulletinLayout()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>BulletinLayout</b>
<pre>
public BulletinLayout()
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="addLayoutComponent(java.lang.String, java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addLayoutComponent"><b>addLayoutComponent</b></a>
<pre>
public void addLayoutComponent(<a href="java.lang.String.html#_top_">String</a> name,
<a href="java.awt.Component.html#_top_">Component</a> comp)
</pre>
<a name="removeLayoutComponent(java.awt.Component)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removeLayoutComponent"><b>removeLayoutComponent</b></a>
<pre>
public void removeLayoutComponent(<a href="java.awt.Component.html#_top_">Component</a> comp)
</pre>
<a name="preferredLayoutSize(java.awt.Container)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="preferredLayoutSize"><b>preferredLayoutSize</b></a>
<pre>
public <a href="java.awt.Dimension.html#_top_">Dimension</a> preferredLayoutSize(<a href="java.awt.Container.html#_top_">Container</a> target)
</pre>
<a name="minimumLayoutSize(java.awt.Container)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="minimumLayoutSize"><b>minimumLayoutSize</b></a>
<pre>
public <a href="java.awt.Dimension.html#_top_">Dimension</a> minimumLayoutSize(<a href="java.awt.Container.html#_top_">Container</a> target)
</pre>
<a name="layoutContainer(java.awt.Container)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="layoutContainer"><b>layoutContainer</b></a>
<pre>
public void layoutContainer(<a href="java.awt.Container.html#_top_">Container</a> target)
</pre>
</body>
</html>