Package | Description |
---|---|
com.hfg.bio.phylogeny | |
com.hfg.bio.seq.alignment | |
com.hfg.citation | |
com.hfg.css |
Implementation of CSS concepts to allow CSS content to be created, parsed,
and/or manipulated in code.
|
com.hfg.graphics | |
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
com.hfg.html.custom | |
com.hfg.javascript | |
com.hfg.util.collection | |
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Method and Description |
---|---|
HTMLTag |
PhylogeneticTree.toHTMLTag()
Constructs a phylogram in HTML format.
|
Modifier and Type | Method and Description |
---|---|
HTMLTag |
PctId.toHTMLTag() |
Modifier and Type | Method and Description |
---|---|
HTMLTag |
APA.generateAsHTML(Citation inCitation) |
HTMLTag |
Chicago.generateAsHTML(Citation inCitation) |
HTMLTag |
CitationFormat.generateAsHTML(Citation inCitation) |
HTMLTag |
MLA.generateAsHTML(Citation inCitation) |
Modifier and Type | Method and Description |
---|---|
boolean |
CSSSelector.appliesTo(HTMLTag inHTMLTag)
Currently supports simple type selectors, id selectors, class selectors,
attribute selectors, ancestor selectors, parent selectors, and adjacent sibling selectors.
|
List<CSSDeclaration> |
CSS.getCSSDeclarationsForHTMLTag(HTMLTag inHTML,
CSSMediaType inMediaType)
Returns CSS declarations that apply to the specified HTML tag.
|
void |
CSS.localizeStyles(HTMLTag inHTML,
CSSMediaType inMediaType)
Where specified CSS rules apply, the styling is placed in the tag's style attribute.
|
Modifier and Type | Method and Description |
---|---|
HTMLTag |
Colorist.toDisplayHTML() |
HTMLTag |
PaletteColorist.toDisplayHTML() |
HTMLTag |
RangeColorist.toDisplayHTML() |
HTMLTag |
ScaleColorist.toDisplayHTML() |
Modifier and Type | Class and Description |
---|---|
class |
Applet
Represents an applet (<applet>) tag.
|
class |
Area
Represents an image map area (<area>) tag.
|
class |
Body
Represents a body (<body>) tag.
|
class |
Center
Represents a center (<center>) tag.
|
class |
Col
Table column (<col>) tag.
|
class |
Colgroup
Table column group (<colgroup>) tag.
|
class |
Div
Represents a div (<div>) tag.
|
class |
Em
Represents an emphasis (<em>) tag.
|
class |
Form
Represents a form (<form>) tag.
|
class |
Frame
Represents a frame (<frame>) tag.
|
class |
Frameset
Represents a frameset (<frameset>) tag.
|
class |
H1
Represents a heading (<h1>) tag.
|
class |
H2
Represents a heading (<h2>) tag.
|
class |
H3
Represents a heading (<h3>) tag.
|
class |
Head
Represents a head (<head>) tag.
|
class |
Hr
Represents a horizontal rule (<hr>) tag.
|
class |
HTML
Represents an html (<html>) tag and also contains tag name constants.
|
class |
HTMLTagWithCoreEvents
Base class for html elements that support the common mouse and keyboard events.
|
class |
HTMLTagWithFormEvents
Base class for most html form elements.
|
class |
IFrame
Represents an iframe (<iframe>) tag.
|
class |
ImageMap
Represents an image map (<map>) tag.
|
class |
Img
Represents a image (<img>) tag.
|
class |
InputButton
Represents a button form element (<input type='button'>) tag.
|
class |
InputCheckbox
Represents a checkbox form element (<input type='checkbox'>) tag.
|
class |
InputFile
Represents a file upload form element (<input type='file'>) tag.
|
class |
InputHidden
Represents a hidden form element (<input type='hidden'>) tag.
|
class |
InputPassword
Represents a password form element (<input type='password'>) tag.
|
class |
InputRadio
Represents a radio form element (<input type='radio'>) tag.
|
class |
InputReset
Represents a reset form element (<input type='reset'>) tag.
|
class |
InputSubmit
Represents a submit form element (<input type='submit'>) tag.
|
class |
InputText
Represents a text input form element (<input type='text'>) tag.
|
class |
Label
Represents a label (<label>) tag.
|
class |
Li
Represents a list item (<li>) tag.
|
class |
Link
Represents a link (<a>) tag.
|
class |
Meta
Represents a meta (<meta>) tag.
|
class |
Nobr
Represents a no break (<nobr>) tag.
|
class |
ObjectTag
Represents an object (<object>) tag.
|
class |
Ol
Represents an ordered list (<ol>) tag.
|
class |
OptGroup
Represents an option group (<optgroup>) tag.
|
class |
Option
Represents a list option (<option>) tag.
|
class |
P
Represents a paragraph (<p>) tag.
|
class |
Param
Represents a param (<param>) tag.
|
class |
Pre
Represents a pre (<pre>) tag.
|
class |
Script
Represents a script (<script>) tag.
|
class |
Select
Represents an html select (<select>) tag.
|
class |
Span
Represents a span (<span>) tag.
|
class |
StyleTag
Represents an HTML style (<style>) tag.
|
class |
Table
Represents a table (<table>) tag.
|
class |
TBody
Represents a table body (<tbody>) tag.
|
class |
Td
Represents a table cell (<td>) tag.
|
class |
Textarea
Represents a textarea (<textarea>) tag.
|
class |
TFoot
Represents a table footer (<tfoot>) tag.
|
class |
Th
Represents a table header cell (<th>) tag.
|
class |
THead
Represents a table header (<thead>) tag.
|
class |
Tr
Represents a table row (<tr>) tag.
|
class |
Ul
Represents an unordered list (<ul>) tag.
|
Modifier and Type | Method and Description |
---|---|
HTMLTag |
HTMLTag.addClass(String inValue) |
HTMLTag |
HTMLTag.addStyle(String inValue) |
HTMLTag |
HTMLTag.applyColorSpec(ColorSpec inValue) |
HTMLTag |
HTMLTag.clone() |
static HTMLTag |
HTML.constructFromXMLNode(XMLNode inXMLNode) |
HTMLTag |
HTMLTag.removeClass(String inValue) |
HTMLTag |
HTMLTag.removeStyleProperty(CSSProperty inValue) |
HTMLTag |
HTMLTag.setAttribute(String inName,
Object inValue) |
HTMLTag |
HTMLTag.setAttribute(XMLName inName,
Object inValue) |
HTMLTag |
HTMLTag.setClass(String inValue) |
HTMLTag |
HTMLTag.setDraggable(boolean inValue) |
HTMLTag |
HTMLTag.setId(String inValue) |
HTMLTag |
HTMLTag.setStyle(CharSequence inValue) |
HTMLTag |
HTMLTag.setStyleColor(Color inValue)
Sets the CSS color declaration in the existing style attribute content or,
if no color declaration exists, one is added.
|
Constructor and Description |
---|
Center(HTMLTag inContent) |
Div(HTMLTag inContent) |
Div(HTMLTag inContent,
Align inAlign) |
H1(HTMLTag inContent) |
H2(HTMLTag inContent) |
H3(HTMLTag inContent) |
Label(HTMLTag inContent) |
Li(HTMLTag inContent) |
Link(CharSequence inURL,
HTMLTag inContentTag) |
Nobr(HTMLTag inContent) |
P(HTMLTag inContent) |
Pre(HTMLTag inContent) |
Span(HTMLTag inContent) |
Th(HTMLTag inContent) |
Th(HTMLTag inContent,
Align inAlign) |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxSpan
Container for a checkbox or radio button plus its label.
|
class |
ClickLabelSpan
Container for things like a custom tri-state plus its label.
|
class |
MultiSelectExpander
Widget for expanding / collapsing a multi-select box.
|
class |
TabbedPaneSet
Convenience class for constructing a tabbed pane set.
|
class |
TextareaExpander
Widget for expanding / collapsing a textarea.
|
Modifier and Type | Method and Description |
---|---|
void |
TabbedPaneSet.addTab(HTMLTag inLabel,
HTMLTag inPaneContent) |
void |
TabbedPaneSet.addTab(HTMLTag inLabel,
HTMLTag inPaneContent,
boolean inIsSelected) |
void |
TabbedPaneSet.addTab(HTMLTag inLabel,
HTMLTag inPaneContent,
boolean inIsSelected,
String inOnClick) |
void |
TabbedPaneSet.addTab(String inLabel,
HTMLTag inPaneContent) |
void |
TabbedPaneSet.addTab(String inLabel,
HTMLTag inPaneContent,
boolean inIsSelected) |
void |
TabbedPaneSet.addTab(String inLabel,
HTMLTag inPaneContent,
boolean inIsSelected,
String inOnClick) |
Constructor and Description |
---|
CheckboxSpan(InputCheckbox inCheckbox,
HTMLTag inLabel) |
CheckboxSpan(InputRadio inRadioButton,
HTMLTag inLabel) |
ClickLabelSpan(HTMLTagWithCoreEvents inHTMLTag,
HTMLTag inLabel) |
Modifier and Type | Method and Description |
---|---|
void |
HoverboardMaker.addHoverboard(HTMLTag inTag,
String inJSMethodForContent)
Hoverboards can be added to any tag which supports onmouseover and onmouseout.
|
void |
PopupMenuJS.attachToTag(HTMLTag inTag)
Popup menus can be added to any tag which supports onmouseover and onmouseout.
|
Modifier and Type | Method and Description |
---|---|
HTMLTag |
DataTable.getHTMLFormatted(String inId,
DataColumn inDataColumn)
Uses a formatting string (like "%.1f%%") specified via the DataColumn to
render the object value for display.
|
Modifier and Type | Method and Description |
---|---|
List<XMLTag> |
HtmlToWmlConverter.convert(HTMLTag inHTMLTag,
Docx inDocx)
Warning: this method is still a brittle work-in-progress.
|
jataylor@hairyfatguy.com