Searched refs:constraintBeforeFloating (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java77 protected String constraintBeforeFloating = BorderLayout.NORTH; field in class:BasicToolBarUI
805 constraintBeforeFloating = calculateConstraint();
922 return (constraint != null) ? constraint : constraintBeforeFloating;
928 if (p == null) return constraintBeforeFloating;
972 constraintBeforeFloating = calculateConstraint();
1251 String constraint = constraintBeforeFloating;

Completed in 32 milliseconds