File: iicm.widgets.StatusButton.html

package info (click to toggle)
vrwave 0.9-4
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 5,032 kB
  • ctags: 7,153
  • sloc: java: 15,050; ansic: 8,219; sh: 458; makefile: 181
file content (97 lines) | stat: -rw-r--r-- 3,591 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Thu Sep 25 20:23:36 MET DST 1997 -->
<a name="_top_"></a>
<title>
  Class iicm.widgets.StatusButton
</title>
</head>
<body background="vrwavebg.gif">
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-iicm.widgets.html">This Package</a>  <a href="iicm.widgets.StatusBar.html#_top_">Previous</a>  <a href="iicm.widgets.StatusTextField.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class iicm.widgets.StatusButton
</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.Button.html#_top_">java.awt.Button</a>
                   |
                   +----iicm.widgets.StatusButton
</pre>
<hr>
<dl>
  <dt> public class <b>StatusButton</b>
  <dt> extends <a href="java.awt.Button.html#_top_">Button</a>
  <dt> implements <a href="iicm.widgets.PropField.html#_top_">PropField</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="#StatusButton(java.lang.String, iicm.widgets.PropPanel, int)"><b>StatusButton</b></a>(String, PropPanel, int)
  <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="#naturalWidth()"><b>naturalWidth</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#preferredSize()"><b>preferredSize</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#propSize()"><b>propSize</b></a>()
  <dd> 
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="StatusButton"></a>
<a name="StatusButton(java.lang.String, iicm.widgets.PropPanel, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>StatusButton</b>
<pre>
  public StatusButton(<a href="java.lang.String.html#_top_">String</a> label,
                      <a href="iicm.widgets.PropPanel.html#_top_">PropPanel</a> ppanel,
                      int psize)
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="preferredSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="preferredSize"><b>preferredSize</b></a>
<pre>
  public <a href="java.awt.Dimension.html#_top_">Dimension</a> preferredSize()
</pre>
<dl>
  <dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.Component.html#preferredSize()">preferredSize</a> in class <a href="java.awt.Component.html#_top_">Component</a>
  </dl>
</dl>
<a name="propSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="propSize"><b>propSize</b></a>
<pre>
  public int propSize()
</pre>
<a name="naturalWidth()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="naturalWidth"><b>naturalWidth</b></a>
<pre>
  public int naturalWidth()
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-iicm.widgets.html">This Package</a>  <a href="iicm.widgets.StatusBar.html#_top_">Previous</a>  <a href="iicm.widgets.StatusTextField.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>