Uses of Interface
com.leafdigital.ui.api.WidgetOwner

Packages that use WidgetOwner
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
 

Uses of WidgetOwner in com.leafdigital.ui.api
 

Subinterfaces of WidgetOwner in com.leafdigital.ui.api
 interface Dialog
          This interface represents the contents of a single Dialog within the system.
 interface Page
          This interface represents the contents of a single Page within the system.
 interface Window
          This interface represents the contents of a single Window within the system.
 

Methods in com.leafdigital.ui.api that return WidgetOwner
 WidgetOwner Widget.getOwner()
           
 

Methods in com.leafdigital.ui.api with parameters of type WidgetOwner
 Widget UI.createWidget(org.w3c.dom.Document d, WidgetOwner owner)
          Creates a Widget from an XML document.
 void Widget.setOwner(WidgetOwner owner)
          Sets the widget owner.
 void Dialog.show(WidgetOwner parent)
          Call when the dialog is ready to show.
 java.awt.Color UI.showColourSelect(WidgetOwner parent, java.lang.String title, java.awt.Color original)
          Shows a colour-select dialog.
 java.io.File UI.showFileSelect(WidgetOwner parent, java.lang.String title, boolean saveMode, java.io.File folder, java.io.File file, java.lang.String[] extensions, java.lang.String filterName)
          Shows a file-select dialog as appropriate for the platform.
 java.io.File UI.showFolderSelect(WidgetOwner parent, java.lang.String title, java.io.File folder)
          Shows a folder-select dialog as appropriate for the platform.
 int UI.showOptionalQuestion(java.lang.String prefID, WidgetOwner parent, java.lang.String title, java.lang.String message, int buttons, java.lang.String yesLabel, java.lang.String noLabel, java.lang.String cancelLabel, int defaultButton)
          Shows a dialog with don't-show-this-again feature.
 int UI.showQuestion(WidgetOwner parent, java.lang.String title, java.lang.String message, int buttons, java.lang.String yesLabel, java.lang.String noLabel, java.lang.String cancelLabel, int defaultButton)
          Show a yes/no/cancel confirm dialog.
 void UI.showUserError(WidgetOwner parent, java.lang.String title, java.lang.String message)
          Displays an alert dialog indicating some kind of error, with an OK button
 



Copyright © 2011 Samuel Marshall. All rights reserved.