KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > SplitPaneUI

javax.swing.plaf
Class SplitPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SplitPaneUI
Direct Known Subclasses:
BasicSplitPaneUI, MultiSplitPaneUI
See Also:
Top Examples, Source Code

public abstract void finishedPaintingChildren(JSplitPane jc,
                                              Graphics g)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getDividerLocation(JSplitPane jc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getMaximumDividerLocation(JSplitPane jc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getMinimumDividerLocation(JSplitPane jc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void resetToPreferredSizes(JSplitPane jc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void setDividerLocation(JSplitPane jc,
                                        int location)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags