Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.plaf.basic.BasicSplitPaneUI

Uses of BasicSplitPaneUI in javax.swing.plaf.basic
 

Fields in javax.swing.plaf.basic declared as BasicSplitPaneUI
protected  BasicSplitPaneUI BasicSplitPaneDivider.splitPaneUI
          The delegate object that is responsible for the UI of the JSplitPane that contains this divider.
 

Methods in javax.swing.plaf.basic that return BasicSplitPaneUI
 BasicSplitPaneUI BasicSplitPaneDivider.getBasicSplitPaneUI()
          Returns the delegate object that is responsible for the UI of the javax.swing.JSplitPane containing this divider.
 

Methods in javax.swing.plaf.basic with parameters of type BasicSplitPaneUI
 void BasicSplitPaneDivider.setBasicSplitPaneUI(BasicSplitPaneUI newUI)
          Sets the delegate object that is responsible for the UI of the javax.swing.JSplitPane containing this divider.
 

Constructors in javax.swing.plaf.basic with parameters of type BasicSplitPaneUI
BasicSplitPaneDivider(BasicSplitPaneUI ui)
          Constructs a new divider.