Uses of Class
org.dwcj.controls.fontchooser.FontChooser
Packages that use FontChooser
Package
Description
-
Uses of FontChooser in org.dwcj.controls.fontchooser
Methods in org.dwcj.controls.fontchooser that return FontChooserModifier and TypeMethodDescriptionFontChooser.addClassName(String selector) FontChooser.approveSelection()FontChooser.cancelSelection()FontChooser.onFontChooserApprove(Consumer<FontChooserApproveEvent> callback) FontChooser.onFontChooserCancel(Consumer<FontChooserCancelEvent> callback) FontChooser.onFontChooserChange(Consumer<FontChooserChangeEvent> callback) FontChooser.removeClassName(String selector) FontChooser.setApproveButtonText(String text) FontChooser.setAttribute(String attribute, String value) FontChooser.setCancelButtonText(String text) FontChooser.setControlButtonsAreShown(boolean show) FontChooser.setEnabled(Boolean enabled) FontChooser.setFontsScaled(boolean scale) FontChooser.setPreviewMessage(String message) FontChooser.setSelectedFont(Font font) FontChooser.setTooltipText(String text) FontChooser.setVisible(Boolean visible) -
Uses of FontChooser in org.dwcj.controls.fontchooser.events
Methods in org.dwcj.controls.fontchooser.events that return FontChooserModifier and TypeMethodDescriptionFontChooserApproveEvent.getControl()FontChooserCancelEvent.getControl()FontChooserChangeEvent.getControl()Constructors in org.dwcj.controls.fontchooser.events with parameters of type FontChooserModifierConstructorDescriptionFontChooserApproveEvent(FontChooser fontChooser) FontChooserCancelEvent(FontChooser fontChooser) FontChooserChangeEvent(FontChooser fontChooser) -
Uses of FontChooser in org.dwcj.controls.fontchooser.sinks
Constructors in org.dwcj.controls.fontchooser.sinks with parameters of type FontChooserModifierConstructorDescriptionFontChooserApproveEventSink(FontChooser fc, Consumer<FontChooserApproveEvent> callback) FontChooserCancelEventSink(FontChooser fc, Consumer<FontChooserCancelEvent> callback) FontChooserChangeEventSink(FontChooser fc, Consumer<FontChooserChangeEvent> callback)