org.netbeans.modules.visualweb.css2 |
|
Java Source File Name | Type | Comment |
BackgroundImagePainter.java | Class | Paints the background image. |
BoxFactory.java | Class | Creates a box for a given element. |
BoxList.java | Class | Maintains a list of boxes, which can be sorted in z-order. |
BoxType.java | Class | Class which represents a type of box - absolutel positioned,
normal/static position, floats, etc. |
ContainerBox.java | Class | A CSS box which can hold children. |
CreateContext.java | Class | Context used during when creating the box hierarchy. |
CssBorder.java | Class | A border which paints according to CSS2 specifications. |
CssBox.java | Class | Represents a CSS2 Box. |
CustomButtonBox.java | Class |
CustomButtonBox represents the painting of a button that is not using
the native platform look and feel for buttons. |
DocumentBox.java | Class | Represents the document - with a tag. |
DomInspector.java | Class | |
ExternalDocumentBox.java | Class | ExternalDocumentBox is an abstract class used by FrameBox,
JspIncludeBox etc. |
FieldSetBox.java | Class | |
FloatingBoxInfo.java | Class | Object which holds information about a floating box used in layout. |
FormatContext.java | Class | |
FormComponentBox.java | Class | Box that visually represents a form component - such as a button,
dropdown, checkbox, text area, or listbox. |
FrameBox.java | Class | |
FrameSetBox.java | Class | FrameSetBox represents a <frameset> tag. |
ImageBox.java | Class | ImageBox renders an image. |
JspIncludeBox.java | Class | XXX This shouldn't be in the desinger, there shouldn't be any notion of fragments here.
JspIncludeBox represents a <% include file="url" %> tag in the jsp markup. |
LineBox.java | Class | LineBox, used during inline formatting of CSS2 content. |
LineBoxGroup.java | Class | This class represents a LineBoxGroup; a box representing
a single Inline context, which will be rendered as a set
of LineBoxes managed by this LineBoxGroup. |
LineBreakBox.java | Class | A LineBreakBox represents a <br/> in a LineBox. |
ListBox.java | Class | ListBox represents a box that contains a numbered or lettered or
un-numbered list. |
ModelViewMapper.java | Class | Class responsible for mapping between the DOM (jsp document and
rendered html fragments) and the view (boxes and pixel coordinates).
It also handles caret motion. |
ObjectBox.java | Class | ObjectBox represents an <object> tag, or an
<applet> tag, in the jsp markup. |
PageBox.java | Class | Represents the page/document tag - the initial containing block. |
SpaceBox.java | Class | SpaceBox represents a sequence of space characters in
a LineBox. |
StringBox.java | Class | StringBox represents a box of text whose text is specified by
an attribute rather than the text-node children of the box' element
(which is the default). |
TableBox.java | Class | TableBox represents a <table> element. |
TextBox.java | Class | TextBox represents a box of text characters placed within
a LineBox. |
ViewportBox.java | Class | Root box to use as the initial containing block. |