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 InsetsInsets. NONEInsets 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 InsetsInsets. decode(java.lang.String value)Decode a possible Insets value.static InsetsInsets. fromObject(java.lang.Object source)Convert any of our supported object sources into aInsetsobject.static InsetsInsets. fromObject(java.lang.Object source, java.lang.String message)Convert any of our supported object sources into aInsetsobject.Methods in org.apache.pivot.wtk with parameters of type Insets Modifier and Type Method Description DimensionsDimensions. expand(Insets insets)Expand this dimensions by the givenInsetsamounts 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 InsetsTextAreaSkin. getMargin()InsetsTextPaneSkin. getMargin()InsetsNumberRulerSkin. getMarkerInsets()InsetsRulerSkin. getMarkerInsets()InsetsBorderSkin. getPadding()InsetsBoxPaneSkin. getPadding()InsetsCardPaneSkin. getPadding()InsetsFillPaneSkin. getPadding()InsetsFlowPaneSkin. getPadding()InsetsGridPaneSkin. getPadding()InsetsLabelSkin. getPadding()InsetsSeparatorSkin. getPadding()InsetsStackPaneSkin. getPadding()InsetsTablePaneSkin. getPadding()InsetsNumberRulerSkin. getRowPadding()Methods in org.apache.pivot.wtk.skin with parameters of type Insets Modifier and Type Method Description voidTextAreaSkin. setMargin(Insets newMargin)Sets the amount of space between the edge of the TextArea and its text.voidTextPaneSkin. setMargin(Insets marginValue)Sets the amount of space between the edge of the TextPane and its Document.voidRulerSkin. setMarkerInsets(Insets insets)voidBoxPaneSkin. setPadding(Insets padding)Sets the amount of space to leave between the edge of the BoxPane and its components.voidCardPaneSkin. setPadding(Insets padding)Sets the amount of space to leave between the edge of the CardPane and its content.voidFillPaneSkin. setPadding(Insets padding)Sets the amount of space to leave between the edge of the FillPane and its components.voidFlowPaneSkin. setPadding(Insets padding)Sets the amount of space to leave between the edge of the FlowPane and its components.voidGridPaneSkin. setPadding(Insets padding)Sets the padding that will be reserved around the grid pane during layout.voidSeparatorSkin. setPadding(Insets paddingInsets)Sets the amount of space to leave around the Separator's heading, and above and below the entire component.voidStackPaneSkin. setPadding(Insets padding)Sets the amount of space to leave between the edge of the StackPane and its components.voidTablePaneSkin. 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 InsetsTerraAccordionSkin. getButtonPadding()InsetsTerraTabPaneSkin. getButtonPadding()InsetsTerraListViewSkin. getCheckboxPadding()InsetsTerraAccordionSkin. getPadding()InsetsTerraCalendarButtonSkin. getPadding()InsetsTerraColorChooserButtonSkin. getPadding()InsetsTerraExpanderSkin. getPadding()InsetsTerraFormSkin. getPadding()InsetsTerraFrameSkin. getPadding()InsetsTerraGaugeSkin. getPadding()InsetsTerraListButtonSkin. getPadding()InsetsTerraMenuButtonSkin. getPadding()InsetsTerraPaletteSkin. getPadding()InsetsTerraPushButtonSkin. getPadding()InsetsTerraSheetSkin. getPadding()InsetsTerraTabPaneSkin. getPadding()InsetsTerraTextInputSkin. getPadding()Methods in org.apache.pivot.wtk.skin.terra with parameters of type Insets Modifier and Type Method Description voidTerraAccordionSkin. setButtonPadding(Insets buttonPadding)voidTerraListViewSkin. setCheckboxPadding(Insets checkboxPadding)voidTerraAccordionSkin. setPadding(Insets padding)voidTerraCalendarButtonSkin. setPadding(Insets padding)voidTerraColorChooserButtonSkin. setPadding(Insets padding)voidTerraExpanderSkin. setPadding(Insets padding)voidTerraFormSkin. setPadding(Insets padding)voidTerraFrameSkin. setPadding(Insets padding)voidTerraGaugeSkin. setPadding(Insets padding)voidTerraListButtonSkin. setPadding(Insets padding)voidTerraMenuButtonSkin. setPadding(Insets padding)voidTerraPaletteSkin. setPadding(Insets padding)voidTerraPushButtonSkin. setPadding(Insets padding)voidTerraSheetSkin. setPadding(Insets padding)voidTerraTextInputSkin. setPadding(Insets paddingValue)
-