Uses of Class
org.apache.pivot.wtk.Frame

Packages that use Frame
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Frame in org.apache.pivot.wtk
 

Subclasses of Frame in org.apache.pivot.wtk
 class Alert
          Class representing an "alert", a dialog commonly used to facilitate simple user interaction.
 class Dialog
          Window class whose primary purpose is to facilitate interaction between an application and a user.
 

Methods in org.apache.pivot.wtk with parameters of type Frame
 void FrameListener.menuBarChanged(Frame frame, MenuBar previousMenuBar)
          Called when a frame's menu bar has changed.
 

Uses of Frame in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Frame
 void TerraFrameSkin.menuBarChanged(Frame frame, MenuBar previousMenuBar)