Uses of Class
net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
Packages that use WindowEvent.Type Package Description net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts. -
-
Uses of WindowEvent.Type in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window that return WindowEvent.Type Modifier and Type Method Description WindowEvent.Type
WindowEvent. getType()
Returns the type of this event.static WindowEvent.Type
WindowEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static WindowEvent.Type[]
WindowEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jguiraffe.gui.builder.window with parameters of type WindowEvent.Type Constructor Description WindowEvent(Object source, Window sourceWindow, WindowEvent.Type type)
Creates an instance ofWindowEvent
and sets the properties.
-