KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicOptionPaneUI.ButtonAreaLayout

javax.swing.plaf.basic
Class BasicOptionPaneUI.ButtonAreaLayout

java.lang.Object
  extended by javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
All Implemented Interfaces:
LayoutManager
Enclosing class:
BasicOptionPaneUI
See Also:
Source Code

public void addLayoutComponent(String string,
                               Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BasicOptionPaneUI.ButtonAreaLayout(boolean syncAllWidths,
                                          int padding)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean centersChildren
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getCentersChildren()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPadding()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getSyncAllWidths()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void layoutContainer(Container container)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension minimumLayoutSize(Container c)
See Also:
LayoutManager.preferredLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int padding
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension preferredLayoutSize(Container c)
See Also:
LayoutManager.minimumLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLayoutComponent(Component c)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCentersChildren(boolean newValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPadding(int newPadding)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSyncAllWidths(boolean newValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected boolean syncAllWidths
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags