Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
net.sf.jguiraffe.gui.layout |
This package contains the platform-independent base classes and helper classes
for the layout managers provided by the JGUIraffe library.
|
net.sf.jguiraffe.gui.platform.swing.layout |
Swing-specific implementations of layout classes.
|
Modifier and Type | Method and Description |
---|---|
protected PercentLayoutBase |
PercentLayoutTag.createPercentLayout()
Creates the
PercentLayoutBase object based on the data
stored in this tag. |
PercentLayoutBase |
PercentLayoutTag.getPercentLayout()
Returns the percent layout object managed by this tag.
|
Modifier and Type | Class and Description |
---|---|
class |
BorderLayout
A GUI library independent implementation of the AWT layout manager
BorderLayout.
|
class |
ButtonLayout
A layout manager that deals with button bars for dialogs.
|
class |
PercentLayout
The concrete percent layout implementation.
|
Modifier and Type | Method and Description |
---|---|
PercentLayoutBase |
SwingPercentLayoutAdapter.getPercentLayout()
Returns a reference to the associated percent layout object.
|
Constructor and Description |
---|
SwingPercentLayoutAdapter(PercentLayoutBase percentLayout)
Creates a new instance of
SwingPercentLayouAdaptert and sets the
associated percent layout. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.