Uses of Class
org.apache.pivot.wtk.Insets

Packages that use Insets
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
static Insets Insets.NONE
          Insets whose top, left, bottom, and right values are all zero.
 

Methods in org.apache.pivot.wtk that return Insets
static Insets Insets.decode(String value)
           
 

Constructors in org.apache.pivot.wtk with parameters of type Insets
Insets(Insets insets)
           
 

Uses of Insets in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return Insets
 Insets TextPaneSkin.getMargin()
          Returns the amount of space between the edge of the TextPane and its Document
 Insets TextAreaSkin.getMargin()
          Returns the amount of space between the edge of the TextArea and its text
 Insets StackPaneSkin.getPadding()
          Returns the amount of space between the edge of the StackPane and its components.
 Insets CardPaneSkin.getPadding()
          Returns the amount of space between the edge of the CardPane and its content.
 Insets SeparatorSkin.getPadding()
          Returns the amount of space surrounding (left/right) the Separator's heading, and above and below the entire component.
 Insets FlowPaneSkin.getPadding()
          Returns the amount of space between the edge of the FlowPane and its components.
 Insets BoxPaneSkin.getPadding()
          Returns the amount of space between the edge of the BoxPane and its components.
 Insets TablePaneSkin.getPadding()
          Returns the amount of space that will be reserved around the inside edges of the table pane.
 Insets LabelSkin.getPadding()
          Returns the amount of space to leave between the edge of the Label and its text.
 Insets FillPaneSkin.getPadding()
          Returns the amount of space between the edge of the FillPane and its components.
 Insets BorderSkin.getPadding()
          Returns the amount of space between the edge of the Border and its content.
 Insets GridPaneSkin.getPadding()
          Gets the padding that will be reserved around the grid pane during layout.
 

Methods in org.apache.pivot.wtk.skin with parameters of type Insets
 void TextPaneSkin.setMargin(Insets margin)
          Sets the amount of space between the edge of the TextPane and its Document
 void TextAreaSkin.setMargin(Insets margin)
          Sets the amount of space between the edge of the TextArea and its text
 void StackPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the StackPane 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 SeparatorSkin.setPadding(Insets padding)
          Sets the amount of space to leave around the Separator's heading, and above and below the entire component.
 void FlowPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the FlowPane and its components.
 void BoxPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the BoxPane 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.
 void LabelSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the Label and its text.
 void FillPaneSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the FillPane and its components.
 void BorderSkin.setPadding(Insets padding)
          Sets the amount of space to leave between the edge of the Border and its content.
 void GridPaneSkin.setPadding(Insets padding)
          Sets the padding that will be reserved around the grid pane during layout.
 

Uses of Insets in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra that return Insets
 Insets TerraAccordionSkin.getButtonPadding()
           
 Insets TerraTabPaneSkin.getButtonPadding()
           
 Insets TerraListViewSkin.getCheckboxPadding()
           
 Insets TerraExpanderSkin.getPadding()
           
 Insets TerraMenuButtonSkin.getPadding()
           
 Insets TerraCalendarButtonSkin.getPadding()
           
 Insets TerraPaletteSkin.getPadding()
           
 Insets TerraTextInputSkin.getPadding()
           
 Insets TerraSheetSkin.getPadding()
           
 Insets TerraAccordionSkin.getPadding()
           
 Insets TerraFormSkin.getPadding()
           
 Insets TerraPushButtonSkin.getPadding()
           
 Insets TerraFrameSkin.getPadding()
           
 Insets TerraTabPaneSkin.getPadding()
           
 Insets TerraListButtonSkin.getPadding()
           
 Insets TerraColorChooserButtonSkin.getPadding()
           
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Insets
 void TerraAccordionSkin.setButtonPadding(Insets buttonPadding)
           
 void TerraTabPaneSkin.setButtonPadding(Insets buttonPadding)
           
 void TerraListViewSkin.setCheckboxPadding(Insets checkboxPadding)
           
 void TerraExpanderSkin.setPadding(Insets padding)
           
 void TerraMenuButtonSkin.setPadding(Insets padding)
           
 void TerraCalendarButtonSkin.setPadding(Insets padding)
           
 void TerraPaletteSkin.setPadding(Insets padding)
           
 void TerraTextInputSkin.setPadding(Insets padding)
           
 void TerraSheetSkin.setPadding(Insets padding)
           
 void TerraAccordionSkin.setPadding(Insets padding)
           
 void TerraFormSkin.setPadding(Insets padding)
           
 void TerraPushButtonSkin.setPadding(Insets padding)
           
 void TerraFrameSkin.setPadding(Insets padding)
           
 void TerraTabPaneSkin.setPadding(Insets padding)
           
 void TerraListButtonSkin.setPadding(Insets padding)
           
 void TerraColorChooserButtonSkin.setPadding(Insets padding)