|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HVisible | |
---|---|
org.dvb.ui | Provides extended graphics functionality. |
org.havi.ui |
Uses of HVisible in org.dvb.ui |
---|
Methods in org.dvb.ui with parameters of type HVisible | |
---|---|
void |
TextOverflowListener.notifyTextOverflow(java.lang.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(java.lang.String markedUpString,
java.awt.Graphics g,
HVisible v,
java.awt.Insets insets)
Render the string. |
Uses of HVisible in org.havi.ui |
---|
Subclasses of HVisible in org.havi.ui | |
---|---|
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". |
Methods in org.havi.ui with parameters of type HVisible | |
---|---|
void |
HTextLook.fillBackground(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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. |
java.awt.Insets |
HTextLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HSinglelineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HRangeLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HMultilineEntryLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HListGroupLook.getInsets(HVisible visible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HGraphicLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Insets |
HAnimateLook.getInsets(HVisible hvisible)
Determines the insets of this HLook ,
which indicate the size of the border. |
java.awt.Dimension |
HTextLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HSinglelineEntryLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HRangeLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HMultilineEntryLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.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. |
java.awt.Dimension |
HGraphicLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.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. |
java.awt.Dimension |
HAnimateLook.getMaximumSize(HVisible hvisible)
Gets the maximum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HTextLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HSinglelineEntryLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HRangeLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HMultilineEntryLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.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. |
java.awt.Dimension |
HGraphicLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
java.awt.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. |
java.awt.Dimension |
HAnimateLook.getMinimumSize(HVisible hvisible)
Gets the minimum size of the HVisible component when drawn with this HLook . |
int |
HListGroupLook.getNumVisible(HVisible visible)
Retrieve the number of visible elements for the specified component. |
java.awt.Dimension |
HTextLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HSinglelineEntryLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HRangeLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HMultilineEntryLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HListGroupLook.getPreferredSize(HVisible visible)
Gets the preferred size of the HVisible component
when drawn with this HListGroupLook . |
java.awt.Dimension |
HGraphicLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
java.awt.Dimension |
HDefaultTextLayoutManager.getPreferredSize(HVisible hvisible)
Returns the preferred size to render the text content in any possible interaction state of the specified HVisible component. |
java.awt.Dimension |
HAnimateLook.getPreferredSize(HVisible hvisible)
Gets the preferred size of the HVisible component when drawn with this HLook . |
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(java.lang.String markedUpString,
java.awt.Graphics g,
HVisible v,
java.awt.Insets insets)
Render the string. |
void |
HDefaultTextLayoutManager.render(java.lang.String markedUpString,
java.awt.Graphics g,
HVisible v,
java.awt.Insets insets)
Render the string. |
void |
HTextLook.renderBorders(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.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(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HSinglelineEntryLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HRangeLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HMultilineEntryLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
responsible for repainting the entire HVisible component, (including any
content set on the component, and the component background), subject to
the clipping rectangle of the Graphics object passed to it. |
void |
HListGroupLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HGraphicLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HExtendedLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
void |
HAnimateLook.showLook(java.awt.Graphics g,
HVisible visible,
int state)
The showLook method is
the entry point for repainting the entire HVisible component. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |