Uses of Class
org.eclipse.nebula.widgets.opal.dialog.FooterArea
-
Packages that use FooterArea Package Description org.eclipse.nebula.widgets.opal.dialog -
-
Uses of FooterArea in org.eclipse.nebula.widgets.opal.dialog
Fields in org.eclipse.nebula.widgets.opal.dialog declared as FooterArea Modifier and Type Field Description private FooterArea
Dialog. footerArea
Methods in org.eclipse.nebula.widgets.opal.dialog that return FooterArea Modifier and Type Method Description FooterArea
FooterArea. addCheckBox(java.lang.String label, boolean selection)
Add a check boxFooterArea
FooterArea. addFooterAction(java.util.function.Supplier<java.lang.String> label, java.util.function.Consumer<Dialog> action, org.eclipse.swt.graphics.Image... images)
FooterArea
Dialog. getFooterArea()
FooterArea
FooterArea. setButtonLabels(java.lang.String... buttonLabels)
FooterArea
FooterArea. setButtonLabels(java.util.List<java.lang.String> buttonLabels)
FooterArea
FooterArea. setCollapsedLabelText(java.lang.String collapsedLabelText)
FooterArea
FooterArea. setDefaultButtonIndex(int defaultButtonIndex)
FooterArea
FooterArea. setDetailText(java.lang.String detailText)
FooterArea
FooterArea. setExpanded(boolean expanded)
FooterArea
FooterArea. setExpandedLabelText(java.lang.String expandedLabelText)
FooterArea
FooterArea. setFooterText(java.lang.String text)
FooterArea
FooterArea. setIcon(org.eclipse.swt.graphics.Image icon)
FooterArea
FooterArea. setTimer(int timer)
FooterArea
FooterArea. setTimerIndexButton(int timerIndexButton)
-