Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.tags.table |
A package with tag handler classes for creating table 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 |
---|---|
int |
TableFormController.calculateFixedColumnWidths(UnitSizeHandler sizeHandler,
Object container)
Determines the fixed size columns of the represented table and
initializes their widths in the
TableColumnWidthController of the
current table. |
Modifier and Type | Method and Description |
---|---|
UnitSizeHandler |
PercentLayoutPlatformAdapter.getSizeHandler()
Returns the platform specific
implementation. |
protected UnitSizeHandler |
PercentLayoutBase.getSizeHandler()
Returns the currently used size handler implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
Unit.toPixel(double value,
UnitSizeHandler handler,
Object comp,
boolean y)
Converts the specified value from this unit into pixels.
|
int |
NumberWithUnit.toPixel(UnitSizeHandler handler,
Object comp,
boolean y)
Converts this number into a pixel value.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingSizeHandler
Swing specific implementation of the
SizeHandler interface. |
Modifier and Type | Method and Description |
---|---|
UnitSizeHandler |
SwingPercentLayoutAdapter.getSizeHandler()
Returns the size handler used by this layout.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.