|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.View
javax.swing.text.ComponentView
javax.swing.text.html.FormView
org.allcolor.yahp.cl.converter.swing.CSwingHtmlRenderer.CFormView
public static class CSwingHtmlRenderer.CFormView
This class is used to render Form components. Radio, Checkbox, Combobox, Textfield, Textarea, Button
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.text.html.FormView |
---|
javax.swing.text.html.FormView.MouseEventListener |
Field Summary |
---|
Fields inherited from class javax.swing.text.html.FormView |
---|
RESET, SUBMIT |
Fields inherited from class javax.swing.text.View |
---|
BadBreakWeight, ExcellentBreakWeight, ForcedBreakWeight, GoodBreakWeight, X_AXIS, Y_AXIS |
Fields inherited from interface javax.swing.SwingConstants |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Constructor Summary | |
---|---|
CSwingHtmlRenderer.CFormView(javax.swing.text.Element elem)
Creates a new CFormView object. |
Method Summary | |
---|---|
void |
paint(java.awt.Graphics fg,
java.awt.Shape a)
Do nothing in here |
void |
realPaint(java.awt.Graphics fg,
java.awt.Shape a)
Paint the component on the graphics object |
Methods inherited from class javax.swing.text.html.FormView |
---|
actionPerformed, createComponent, getMaximumSpan, imageSubmit, submitData |
Methods inherited from class javax.swing.text.ComponentView |
---|
getAlignment, getComponent, getMinimumSpan, getPreferredSpan, modelToView, setParent, viewToModel |
Methods inherited from class javax.swing.text.View |
---|
append, breakView, changedUpdate, createFragment, forwardUpdate, forwardUpdateToView, getAttributes, getBreakWeight, getChildAllocation, getContainer, getDocument, getElement, getEndOffset, getGraphics, getNextVisualPositionFrom, getParent, getResizeWeight, getStartOffset, getToolTipText, getView, getViewCount, getViewFactory, getViewIndex, getViewIndex, insert, insertUpdate, isVisible, modelToView, modelToView, preferenceChanged, remove, removeAll, removeUpdate, replace, setSize, updateChildren, updateLayout, viewToModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSwingHtmlRenderer.CFormView(javax.swing.text.Element elem)
elem
- Swing text element representing the form
componentMethod Detail |
---|
public void paint(java.awt.Graphics fg, java.awt.Shape a)
paint
in class javax.swing.text.ComponentView
fg
- not useda
- not usedpublic void realPaint(java.awt.Graphics fg, java.awt.Shape a)
fg
- The graphics object to paint ona
- the area to paint into.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |