Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static NumberWithUnit |
FormBaseTag.convertToNumberWithUnit(String s)
Converts a string attribute into the corresponding number with unit.
|
protected static NumberWithUnit |
FormBaseTag.convertToNumberWithUnit(String s,
NumberWithUnit defValue)
Converts a string attribute into the corresponding
NumberWithUnit
returning the default value if the attribute has not been set. |
NumberWithUnit |
TreeTag.getPreferredScrollHeight()
Returns the preferred scroll height.
|
NumberWithUnit |
TextAreaTag.getPreferredScrollHeight()
Returns the preferred scroll height as a
NumberWithUnit . |
NumberWithUnit |
ScrollSizeSupport.getPreferredScrollHeight()
Returns the preferred scroll height as a
NumberWithUnit . |
NumberWithUnit |
ListBoxTag.getPreferredScrollHeight()
Returns the preferred scroll height.
|
NumberWithUnit |
TreeTag.getPreferredScrollWidth()
Returns the preferred scroll width.
|
NumberWithUnit |
TextAreaTag.getPreferredScrollWidth()
Returns the preferred scroll width of the represented component as a
NumberWithUnit . |
NumberWithUnit |
ScrollSizeSupport.getPreferredScrollWidth()
Returns the preferred scroll width of the represented component as a
NumberWithUnit . |
NumberWithUnit |
ListBoxTag.getPreferredScrollWidth()
Returns the preferred scroll width.
|
Modifier and Type | Method and Description |
---|---|
protected static NumberWithUnit |
FormBaseTag.convertToNumberWithUnit(String s,
NumberWithUnit defValue)
Converts a string attribute into the corresponding
NumberWithUnit
returning the default value if the attribute has not been set. |
Modifier and Type | Method and Description |
---|---|
NumberWithUnit |
TableColumnTag.getColumnWidth()
Returns the width of this column as a
NumberWithUnit
object. |
NumberWithUnit |
TableColumnWidthController.getOriginalFixedWidth(int index)
Returns the original fixed width of the specified column.
|
NumberWithUnit |
TableTag.getPreferredScrollHeight()
Returns the preferred scroll height as a number with unit.
|
NumberWithUnit |
TableTag.getPreferredScrollWidth()
Returns the preferred scroll width as a number with unit.
|
Modifier and Type | Field and Description |
---|---|
static NumberWithUnit |
NumberWithUnit.ZERO
Constant for the special value zero.
|
Modifier and Type | Method and Description |
---|---|
NumberWithUnit |
ButtonLayout.getBottomMargin()
Returns the bottom margin.
|
NumberWithUnit |
BorderLayout.getBottomMargin()
Returns the bottom margin.
|
NumberWithUnit |
BorderLayout.getEastGap()
Returns the east gap.
|
NumberWithUnit |
ButtonLayout.getGap()
Returns the width of the gap between the buttons.
|
NumberWithUnit |
ButtonLayout.getLeftMargin()
Returns the left margin.
|
NumberWithUnit |
BorderLayout.getLeftMargin()
Returns the left margin.
|
NumberWithUnit |
CellConstraints.getMinSize()
Returns the minimum size.
|
NumberWithUnit |
BorderLayout.getNorthGap()
Returns the north gap.
|
NumberWithUnit |
ButtonLayout.getRightMargin()
Returns the right margin.
|
NumberWithUnit |
BorderLayout.getRightMargin()
Returns the right margin.
|
NumberWithUnit |
BorderLayout.getSouthGap()
Returns the south gap.
|
NumberWithUnit |
ButtonLayout.getTopMargin()
Returns the top margin.
|
NumberWithUnit |
BorderLayout.getTopMargin()
Returns the top margin.
|
NumberWithUnit |
BorderLayout.getWestGap()
Returns the west gap.
|
static NumberWithUnit |
NumberWithUnit.nonNull(NumberWithUnit n)
A convenience method for performing checks for null values.
|
Modifier and Type | Method and Description |
---|---|
static NumberWithUnit |
NumberWithUnit.nonNull(NumberWithUnit n)
A convenience method for performing checks for null values.
|
void |
ButtonLayout.setBottomMargin(NumberWithUnit bottomMargin)
Sets the bottom margin.
|
void |
BorderLayout.setBottomMargin(NumberWithUnit bottomMargin)
Sets the bottom margin.
|
void |
BorderLayout.setEastGap(NumberWithUnit eastGap)
Sets the east gap.
|
void |
ButtonLayout.setGap(NumberWithUnit gap)
Sets the width of the gap between the buttons.
|
void |
ButtonLayout.setLeftMargin(NumberWithUnit leftMargin)
Sets the left margin.
|
void |
BorderLayout.setLeftMargin(NumberWithUnit leftMargin)
Sets the left margin.
|
void |
BorderLayout.setNorthGap(NumberWithUnit northGap)
Sets the north gap.
|
void |
ButtonLayout.setRightMargin(NumberWithUnit rightMargin)
Sets the right margin.
|
void |
BorderLayout.setRightMargin(NumberWithUnit rightMargin)
Sets the right margin.
|
void |
BorderLayout.setSouthGap(NumberWithUnit southGap)
Sets the south gap.
|
void |
ButtonLayout.setTopMargin(NumberWithUnit topMargin)
Sets the top margin.
|
void |
BorderLayout.setTopMargin(NumberWithUnit topMargin)
Sets the top margin.
|
void |
BorderLayout.setWestGap(NumberWithUnit westGap)
Sets the west gap.
|
CellConstraints.Builder |
CellConstraints.Builder.withMinimumSize(NumberWithUnit minSize)
Sets the
minimumSize property of the CellConstraints
instance to be created. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.