Searched defs:divider (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java56 * The divider used for non-continuous layout is added to the split pane
64 * How far (relative) the divider does move when it is moved around by
84 * Instance of the divider for this JSplitPane.
86 protected BasicSplitPaneDivider divider; field in class:BasicSplitPaneUI
117 * The size of the divider while the dragging session is valid.
123 * Instance for the shadow of the divider when non continuous layout
137 * Location of the divider when the dragging session began.
281 // the divider location provided by the JSplitPane. This is used as there
332 if (divider == null) divider
[all...]

Completed in 48 milliseconds