Uses of Class
org.apache.pivot.wtk.Insets
-
Packages that use Insets Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Insets in org.apache.pivot.wtk
Fields in org.apache.pivot.wtk declared as Insets Modifier and Type Field Description static Insets
Insets. NONE
Insets whose top, left, bottom, and right values are all zero.Methods in org.apache.pivot.wtk that return Insets Modifier and Type Method Description static Insets
Insets. decode(java.lang.String value)
Decode a possible Insets value.static Insets
Insets. fromObject(java.lang.Object source)
Convert any of our supported object sources into aInsets
object.static Insets
Insets. fromObject(java.lang.Object source, java.lang.String message)
Convert any of our supported object sources into aInsets
object.Methods in org.apache.pivot.wtk with parameters of type Insets Modifier and Type Method Description Dimensions
Dimensions. expand(Insets insets)
Expand this dimensions by the givenInsets
amounts in the width and height directions.Constructors in org.apache.pivot.wtk with parameters of type Insets Constructor Description Insets(Insets insets)
Copy an insets structure to a new one with the same values. -
Uses of Insets in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return Insets Modifier and Type Method Description Insets
TextAreaSkin. getMargin()
Insets
TextPaneSkin. getMargin()
Insets
NumberRulerSkin. getMarkerInsets()
Insets
RulerSkin. getMarkerInsets()
Insets
BorderSkin. getPadding()
Insets
BoxPaneSkin. getPadding()
Insets
CardPaneSkin. getPadding()
Insets
FillPaneSkin. getPadding()
Insets
FlowPaneSkin. getPadding()
Insets
GridPaneSkin. getPadding()
Insets
LabelSkin. getPadding()
Insets
SeparatorSkin. getPadding()
Insets
StackPaneSkin. getPadding()
Insets
TablePaneSkin. getPadding()
Insets
NumberRulerSkin. getRowPadding()
Methods in org.apache.pivot.wtk.skin with parameters of type Insets Modifier and Type Method Description void
TextAreaSkin. setMargin(Insets newMargin)
Sets the amount of space between the edge of the TextArea and its text.void
TextPaneSkin. setMargin(Insets marginValue)
Sets the amount of space between the edge of the TextPane and its Document.void
RulerSkin. setMarkerInsets(Insets insets)
void
BoxPaneSkin. setPadding(Insets padding)
Sets the amount of space to leave between the edge of the BoxPane and its components.void
CardPaneSkin. setPadding(Insets padding)
Sets the amount of space to leave between the edge of the CardPane and its content.void
FillPaneSkin. setPadding(Insets padding)
Sets the amount of space to leave between the edge of the FillPane and its components.void
FlowPaneSkin. setPadding(Insets padding)
Sets the amount of space to leave between the edge of the FlowPane and its components.void
GridPaneSkin. setPadding(Insets padding)
Sets the padding that will be reserved around the grid pane during layout.void
SeparatorSkin. setPadding(Insets paddingInsets)
Sets the amount of space to leave around the Separator's heading, and above and below the entire component.void
StackPaneSkin. setPadding(Insets padding)
Sets the amount of space to leave between the edge of the StackPane and its components.void
TablePaneSkin. setPadding(Insets padding)
Sets the amount of space that will be reserved around the inside edges of the table pane. -
Uses of Insets in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra that return Insets Modifier and Type Method Description Insets
TerraAccordionSkin. getButtonPadding()
Insets
TerraTabPaneSkin. getButtonPadding()
Insets
TerraListViewSkin. getCheckboxPadding()
Insets
TerraAccordionSkin. getPadding()
Insets
TerraCalendarButtonSkin. getPadding()
Insets
TerraColorChooserButtonSkin. getPadding()
Insets
TerraExpanderSkin. getPadding()
Insets
TerraFormSkin. getPadding()
Insets
TerraFrameSkin. getPadding()
Insets
TerraGaugeSkin. getPadding()
Insets
TerraListButtonSkin. getPadding()
Insets
TerraMenuButtonSkin. getPadding()
Insets
TerraPaletteSkin. getPadding()
Insets
TerraPushButtonSkin. getPadding()
Insets
TerraSheetSkin. getPadding()
Insets
TerraTabPaneSkin. getPadding()
Insets
TerraTextInputSkin. getPadding()
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Insets Modifier and Type Method Description void
TerraAccordionSkin. setButtonPadding(Insets buttonPadding)
void
TerraListViewSkin. setCheckboxPadding(Insets checkboxPadding)
void
TerraAccordionSkin. setPadding(Insets padding)
void
TerraCalendarButtonSkin. setPadding(Insets padding)
void
TerraColorChooserButtonSkin. setPadding(Insets padding)
void
TerraExpanderSkin. setPadding(Insets padding)
void
TerraFormSkin. setPadding(Insets padding)
void
TerraFrameSkin. setPadding(Insets padding)
void
TerraGaugeSkin. setPadding(Insets padding)
void
TerraListButtonSkin. setPadding(Insets padding)
void
TerraMenuButtonSkin. setPadding(Insets padding)
void
TerraPaletteSkin. setPadding(Insets padding)
void
TerraPushButtonSkin. setPadding(Insets padding)
void
TerraSheetSkin. setPadding(Insets padding)
void
TerraTextInputSkin. setPadding(Insets paddingValue)
-