Uses of Interface
fi.hut.tml.xsmiles.gui.components.XButton

Packages that use XButton
fi.hut.tml.xsmiles.gui.components   
fi.hut.tml.xsmiles.gui.components.awt The common components for all GUIs. 
fi.hut.tml.xsmiles.gui.components.havi   
fi.hut.tml.xsmiles.gui.components.swing   
fi.hut.tml.xsmiles.gui.gui2.awt   
fi.hut.tml.xsmiles.mlfc.encryption Encryption Markup Language Functional Component. 
fi.hut.tml.xsmiles.mlfc.signature The XML Signature + XForms integration. 
fi.hut.tml.xsmiles.mlfc.xforms.dialog A layer on top of XML+XForms DOM that generates a dialogue-type of UI that can be used with speech. 
 

Uses of XButton in fi.hut.tml.xsmiles.gui.components
 

Methods in fi.hut.tml.xsmiles.gui.components that return XButton
 XButton ComponentFactory.getXButton(java.lang.String label, java.lang.String iconUrl)
           
 XButton ComponentFactory.getXButton(java.lang.String iconUrl)
           
 XButton ComponentFactory.getXButton(java.lang.String imageUrl, java.lang.String focusedImage, java.lang.String disabledImage)
           
 

Uses of XButton in fi.hut.tml.xsmiles.gui.components.awt
 

Classes in fi.hut.tml.xsmiles.gui.components.awt that implement XButton
 class AWTButton
           
 class AWTUpload
          The XForms/Button element
 

Methods in fi.hut.tml.xsmiles.gui.components.awt that return XButton
 XButton AWTComponentFactory.getXButton(java.lang.String label, java.lang.String iconUrl)
           
 XButton AWTComponentFactory.getXButton(java.lang.String iconUrl)
           
 XButton AWTComponentFactory.getXButton(java.lang.String imageUrl, java.lang.String focusedImage, java.lang.String disabledImage)
           
 

Uses of XButton in fi.hut.tml.xsmiles.gui.components.havi
 

Classes in fi.hut.tml.xsmiles.gui.components.havi that implement XButton
 class HaviButton
          Note: pcesar in Havi there are several kinds of buttons depending on the content they can be Text or Graphic Buttons For that reason a Graphic button is the first option in case there is no image, a text button is created
 class HaviUpload
          The XForms/Button element
 

Methods in fi.hut.tml.xsmiles.gui.components.havi that return XButton
 XButton HaviComponentFactory.getXButton(java.lang.String label, java.lang.String iconUrl)
           
 XButton HaviComponentFactory.getXButton(java.lang.String iconUrl)
           
 XButton HaviComponentFactory.getXButton(java.lang.String imageUrl, java.lang.String focusedImage, java.lang.String disabledImage)
           
 

Uses of XButton in fi.hut.tml.xsmiles.gui.components.swing
 

Classes in fi.hut.tml.xsmiles.gui.components.swing that implement XButton
 class SwingButton
          Similar functionality as normal AWT button.
 class SwingUpload
          The XForms/Button element
 

Methods in fi.hut.tml.xsmiles.gui.components.swing that return XButton
 XButton DefaultComponentFactory.getXButton(java.lang.String label, java.lang.String iconUrl)
           
 XButton DefaultComponentFactory.getXButton(java.lang.String iconUrl)
           
 XButton DefaultComponentFactory.getXButton(java.lang.String imageUrl, java.lang.String focusedImage, java.lang.String disabledImage)
           
 

Uses of XButton in fi.hut.tml.xsmiles.gui.gui2.awt
 

Fields in fi.hut.tml.xsmiles.gui.gui2.awt declared as XButton
protected  XButton GUITab.backButton
           
protected  XButton GUITab.forwardButton
           
protected  XButton GUITab.homeButton
           
protected  XButton GUITab.reloadButton
           
protected  XButton GUITab.stopButton
           
 

Methods in fi.hut.tml.xsmiles.gui.gui2.awt that return XButton
protected  XButton GUITab.createActionButton(java.lang.String name, java.lang.String icon, java.lang.String actionCommand)
           
 

Uses of XButton in fi.hut.tml.xsmiles.mlfc.encryption
 

Fields in fi.hut.tml.xsmiles.mlfc.encryption declared as XButton
protected  XButton KeyDialog.fileButton
          the file section button
protected  XButton EncryptionDialog.encryptButton
          the encrypt button
protected  XButton EncryptionDialog.cancelButton
          the cancel button
protected  XButton EncryptionDialog.decryptButton
          the decrypt button
protected  XButton EncryptionDialog.selectKeyButton
          the key selection button
 

Uses of XButton in fi.hut.tml.xsmiles.mlfc.signature
 

Fields in fi.hut.tml.xsmiles.mlfc.signature declared as XButton
protected  XButton KeyDialog.fileButton
           
protected  XButton SignDialog.signButton
           
protected  XButton SignDialog.cancelButton
           
protected  XButton SignDialog.verifyButton
           
protected  XButton SignDialog.selectKeyButton
           
protected  XButton SignDialog.showTreeButton
           
 

Uses of XButton in fi.hut.tml.xsmiles.mlfc.xforms.dialog
 

Fields in fi.hut.tml.xsmiles.mlfc.xforms.dialog declared as XButton
protected  XButton DialogGUIDebug.speakButton
           
protected  XButton DialogGUIDebug.stopButton
           
protected  XButton DialogGUIDebug.installButton
           
 



X-Smiles 1.2