Uses of Class
kiwi.ui.KButton

Packages that use KButton
ca.bc.webarts   
kiwi.ui   
 

Uses of KButton in ca.bc.webarts
 

Fields in ca.bc.webarts declared as KButton
(package private) static KButton jOggPlayer.muteButton_
          The Volume Slider.
(package private)  KButton jOggPlayer.miniDragButton
          Description of the Field
(package private)  KButton jOggPlayer.buttonDeleteFromPlaylist
          Description of the Field
(package private)  KButton jOggPlayer.buttonAddToPlaylist
          Description of the Field
(package private)  KButton jOggPlayer.buttonAddUrlToPlaylist
          Description of the Field
(package private)  KButton jOggPlayer.buttonRefreshPlaylist
          Description of the Field
(package private)  KButton jOggPlayer.button
          Description of the Field
(package private)  KButton jOggPlayer.buttonPause
          Description of the Field
(package private)  KButton jOggPlayer.buttonLast
          Description of the Field
(package private)  KButton jOggPlayer.buttonNext
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonPlay
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonPause
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonLast
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonNext
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonView_
          Description of the Field
(package private)  KButton jOggPlayer.miniButtonClose_
          Description of the Field
 

Uses of KButton in kiwi.ui
 

Subclasses of KButton in kiwi.ui
 class RepeaterButton
          A trivial extension of KButton that repeatedly fires action events when the mouse button is held down within its bounds.
 

Fields in kiwi.ui declared as KButton
private  KButton WorkspaceEditor.b_save
           
private  KButton WorkspaceEditor.b_cancel
           
private  KButton WizardView.b_prev
           
private  KButton WizardView.b_next
           
private  KButton WizardView.b_cancel
           
private  KButton SimpleEditor.b_cut
           
private  KButton SimpleEditor.b_copy
           
private  KButton SimpleEditor.b_paste
           
private  KButton PathEditor.b_delete
           
private  KButton PathEditor.b_up
           
private  KButton PathEditor.b_down
           
private  KButton PathEditor.b_new
           
private  KButton ImageView.b_zoomin
           
private  KButton ImageView.b_zoomout
           
private  KButton ImageView.b_zoomreset
           
private  KButton DocumentBrowserFrame.b_close
           
private  KButton DateChooser.b_lyear
           
private  KButton DateChooser.b_ryear
           
private  KButton DateChooser.b_lmonth
           
private  KButton DateChooser.b_rmonth
           
private  KButton ConsoleFrame.b_clear
           
private  KButton ConsoleFrame.b_dismiss
           
private  KButton AudioClipViewer.b_play
           
private  KButton AudioClipViewer.b_stop
           
private  KButton ArrowButtonView.b_first
           
private  KButton ArrowButtonView.b_prev
           
private  KButton ArrowButtonView.b_next
           
private  KButton ArrowButtonView.b_last
           
private  KButton AboutFrame.b_ok
           
private  KButton AboutFrame.b_home
           
 

Methods in kiwi.ui with parameters of type KButton
 void SimpleEditor.addButton(KButton button)
          Add a button to the editor's tool bar.