|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The type of component for which this object is to control flyovers.public static interface Component.FlyoverStrategy<S extends Component>
A strategy for showing and hiding flyovers in response to mouse events.
| Method Summary | |
|---|---|
void |
closeFlyover()
Closes the flyover for the component. |
Extent |
getLineExtent()
|
Effect |
getOpenEffect()
|
Extent |
getPageExtent()
|
java.lang.String |
getStyleID()
|
void |
openFlyover()
Shows a flyover for the component. |
void |
setLineExtent(Extent newLineExtent)
Sets the requested line extent (width in left-to-right top-to-bottom orientation) of the flyover component. |
void |
setOpenEffect(Effect newOpenEffect)
Sets the effect used for opening the flyover. |
void |
setPageExtent(Extent newPageExtent)
Sets the requested page extent (height in left-to-right top-to-bottom orientation) of the flyover component. |
void |
setStyleID(java.lang.String newStyleID)
Identifies the style for the flyover component. |
| Methods inherited from interface com.guiseframework.event.MouseListener |
|---|
mouseClicked, mouseEntered, mouseExited |
| Method Detail |
|---|
Extent getLineExtent()
null if no preferred line extent has been specified.void setLineExtent(Extent newLineExtent)
newLineExtent - The new requested line extent of the flyover component, or null there is no line extent preference.Extent getPageExtent()
null if no preferred page extent has been specified.void setPageExtent(Extent newPageExtent)
newPageExtent - The new requested page extent of the flyover component, or null there is no page extent preference.java.lang.String getStyleID()
null if there is no style ID.void setStyleID(java.lang.String newStyleID)
newStyleID - The style identifier of the flyover, or null if there is no style ID.Effect getOpenEffect()
null if there is no open effect.void setOpenEffect(Effect newOpenEffect)
newEffect - The new effect used for opening the flyover, or null if there should be no open effect.Frame.OPEN_EFFECT_PROPERTYvoid openFlyover()
void closeFlyover()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||