| Package | Description |
|---|---|
| org.dvb.ui | |
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
TextOverflowListener.notifyTextOverflow(String markedUpString,
HVisible v,
boolean overflowedHorizontally,
boolean overflowedVertically)
This method is called by the DVBTextLayoutManager
if the text does not fit within the component
|
void |
DVBTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HAnimation
The
HAnimation class is a user
interface component used to display animated graphical content (as
HStaticAnimation) which
additionally enables a user to navigate to it, i.e. |
class |
HGraphicButton
The
HGraphicButton is a user interface
component representing a push-button with static read-only graphical
content. |
class |
HIcon
The
HIcon is a user interface
component used to display static graphical content (as HStaticIcon) which also enables a user to
navigate to it, i.e. |
class |
HListGroup
The
HListGroup is a user interface
component representing a list of selectable items (HListElements) which contain
graphical and / or textual content. |
class |
HMultilineEntry
The
HMultilineEntry is a user interface
component used to receive multiple lines of alphanumeric entry from
the user. |
class |
HRange
The
HRange is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which also enables a user to
navigate to it, i.e. |
class |
HRangeValue
The
HRangeValue is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which enables a user to
navigate to and alter the value of it, i.e. |
class |
HSinglelineEntry
The
HSinglelineEntry is a user interface
component used to receive a single line of alphanumeric entry from
the user and can also be used for password input. |
class |
HStaticAnimation
The
HStaticAnimation is a user interface
component used to display animated graphical content but which does
not permit the user to navigate (focus) upon it. |
class |
HStaticIcon
The
HStaticIcon is a user interface
component used to display static graphical content which does
not permit the user to navigate (focus) upon it. |
class |
HStaticRange
The
HStaticRange is a user interface
component used to display a static value which is within a fixed
range, but does not permit the user to navigate (focus) upon it. |
class |
HStaticText
The
HStaticText is a user interface
component used to display static read-only textual content which
does not permit the user to navigate (focus) upon it. |
class |
HText
The
HText is a user interface
component used to display static read-only textual content (as
HStaticText) which additionally
enables a user to navigate to it, i.e. |
class |
HTextButton
The
HTextButton is a user interface
component representing a push-button with static read-only textual
content. |
class |
HToggleButton
The
HToggleButton is a user interface
component representing a "check box", or with the support
of the HToggleGroup class,
"radio buttons". |
| Modifier and Type | Method and Description |
|---|---|
void |
HTextLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HSinglelineEntryLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HRangeLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HMultilineEntryLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HListGroupLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HGraphicLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HExtendedLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
void |
HAnimateLook.fillBackground(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.fillBackground(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints the component with its current background Color
according to the setBackgroundMode(int)
method of HVisible. |
int |
HMultilineEntryLook.getCaretCharPositionForLine(HVisible visible,
int line)
Returns the character position of the caret within the content
string if it were to be moved vertically to the given 'line'.
|
int |
HMultilineEntryLook.getCaretPositionNextLine(HVisible visible)
Returns the character position of the caret within the content
string if it were to be moved down one line.
|
int |
HMultilineEntryLook.getCaretPositionPreviousLine(HVisible visible)
Returns the character position of the caret within the content
string if it were to be moved up one line.
|
Insets |
HTextLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HSinglelineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HRangeLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HMultilineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HListGroupLook.getInsets(HVisible visible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HGraphicLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Insets |
HAnimateLook.getInsets(HVisible hvisible)
Determines the insets of this
HLook,
which indicate the size of the border. |
Dimension |
HTextLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HSinglelineEntryLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HRangeLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HMultilineEntryLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HListGroupLook.getMaximumSize(HVisible visible)
Returns the size to present all elements of the specified
HVisible plus any additional dimensions that the
HListGroupLook requires for border decoration
etc. |
Dimension |
HGraphicLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HDefaultTextLayoutManager.getMaximumSize(HVisible hvisible)
Returns the maximum size required to render the text content in any
possible interaction state of the specified
HVisible component. |
Dimension |
HAnimateLook.getMaximumSize(HVisible hvisible)
|
Dimension |
HTextLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HSinglelineEntryLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HRangeLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HMultilineEntryLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HListGroupLook.getMinimumSize(HVisible visible)
Returns the size to present one element of the specified
HVisible plus any additional dimensions that the
HListGroupLook requires for border decoration etc. |
Dimension |
HGraphicLook.getMinimumSize(HVisible hvisible)
|
Dimension |
HDefaultTextLayoutManager.getMinimumSize(HVisible hvisible)
Returns the minimum size required to render the text content in any
possible interaction state of the specified
HVisible component. |
Dimension |
HAnimateLook.getMinimumSize(HVisible hvisible)
|
int |
HListGroupLook.getNumVisible(HVisible visible)
Retrieve the number of visible elements for the specified
component.
|
Dimension |
HTextLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HSinglelineEntryLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HRangeLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HMultilineEntryLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HListGroupLook.getPreferredSize(HVisible visible)
Gets the preferred size of the
HVisible component
when drawn with this HListGroupLook. |
Dimension |
HGraphicLook.getPreferredSize(HVisible hvisible)
|
Dimension |
HDefaultTextLayoutManager.getPreferredSize(HVisible hvisible)
Returns the preferred size to render the text content in any
possible interaction state of the specified
HVisible component. |
Dimension |
HAnimateLook.getPreferredSize(HVisible hvisible)
|
int[] |
HMultilineEntryLook.getSoftLineBreakPositions(HVisible visible)
Returns the positions within the content string of all those characters
that start on a new 'line' (including those following \n), in order
from the first line to the last, including the line starting at 0.
|
int[] |
HMultilineEntryLook.getVisibleSoftLineBreakPositions(HVisible visible)
Returns the starting positions of lines currently shown within the HVisible.
|
boolean |
HTextLook.isOpaque(HVisible visible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HSinglelineEntryLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HRangeLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HMultilineEntryLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HListGroupLook.isOpaque(HVisible visible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HGraphicLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
boolean |
HAnimateLook.isOpaque(HVisible hvisible)
Returns true if the entire painted area of the
HVisible when using this look is fully opaque,
i.e. |
void |
HTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string.
|
void |
HDefaultTextLayoutManager.render(String markedUpString,
Graphics g,
HVisible v,
Insets insets)
Render the string.
|
void |
HTextLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HSinglelineEntryLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HRangeLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HMultilineEntryLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HListGroupLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HGraphicLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HExtendedLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HAnimateLook.renderBorders(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any implementation specific borders according to
the setBordersEnabled(boolean) method of
HVisible. |
void |
HTextLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HSinglelineEntryLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HRangeLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HMultilineEntryLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HListGroupLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HGraphicLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HExtendedLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HAnimateLook.renderVisible(Graphics g,
HVisible visible,
int state)
The
HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method
paints any content or other data associated with the look's HVisible. |
void |
HTextLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HSinglelineEntryLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HRangeLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HMultilineEntryLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HListGroupLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HGraphicLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HExtendedLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HAnimateLook.showLook(Graphics g,
HVisible visible,
int state)
|
void |
HTextLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HSinglelineEntryLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HRangeLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HMultilineEntryLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HListGroupLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HGraphicLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
void |
HAnimateLook.widgetChanged(HVisible visible,
HChangeData[] changes)
Called by the
HVisible whenever
its content, state, or any other data changes. |
Copyright © 2012 code4tv.com. All Rights Reserved.