Lines Matching defs:floatable
61 * (unless the <code>floatable</code> property is set to <code>false</code>).
99 private boolean floatable = true;
351 * Gets the <code>floatable</code> property.
353 * @return the value of the <code>floatable</code> property
359 return floatable;
363 * Sets the <code>floatable</code> property,
365 * Typically, a floatable tool bar can be
369 * Some look and feels might not implement floatable tool bars;
382 if ( floatable != b )
384 boolean old = floatable;
385 floatable = b;
387 firePropertyChange("floatable", old, b);
732 String floatableString = (floatable ?
738 ",floatable=" + floatableString +