Uses of Class
kiwi.ui.KPanel

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

Uses of KPanel in ca.bc.webarts
 

Fields in ca.bc.webarts declared as KPanel
(package private) static KPanel jOggPlayer.headerPanel
          Description of the Field
(package private) static KPanel jOggPlayer.bodyPanel
          Description of the Field
(package private) static KPanel jOggPlayer.dragableMiniViewPanel
          Description of the Field
(package private) static KPanel jOggPlayer.miniViewPanel
          Description of the Field
(package private) static KPanel jOggPlayer.miniViewWindowControlPanel
          Description of the Field
(package private) static KPanel jOggPlayer.leftPanel
          Description of the Field
(package private) static KPanel jOggPlayer.innerPanel
          Description of the Field
(package private) static KPanel jOggPlayer.rightPanel
          Description of the Field
(package private) static KPanel jOggPlayer.innerHeaderPanel
          Description of the Field
(package private) static KPanel jOggPlayer.controlPanel
          Description of the Field
(package private) static KPanel jOggPlayer.innerFooterPanel
          Description of the Field
(package private) static KPanel jOggPlayer.innerPlaylistPanel
          Description of the Field
(package private) static KPanel jOggPlayer.checkPanel
          Description of the Field
(package private) static KPanel jOggPlayer.buttonPanel
          Description of the Field
(package private) static KPanel jOggPlayer.miniButtonPanel
          Description of the Field
(package private)  KPanel jOggPlayer.panel
          Description of the Field
 

Uses of KPanel in kiwi.ui
 

Subclasses of KPanel in kiwi.ui
 class ArrowButtonView
          This class represents a panel of VCR-style buttons, including First, Previous, Next, and Last buttons.
 class AudioClipViewer
          An implementation of UIElementViewer for previewing audio clips.
 class ButtonPanel
          This class is a simple extension of KPanel that arranges buttons in a row, in such a way that the buttons are all of equal size, and justified flush with the right or left edge of the panel.
 class ContentPanel
          This class defines methods common to components that display (and allow the editing of) a piece of data, which is represented by a DomainObject.
 class DateChooser
          This class represents a date chooser.
 class DateChooserField
          A date entry component which consists of a combination of a DateField and a DateChooser in a popup.
 class DocumentBrowserView
          This class represents a general-purpose browser component for viewing a hierarchically-organized collection of documents.
 class FilesystemListView
          This class represents a filesystem list component.
 class FilesystemTableView
          This class represents a filesystem table component.
 class FilesystemTreeView
          This class represents a filesystem tree component.
 class ImageView
          A general-purpose image viewing component.
 class PathEditor
          This class represents a component for editing a path (a list of directories).
 class SimpleEditor
          A simple text editor for entering unformatted text.
 class StatusBar
          This class represents a status bar that includes a message area and an optional progress meter (see Thermometer).
 class TextureViewer
          An implementation of UIElementViewer for previewing textures.
 class Thermometer
          This class represents a combination progress meter / busy slider.
 class UIElementChooser
          A chooser component for UIElements.
 class WizardPanel
          This class represents a single user interface panel for a WizardView component.
 class WizardView
          A wizard-style component.
 

Fields in kiwi.ui declared as KPanel
private  KPanel WorkspaceEditor.pane
           
private  KPanel WizardView.content
           
private  KPanel UIElementChooser.viewpane
           
private  KPanel SimpleEditor.p_buttons
           
private  KPanel PathEditor.PathListCellEditor.jp
           
private  KPanel KInternalFrame._main
           
private  KPanel KFrame._main
           
private  KPanel KFrame._content
           
private  KPanel ButtonPanel.p_buttons
           
private  KPanel AboutFrame.p_content
           
 

Methods in kiwi.ui that return KPanel
 KPanel KInternalFrame.getMainContainer()
          Get a reference to the main container (in this case, the KPanel that is the child of the frame's content pane).
 KPanel KFrame.getMainContainer()
          Get a reference to the main container (in this case, the KPanel that is the child of the frame's content pane).