|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.Element | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.MultiPartElement | +--org.apache.ecs.FrameSet
This class creates a <FrameSet> tag.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.Element |
attribute_filter,
case_type,
codeset,
element,
end_element,
end_modifier,
end_modifier_defined,
filter,
filter_attribute_state,
filter_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined,
VERSION |
Constructor Summary | |
FrameSet()
Basic constructor. |
|
FrameSet(Element element)
Basic constructor. |
|
FrameSet(java.lang.String element)
Basic constructor. |
|
FrameSet(java.lang.String rows,
java.lang.String cols)
Basic constructor. |
|
FrameSet(java.lang.String rows,
java.lang.String cols,
Element element)
Basic constructor. |
|
FrameSet(java.lang.String rows,
java.lang.String cols,
java.lang.String element)
Basic constructor. |
Method Summary | |
(package private) void |
Private initialization routine. |
FrameSet |
addElement(Element element)
Adds an Element to the element. |
FrameSet |
addElement(java.lang.String element)
Adds an Element to the element. |
FrameSet |
setCols(int cols)
Sets the COLS="" attribute |
FrameSet |
setCols(java.lang.String cols)
Sets the COLS="" attribute |
FrameSet |
setRows(int rows)
Sets the ROWS="" attribute |
FrameSet |
setRows(java.lang.String rows)
Sets the ROWS="" attribute |
Methods inherited from class org.apache.ecs.MultiPartElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.ElementAttributes |
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public FrameSet()
public FrameSet(Element element)
element
- Adds an Element to the element.public FrameSet(java.lang.String element)
element
- Adds an Element to the element.public FrameSet(java.lang.String rows, java.lang.String cols)
rows
- Sets the ROWS="" attributecols
- Sets the COLS="" attributepublic FrameSet(java.lang.String rows, java.lang.String cols, Element element)
rows
- Sets the ROWS="" attributecols
- Sets the COLS="" attributeelement
- Adds an Element to the element.public FrameSet(java.lang.String rows, java.lang.String cols, java.lang.String element)
rows
- Sets the ROWS="" attributecols
- Sets the COLS="" attributeelement
- Adds an Element to the element.Method Detail |
void()
public FrameSet setRows(int rows)
rows
- Sets the ROWS="" attributepublic FrameSet setRows(java.lang.String rows)
rows
- Sets the ROWS="" attributepublic FrameSet setCols(int cols)
cols
- Sets the COLS="" attributepublic FrameSet setCols(java.lang.String cols)
cols
- Sets the COLS="" attributepublic FrameSet addElement(Element element)
element
- Adds an Element to the element.public FrameSet addElement(java.lang.String element)
element
- Adds an Element to the element.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |