Package | Description |
---|---|
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 PercentLayoutPlatformAdapter |
PercentLayoutBase.fetchPlatformAdapter()
Returns a reference to the associated platform adapter.
|
PercentLayoutPlatformAdapter |
PercentLayoutBase.getPlatformAdapter()
Returns the platform adapter associated with this layout class.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PercentLayoutBase.initCells(PercentLayoutPlatformAdapter adapter)
Initializes the whole layout.
|
protected void |
PercentLayout.initCells(PercentLayoutPlatformAdapter adapter)
Performs initialization of this layout.
|
protected void |
ButtonLayout.initCells(PercentLayoutPlatformAdapter adapter)
Initializes the whole layout.
|
protected void |
BorderLayout.initCells(PercentLayoutPlatformAdapter adapter)
Initializes the percent layout.
|
protected void |
ButtonLayout.insertButtons(PercentLayoutPlatformAdapter adapter,
int buttonCount)
Inserts all buttons into the percent layout.
|
void |
PercentLayoutBase.setPlatformAdapter(PercentLayoutPlatformAdapter platformAdapter)
Sets the platform adapter for this layout manager.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingPercentLayoutAdapter
Implementation of a Swing-specific adapter class for the percent layout
manager.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.