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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSeparator.java37 * <code>JSeparator</code> provides a general purpose component for
40 * Instead of using <code>JSeparator</code> directly,
43 * <code>JSeparator</code>s may also be used elsewhere in a GUI
74 public class JSeparator extends JComponent implements SwingConstants, Accessible class in inherits:JComponent,SwingConstants,Accessible
85 public JSeparator() method in class:JSeparator
101 public JSeparator( int orientation ) method in class:JSeparator
231 * Returns a string representation of this <code>JSeparator</code>.
238 * @return a string representation of this <code>JSeparator</code>
253 * Gets the AccessibleContext associated with this JSeparator.
259 * AccessibleContext of this JSeparator
[all...]

Completed in 29 milliseconds