|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.GenericElement | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.ConcreteElement | +--org.apache.ecs.MultiPartElement | +--org.apache.ecs.html.Applet
This class creates an ObjectElement
Fields inherited from class org.apache.ecs.ConcreteElement |
registry,
registryList |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_equality_sign,
attribute_filter,
attribute_quote,
attribute_quote_char,
filter_attribute_state |
Fields inherited from class org.apache.ecs.GenericElement |
__text,
begin_end_modifier,
begin_end_modifier_defined,
begin_start_modifier,
begin_start_modifier_defined,
case_type,
codeset,
element,
element_type,
end_element,
end_end_modifier,
end_end_modifier_defined,
end_modifier_defined,
end_start_modifier,
end_start_modifier_defined,
end_tag,
filter,
filter_state,
position,
pretty_print,
start_modifier_defined,
start_tag,
tabLevel,
VERSION |
Constructor Summary | |
Applet()
Default constructor. |
Method Summary | |
(package private) void |
Private initializer. |
Applet |
addElement(Element element)
Add an element to the element |
Applet |
addElement(java.lang.String element)
Add an element to the element |
Applet |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
Applet |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
Applet |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
Applet |
setAlign(java.lang.String alignment)
Set the horizontal or vertical alignment of this applet. Convience variables are in the AlignTypes interface. |
Applet |
setAlt(java.lang.String alt)
Breif description, alternate text for the applet. |
Applet |
setArchive(java.lang.String url)
Comma seperated archive list. |
Applet |
setCode(java.lang.String code)
Applet class file. |
Applet |
setCodeBase(java.lang.String url)
Determines the base url for this applet. |
Applet |
setHeight(double height)
Suggested height of applet. |
Applet |
setHeight(int height)
Suggested height of applet. |
Applet |
setHeight(java.lang.String height)
Suggested height of applet. |
Applet |
setHSpace(double hspace)
Suggested horizontal gutter. |
Applet |
setHSpace(int hspace)
Suggested horizontal gutter. |
Applet |
setHSpace(java.lang.String hspace)
Suggested horizontal gutter. |
Applet |
setName(java.lang.String name)
Set the name of this applet. |
Applet |
setObject(java.lang.String object)
Serialized applet file. |
Applet |
setVSpace(double vspace)
Suggested vertical gutter. |
Applet |
setVSpace(int vspace)
Suggested vertical gutter. |
Applet |
setVSpace(java.lang.String vspace)
Suggested vertical gutter. |
Applet |
setWidth(double width)
Suggested width of object. |
Applet |
setWidth(int width)
Suggested width of applet. |
Applet |
setWidth(java.lang.String width)
Suggested width of applet. |
Methods inherited from class org.apache.ecs.ConcreteElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
clone,
elements,
getElement,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.ElementAttributes |
addAttribute,
attributes,
createStartTag,
getAttributeEqualitySign,
getAttributeFilter,
getAttributeFilterState,
getAttributeQuote,
getAttributeQuoteChar,
hasAttribute,
removeAttribute,
setAttributeEqualitySign,
setAttributeFilter,
setAttributeFilterState,
setAttributeQuote,
setAttributeQuoteChar,
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public Applet()
Method Detail |
void()
public Applet setCodeBase(java.lang.String url)
url
- base url for this applet.public Applet setArchive(java.lang.String url)
url
- Comma seperate archive list.public Applet setCode(java.lang.String code)
code
- Applet class file.public Applet setHeight(java.lang.String height)
height
- suggested link height.public Applet setHeight(int height)
height
- suggested link height.public Applet setHeight(double height)
height
- suggested link height.public Applet setWidth(java.lang.String width)
height
- suggested link width.public Applet setWidth(int width)
height
- suggested link width.public Applet setWidth(double width)
height
- suggested link width.public Applet setHSpace(java.lang.String hspace)
hspace
- suggested horizontal gutter.public Applet setHSpace(int hspace)
hspace
- suggested horizontal gutter.public Applet setHSpace(double hspace)
hspace
- suggested horizontal gutter.public Applet setVSpace(java.lang.String vspace)
hspace
- suggested vertical gutter.public Applet setVSpace(int vspace)
hspace
- suggested vertical gutter.public Applet setVSpace(double vspace)
hspace
- suggested vertical gutter.public Applet setAlign(java.lang.String alignment)
alignment
- Set the horizontal or vertical alignment of this applet.public Applet setName(java.lang.String name)
name
- set the name of this applet.public Applet setObject(java.lang.String object)
object
- Serialized applet file.public Applet setAlt(java.lang.String alt)
alt
- alternat text.public Applet addElement(java.lang.String hashcode, Element element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public Applet addElement(java.lang.String hashcode, java.lang.String element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public Applet addElement(java.lang.String element)
element
- a string representation of the elementpublic Applet addElement(Element element)
element
- an element to addpublic Applet removeElement(java.lang.String hashcode)
hashcode
- the name of the element to be removed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |