Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Packages that use TabbedPaneTag.Placement Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components. -
-
Uses of TabbedPaneTag.Placement in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return TabbedPaneTag.Placement Modifier and Type Method Description TabbedPaneTag.Placement
TabbedPaneTag. getPlacementValue()
Returns the placement of this tabbed pane's registers.static TabbedPaneTag.Placement
TabbedPaneTag.Placement. valueOf(String name)
Returns the enum constant of this type with the specified name.static TabbedPaneTag.Placement[]
TabbedPaneTag.Placement. 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 TabbedPaneTag.Placement Modifier and Type Method Description void
TabbedPaneTag. setPlacementValue(TabbedPaneTag.Placement p)
Allows to directly specify a placement value.
-