Uses of Class
org.apache.pivot.util.Vote
-
Packages that use Vote Package Description org.apache.pivot.util Contains a collection of common utility classes.org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Vote in org.apache.pivot.util
Methods in org.apache.pivot.util that return Vote Modifier and Type Method Description VoteVoteResult. get()VoteVote. tally(Vote vote)Tally a new vote against the previous tally result.static VoteVote. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Vote[]Vote. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.util with parameters of type Vote Modifier and Type Method Description VoteVote. tally(Vote vote)Tally a new vote against the previous tally result.voidVoteResult. tally(Vote vote)Tally the internal vote with the next vote in line.Constructors in org.apache.pivot.util with parameters of type Vote Constructor Description VoteResult(Vote initialVote)Construct one of these and set the initial vote to the given value. -
Uses of Vote in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Vote Modifier and Type Method Description VoteTreeViewBranchListener.Adapter. previewBranchExpandedChange(TreeView treeView, Sequence.Tree.Path path)Deprecated.VoteTreeViewBranchListener.Listeners. previewBranchExpandedChange(TreeView treeView, Sequence.Tree.Path path)default VoteTreeViewBranchListener. previewBranchExpandedChange(TreeView treeView, Sequence.Tree.Path path)Called before a tree node is expanded or collapsed to allow the application or the skin to refuse the operation.VoteDialogStateListener.Adapter. previewDialogClose(Dialog dialog, boolean result)Deprecated.VoteDialogStateListener.Listeners. previewDialogClose(Dialog dialog, boolean result)default VoteDialogStateListener. previewDialogClose(Dialog dialog, boolean result)Called to preview a dialog close event.VoteExpanderListener.Adapter. previewExpandedChange(Expander expander)Deprecated.VoteExpanderListener.Listeners. previewExpandedChange(Expander expander)default VoteExpanderListener. previewExpandedChange(Expander expander)Called to preview an expanded change event.VoteRollupStateListener.Adapter. previewExpandedChange(Rollup rollup)Deprecated.VoteRollupStateListener.Listeners. previewExpandedChange(Rollup rollup)default VoteRollupStateListener. previewExpandedChange(Rollup rollup)Called to preview a rollup expansion event.VoteTextInputContentListener.Adapter. previewInsertText(TextInput textInput, java.lang.CharSequence text, int index)Deprecated.VoteTextInputContentListener.Listeners. previewInsertText(TextInput textInput, java.lang.CharSequence text, int index)default VoteTextInputContentListener. previewInsertText(TextInput textInput, java.lang.CharSequence text, int index)Called to preview a text insertion.VoteMenuPopupStateListener.Adapter. previewMenuPopupClose(MenuPopup menuPopup, boolean immediate)Deprecated.VoteMenuPopupStateListener.Listeners. previewMenuPopupClose(MenuPopup menuPopup, boolean immediate)default VoteMenuPopupStateListener. previewMenuPopupClose(MenuPopup menuPopup, boolean immediate)Called to preview a menu popup close event.VoteTabPaneListener.Adapter. previewRemoveTabs(TabPane tabPane, int index, int count)Deprecated.VoteTabPaneListener.Listeners. previewRemoveTabs(TabPane tabPane, int index, int count)default VoteTabPaneListener. previewRemoveTabs(TabPane tabPane, int index, int count)Called to preview a tab removal.VoteTextInputContentListener.Adapter. previewRemoveText(TextInput textInput, int index, int count)Deprecated.VoteTextInputContentListener.Listeners. previewRemoveText(TextInput textInput, int index, int count)default VoteTextInputContentListener. previewRemoveText(TextInput textInput, int index, int count)Called to preview a text removal.VoteAccordionSelectionListener.Adapter. previewSelectedIndexChange(Accordion accordion, int selectedIndex)Deprecated.VoteAccordionSelectionListener.Listeners. previewSelectedIndexChange(Accordion accordion, int selectedIndex)default VoteAccordionSelectionListener. previewSelectedIndexChange(Accordion accordion, int selectedIndex)Called to preview a selected index change.VoteCardPaneListener.Adapter. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)Deprecated.VoteCardPaneListener.Listeners. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)default VoteCardPaneListener. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)Called to preview a selected index change.VoteTabPaneSelectionListener.Adapter. previewSelectedIndexChange(TabPane tabPane, int selectedIndex)Deprecated.VoteTabPaneSelectionListener.Listeners. previewSelectedIndexChange(TabPane tabPane, int selectedIndex)default VoteTabPaneSelectionListener. previewSelectedIndexChange(TabPane tabPane, int selectedIndex)Called to preview a selected index change.VoteSheetStateListener.Adapter. previewSheetClose(Sheet sheet, boolean result)Deprecated.VoteSheetStateListener.Listeners. previewSheetClose(Sheet sheet, boolean result)default VoteSheetStateListener. previewSheetClose(Sheet sheet, boolean result)Called to preview a sheet close event.VoteSuggestionPopupStateListener.Adapter. previewSuggestionPopupClose(SuggestionPopup suggestionPopup, boolean result)Deprecated.VoteSuggestionPopupStateListener.Listeners. previewSuggestionPopupClose(SuggestionPopup suggestionPopup, boolean result)default VoteSuggestionPopupStateListener. previewSuggestionPopupClose(SuggestionPopup suggestionPopup, boolean result)Called to preview a suggestion popup close event.VoteWindowStateListener.Adapter. previewWindowClose(Window window)Deprecated.VoteWindowStateListener.Listeners. previewWindowClose(Window window)default VoteWindowStateListener. previewWindowClose(Window window)Called to preview a window close event.VoteWindowStateListener.Adapter. previewWindowOpen(Window window)Deprecated.VoteWindowStateListener.Listeners. previewWindowOpen(Window window)default VoteWindowStateListener. previewWindowOpen(Window window)Called to preview a window open event.Methods in org.apache.pivot.wtk with parameters of type Vote Modifier and Type Method Description voidTreeViewBranchListener.Adapter. branchExpandedChangeVetoed(TreeView treeView, Sequence.Tree.Path path, Vote reason)Deprecated.default voidTreeViewBranchListener. branchExpandedChangeVetoed(TreeView treeView, Sequence.Tree.Path path, Vote reason)Called when thepreviewBranchExpandedChange()tally produces anything but aAPPROVEresult (to say NOT to expand or collapse the branch).voidTreeViewBranchListener.Listeners. branchExpandedChangeVetoed(TreeView treeView, Sequence.Tree.Path path, Vote reason)voidDialogStateListener.Adapter. dialogCloseVetoed(Dialog dialog, Vote reason)Deprecated.default voidDialogStateListener. dialogCloseVetoed(Dialog dialog, Vote reason)Called when a dialog close event has been vetoed.voidDialogStateListener.Listeners. dialogCloseVetoed(Dialog dialog, Vote reason)voidExpanderListener.Adapter. expandedChangeVetoed(Expander expander, Vote reason)Deprecated.default voidExpanderListener. expandedChangeVetoed(Expander expander, Vote reason)Called when an expanded change event has been vetoed.voidExpanderListener.Listeners. expandedChangeVetoed(Expander expander, Vote reason)voidRollupStateListener.Adapter. expandedChangeVetoed(Rollup rollup, Vote reason)Deprecated.default voidRollupStateListener. expandedChangeVetoed(Rollup rollup, Vote reason)Called when a rollup expansion event has been vetoed.voidRollupStateListener.Listeners. expandedChangeVetoed(Rollup rollup, Vote reason)voidTextInputContentListener.Adapter. insertTextVetoed(TextInput textInput, Vote reason)Deprecated.default voidTextInputContentListener. insertTextVetoed(TextInput textInput, Vote reason)Called when a text insertion has been vetoed.voidTextInputContentListener.Listeners. insertTextVetoed(TextInput textInput, Vote reason)voidMenuPopupStateListener.Adapter. menuPopupCloseVetoed(MenuPopup menuPopup, Vote reason)Deprecated.voidMenuPopupStateListener.Listeners. menuPopupCloseVetoed(MenuPopup menuPopup, Vote reason)default voidMenuPopupStateListener. menuPopupCloseVetoed(MenuPopup menuPopup, Vote reason)Called when a menu popup close event has been vetoed.voidTabPaneListener.Adapter. removeTabsVetoed(TabPane tabPane, Vote vote)Deprecated.voidTabPaneListener.Listeners. removeTabsVetoed(TabPane tabPane, Vote reason)default voidTabPaneListener. removeTabsVetoed(TabPane tabPane, Vote reason)Called when a tab removal has been vetoed.voidTextInputContentListener.Adapter. removeTextVetoed(TextInput textInput, Vote reason)Deprecated.voidTextInputContentListener.Listeners. removeTextVetoed(TextInput textInput, Vote reason)default voidTextInputContentListener. removeTextVetoed(TextInput textInput, Vote reason)Called when a text removal has been vetoed.voidAccordionSelectionListener.Adapter. selectedIndexChangeVetoed(Accordion accordion, Vote reason)Deprecated.voidAccordionSelectionListener.Listeners. selectedIndexChangeVetoed(Accordion accordion, Vote reason)default voidAccordionSelectionListener. selectedIndexChangeVetoed(Accordion accordion, Vote reason)Called when a selected index change has been vetoed.voidCardPaneListener.Adapter. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)Deprecated.voidCardPaneListener.Listeners. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)default voidCardPaneListener. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)Called when a selected index change has been vetoed.voidTabPaneSelectionListener.Adapter. selectedIndexChangeVetoed(TabPane tabPane, Vote reason)Deprecated.voidTabPaneSelectionListener.Listeners. selectedIndexChangeVetoed(TabPane tabPane, Vote reason)default voidTabPaneSelectionListener. selectedIndexChangeVetoed(TabPane tabPane, Vote reason)Called when a selected index change has been vetoed.voidSheetStateListener.Adapter. sheetCloseVetoed(Sheet sheet, Vote reason)Deprecated.voidSheetStateListener.Listeners. sheetCloseVetoed(Sheet sheet, Vote reason)default voidSheetStateListener. sheetCloseVetoed(Sheet sheet, Vote reason)Called when a sheet close event has been vetoed.voidSuggestionPopupStateListener.Adapter. suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup, Vote reason)Deprecated.voidSuggestionPopupStateListener.Listeners. suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup, Vote reason)default voidSuggestionPopupStateListener. suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup, Vote reason)Called when a suggestion popup close event has been vetoed.voidWindowStateListener.Adapter. windowCloseVetoed(Window window, Vote reason)Deprecated.voidWindowStateListener.Listeners. windowCloseVetoed(Window window, Vote reason)default voidWindowStateListener. windowCloseVetoed(Window window, Vote reason)Called when a window close event has been vetoed.voidWindowStateListener.Adapter. windowOpenVetoed(Window window, Vote reason)Deprecated.voidWindowStateListener.Listeners. windowOpenVetoed(Window window, Vote reason)default voidWindowStateListener. windowOpenVetoed(Window window, Vote reason)Called when a window open event has been vetoed. -
Uses of Vote in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return Vote Modifier and Type Method Description VoteExpanderSkin. previewExpandedChange(Expander expander)VoteRollupSkin. previewExpandedChange(Rollup rollup)VoteCardPaneSkin. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)Methods in org.apache.pivot.wtk.skin with parameters of type Vote Modifier and Type Method Description voidExpanderSkin. expandedChangeVetoed(Expander expander, Vote reason)voidRollupSkin. expandedChangeVetoed(Rollup rollup, Vote reason)voidCardPaneSkin. selectedIndexChangeVetoed(CardPane cardPane, Vote reason) -
Uses of Vote in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra that return Vote Modifier and Type Method Description VoteTerraTreeViewSkin. previewBranchExpandedChange(TreeView treeView, Sequence.Tree.Path path)VoteTerraDialogSkin. previewDialogClose(Dialog dialog, boolean result)VoteTerraExpanderSkin. previewExpandedChange(Expander expander)Called to preview an expanded change event.VoteTerraRollupSkin. previewExpandedChange(Rollup rollup)VoteTerraTextInputSkin. previewInsertText(TextInput textInput, java.lang.CharSequence text, int index)VoteTerraMenuPopupSkin. previewMenuPopupClose(MenuPopup menuPopup, boolean immediate)VoteTerraTabPaneSkin. previewRemoveTabs(TabPane tabPane, int index, int count)VoteTerraTextInputSkin. previewRemoveText(TextInput textInput, int index, int count)VoteTerraAccordionSkin. previewSelectedIndexChange(Accordion accordion, int selectedIndex)VoteTerraTabPaneSkin. previewSelectedIndexChange(TabPane tabPane, int selectedIndex)VoteTerraFileBrowserSheetSkin. previewSheetClose(Sheet sheet, boolean result)VoteTerraSheetSkin. previewSheetClose(Sheet sheet, boolean result)VoteTerraVFSBrowserSheetSkin. previewSheetClose(Sheet sheet, boolean result)VoteTerraSuggestionPopupSkin. previewSuggestionPopupClose(SuggestionPopup suggestionPopup, boolean result)VoteTerraTooltipSkin. previewWindowClose(Window window)VoteTerraAlertSkin. previewWindowOpen(Window window)VoteTerraPromptSkin. previewWindowOpen(Window window)Methods in org.apache.pivot.wtk.skin.terra with parameters of type Vote Modifier and Type Method Description voidTerraTreeViewSkin. branchExpandedChangeVetoed(TreeView treeView, Sequence.Tree.Path path, Vote reason)voidTerraDialogSkin. dialogCloseVetoed(Dialog dialog, Vote reason)voidTerraExpanderSkin. expandedChangeVetoed(Expander expander, Vote reason)Called when an expanded change event has been vetoed.voidTerraRollupSkin. expandedChangeVetoed(Rollup rollup, Vote reason)voidTerraTextInputSkin. insertTextVetoed(TextInput textInput, Vote reason)voidTerraMenuPopupSkin. menuPopupCloseVetoed(MenuPopup menuPopup, Vote reason)voidTerraTabPaneSkin. removeTabsVetoed(TabPane tabPane, Vote vote)voidTerraTextInputSkin. removeTextVetoed(TextInput textInput, Vote reason)voidTerraAccordionSkin. selectedIndexChangeVetoed(Accordion accordion, Vote reason)voidTerraTabPaneSkin. selectedIndexChangeVetoed(TabPane tabPane, Vote reason)voidTerraSheetSkin. sheetCloseVetoed(Sheet sheet, Vote reason)voidTerraSuggestionPopupSkin. suggestionPopupCloseVetoed(SuggestionPopup suggestionPopup, Vote reason)voidTerraSuggestionPopupSkin. windowCloseVetoed(Window window, Vote reason)voidTerraTooltipSkin. windowCloseVetoed(Window window, Vote reason)
-