Uses of Class
org.apache.pivot.wtk.Frame
- 
Packages that use Frame Package Description 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 Modifier and Type Class Description classAlertClass representing an "alert", a dialog commonly used to facilitate simple user interaction.classDialogWindow 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 Modifier and Type Method Description voidFrameListener.Listeners. menuBarChanged(Frame frame, MenuBar previousMenuBar)voidFrameListener. 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 Modifier and Type Method Description voidTerraFrameSkin. menuBarChanged(Frame frame, MenuBar previousMenuBar) 
 -