|
|
||||||||||||||||||
Class UIFontDialogpublic class UIFontDialog extends UIDialog { // Constructors public UIFontDialog(UIFrame parent); public UIFontDialog(UIFrame parent, String[] fontStringList); // Methods public FxFont getFxFont(); public boolean handleEvent(Event event); public void setFxFont(FxFont font); } This class displays a dialog window from which the user can select a font. It is a modal dialog window, engaged by calling the show method. The application blocks until the user has chosen a font. Also see com.ms.ui.UIDialog.show UIComponent | +--UIContainer | +--UIStateContainer | +--UIPanel | +--UIRoot | +--UIWindow | +--UIDialog | +--UIFontDialog ConstructorsUIFontDialogpublic UIFontDialog(UIFrame parent); UIFontDialogpublic UIFontDialog(UIFrame parent, String[] fontStringList); MethodsgetFxFontpublic FxFont getFxFont(); handleEventpublic boolean handleEvent(Event event); setFxFontpublic void setFxFont(FxFont font);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |