public class Separator extends Subitem
Separator values are zero-based indices that
are significant, relative to a particular menu or toolbar component.| Modifier and Type | Field and Description |
|---|---|
protected int |
separator |
| Constructor and Description |
|---|
Separator(int separator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Overrides
Object.equals with a class-specific comparison. |
int |
getSeparator()
Accesses the separator value.
|
java.lang.String |
toString()
Sets
toString to the value that this class represents. |
public int getSeparator()
public java.lang.String toString()
toString to the value that this class represents.toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Object.equals with a class-specific comparison.equals in class java.lang.Objectobj - the right side of the comparison