|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuggestionPopup | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of SuggestionPopup in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk with parameters of type SuggestionPopup | |
---|---|
Vote |
SuggestionPopupStateListener.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result)
Called to preview a suggestion popup close event. |
Vote |
SuggestionPopupStateListener.Adapter.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result)
|
void |
SuggestionPopupListener.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex)
Called when a suggestion popup's selected index has changed. |
void |
SuggestionPopupListener.Adapter.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex)
|
void |
SuggestionPopupCloseListener.suggestionPopupClosed(SuggestionPopup suggestionPopup)
Called when a suggestion popup has closed. |
void |
SuggestionPopupStateListener.Adapter.suggestionPopupClosed(SuggestionPopup suggestionPopup)
|
void |
SuggestionPopupStateListener.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason)
Called when a suggestion popup close event has been vetoed. |
void |
SuggestionPopupStateListener.Adapter.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason)
|
void |
SuggestionPopupListener.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
Called when a suggestion popup's item renderer has changed. |
void |
SuggestionPopupListener.Adapter.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
|
void |
SuggestionPopupListener.suggestionsChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestions)
Called when a suggestion popup's suggestions have changed. |
void |
SuggestionPopupListener.Adapter.suggestionsChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestions)
|
Uses of SuggestionPopup in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type SuggestionPopup | |
---|---|
Vote |
TerraSuggestionPopupSkin.previewSuggestionPopupClose(SuggestionPopup suggestionPopup,
boolean result)
|
void |
TerraSuggestionPopupSkin.selectedIndexChanged(SuggestionPopup suggestionPopup,
int previousSelectedIndex)
|
void |
TerraSuggestionPopupSkin.suggestionPopupClosed(SuggestionPopup suggestionPopup)
|
void |
TerraSuggestionPopupSkin.suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup,
Vote reason)
|
void |
TerraSuggestionPopupSkin.suggestionRendererChanged(SuggestionPopup suggestionPopup,
ListView.ItemRenderer previousSuggestionRenderer)
|
void |
TerraSuggestionPopupSkin.suggestionsChanged(SuggestionPopup suggestionPopup,
List<?> previousSuggestions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |