summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLAppletElement.java
blob: 12338c28bbb782634c16d8a25cf1a7310267e73b (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.QtSupport;

/**

 An embedded Java applet. See the <a
 href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-APPLET">
 APPLET element definition </a> in HTML 4.0. This element is
 deprecated in HTML 4.0.
 		@short    An embedded Java applet.

*/
public class HTMLAppletElement extends HTMLElement  {
	protected HTMLAppletElement(Class dummy){super((Class) null);}
	public HTMLAppletElement() {
		super((Class) null);
		newHTMLAppletElement();
	}
	private native void newHTMLAppletElement();
	public HTMLAppletElement(HTMLAppletElement other) {
		super((Class) null);
		newHTMLAppletElement(other);
	}
	private native void newHTMLAppletElement(HTMLAppletElement other);
	public HTMLAppletElement(Node other) {
		super((Class) null);
		newHTMLAppletElement(other);
	}
	private native void newHTMLAppletElement(Node other);
	/**	
		 Aligns this object (vertically or horizontally) with respect to
		 its surrounding text. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-align-IMG">
		 align attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Aligns this object (vertically or horizontally) with respect to  its surrounding text.
	*/
	public native String align();
	/**	
		 see align
		     		@short    see align
	*/
	public native void setAlign(String arg1);
	/**	
		 Alternate text for user agents not rendering the normal content
		 of this element. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt">
		 alt attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Alternate text for user agents not rendering the normal content  of this element.
	*/
	public native String alt();
	/**	
		 see alt
		     		@short    see alt
	*/
	public native void setAlt(String arg1);
	/**	
		 Comma-separated archive list. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-archive-APPLET">
		 archive attribute definition </a> in HTML 4.0. This attribute
		 is deprecated in HTML 4.0.
			     		@short    Comma-separated archive list.
	*/
	public native String archive();
	/**	
		 see archive
		     		@short    see archive
	*/
	public native void setArchive(String arg1);
	/**	
		 Applet class file. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-code">
		 code attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Applet class file.
	*/
	public native String code();
	/**	
		 see code
		     		@short    see code
	*/
	public native void setCode(String arg1);
	/**	
		 Optional base URI for applet. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-codebase-APPLET">
		 codebase attribute definition </a> in HTML 4.0. This attribute
		 is deprecated in HTML 4.0.
			     		@short    Optional base URI for applet.
	*/
	public native String codeBase();
	/**	
		 see codeBase
		     		@short    see codeBase
	*/
	public native void setCodeBase(String value);
	/**	
		 Override height. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-height-APPLET">
		 height attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Override height.
	*/
	public native String height();
	/**	
		 see height
		     		@short    see height
	*/
	public native void setHeight(String arg1);
	/**	
		 Horizontal space, in pixels, to the left and right of this image, applet,
		 or object. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-hspace">
		 hspace attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Horizontal space, in pixels, to the left and right of this image, applet,  or object.
	*/
	public native long getHspace();
	/**	
		 see hspace
		      		@short    see hspace
	*/
	public native void setHspace(long arg1);
	/**	
		 The name of the applet. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-APPLET">
		 name attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    The name of the applet.
	*/
	public native String name();
	/**	
		 see name
		     		@short    see name
	*/
	public native void setName(String arg1);
	/**	
		 Serialized applet file. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-object">
		 object attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Serialized applet file.
	*/
	public native String object();
	/**	
		 see object
		     		@short    see object
	*/
	public native void setObject(String arg1);
	/**	
		 Vertical space, in pixels, above and below this image, applet, or object.
		 See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-vspace">
		 vspace attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Vertical space, in pixels, above and below this image, applet, or object.
	*/
	public native long getVspace();
	/**	
		 see vspace
		      		@short    see vspace
	*/
	public native void setVspace(long arg1);
	/**	
		 Override width. See the <a
		 href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-width-APPLET">
		 width attribute definition </a> in HTML 4.0. This attribute is
		 deprecated in HTML 4.0.
			     		@short    Override width.
	*/
	public native String width();
	/**	
		 see width
		     		@short    see width
	*/
	public native void setWidth(String arg1);
	// DOM::HTMLAppletElement* HTMLAppletElement(DOM::HTMLAppletElementImpl* arg1); >>>> NOT CONVERTED
}