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 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 Modifier and Type Method Description void
FrameListener.Listeners. menuBarChanged(Frame frame, MenuBar previousMenuBar)
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 Modifier and Type Method Description void
TerraFrameSkin. menuBarChanged(Frame frame, MenuBar previousMenuBar)
-