|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.karora.cooee.app.Component
org.karora.cooee.ng.ComponentEx
org.karora.cooee.ng.AbleComponent
org.karora.cooee.ng.PopUp
org.karora.cooee.ng.BalloonHelp
public class BalloonHelp
BalloonHelp is a PopUp component that appears
like classic Balloon Help, inspired from the early Apple Macintosh.
| Field Summary | |
|---|---|
static Alignment |
DEFAULT_ALIGNMENT
The default alignment for the floating box is right/top |
static Style |
DEFAULT_STYLE
The default Style for the BalloonHelp |
static ImageReference |
DEFAULT_TOGGLE_ICON
The default image used as the toggle image |
| Fields inherited from class org.karora.cooee.ng.ComponentEx |
|---|
PROPERTY_HIDDEN |
| Fields inherited from interface org.karora.cooee.ng.able.Expandable |
|---|
EXPANDED_CHANGED_PROPERTY, PROPERTY_EXPANSION_GROUP, PROPERTY_EXPANSION_MODEL |
| Fields inherited from interface org.karora.cooee.ng.able.AccessKeyable |
|---|
PROPERTY_ACCESS_KEY |
| Fields inherited from interface org.karora.cooee.ng.able.Borderable |
|---|
PROPERTY_BORDER |
| Fields inherited from interface org.karora.cooee.ng.able.MouseCursorable |
|---|
CURSOR_AUTO, CURSOR_CROSSHAIR, CURSOR_CUSTOM_URI, CURSOR_DEFAULT, CURSOR_E_RESIZE, CURSOR_HELP, CURSOR_MOVE, CURSOR_N_RESIZE, CURSOR_NE_RESIZE, CURSOR_NW_RESIZE, CURSOR_POINTER, CURSOR_S_RESIZE, CURSOR_SE_RESIZE, CURSOR_SW_RESIZE, CURSOR_TEXT, CURSOR_W_RESIZE, CURSOR_WAIT, PROPERTY_MOUSE_CURSOR, PROPERTY_MOUSE_CURSOR_URI |
| Fields inherited from interface org.karora.cooee.ng.able.Insetable |
|---|
DEFAULT_INSETS, DEFAULT_OUTSETS, PROPERTY_INSETS, PROPERTY_OUTSETS |
| Fields inherited from interface org.karora.cooee.ng.able.Widthable |
|---|
PROPERTY_WIDTH |
| Fields inherited from interface org.karora.cooee.ng.able.Heightable |
|---|
PROPERTY_HEIGHT |
| Fields inherited from interface org.karora.cooee.ng.able.ToolTipable |
|---|
PROPERTY_TOOL_TIP_TEXT |
| Constructor Summary | |
|---|---|
BalloonHelp()
Constructs a BalloonHelp |
|
BalloonHelp(Component popUpComponent)
Constructs a BalloonHelp with the specified popupComponent
as help. |
|
BalloonHelp(Component targetComponent,
Component popUpComponent)
Constructs a BalloonHelp with the specified target and
popup component |
|
BalloonHelp(java.lang.String xhtmlText)
Constructs a BalloonHelp using the XHTML passed in as the
help text. |
|
| Method Summary |
|---|
| Methods inherited from class org.karora.cooee.ng.AbleComponent |
|---|
getAccessKey, getBorder, getHeight, getInsets, getMouseCursor, getMouseCursorUri, getOutsets, getToolTipText, getWidth, setAccessKey, setBorder, setHeight, setInsets, setMouseCursor, setMouseCursorUri, setOutsets, setToolTipText, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Methods inherited from interface org.karora.cooee.ng.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Field Detail |
|---|
public static final Alignment DEFAULT_ALIGNMENT
public static final ImageReference DEFAULT_TOGGLE_ICON
public static final Style DEFAULT_STYLE
| Constructor Detail |
|---|
public BalloonHelp()
BalloonHelp
public BalloonHelp(java.lang.String xhtmlText)
BalloonHelp using the XHTML passed in as the
help text.
xhtmlText - -
must be a fragment of valid XHTML. eg single
top level tag and all tags propertly closed.public BalloonHelp(Component popUpComponent)
BalloonHelp with the specified popupComponent
as help.
popUpComponent -
public BalloonHelp(Component targetComponent,
Component popUpComponent)
BalloonHelp with the specified target and
popup component
targetComponent - popUpComponent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||