Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Packages that use DesktopPanelTag.DragMode Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of DesktopPanelTag.DragMode in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return DesktopPanelTag.DragMode Modifier and Type Method Description static DesktopPanelTag.DragMode
DesktopPanelTag.DragMode. fromString(String name)
Returns the enumeration literal whose name matches the given string.DesktopPanelTag.DragMode
DesktopPanelTag. getDragMode()
Returns the desktop panel's drag mode.static DesktopPanelTag.DragMode
DesktopPanelTag.DragMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DesktopPanelTag.DragMode[]
DesktopPanelTag.DragMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type DesktopPanelTag.DragMode Modifier and Type Method Description void
DesktopPanelTag. setDragMode(DesktopPanelTag.DragMode dm)
Sets the desktop panel's drag mode.
-