org.gnu.gtk
public class MovementStep extends Enum
| Field Summary | |
|---|---|
| static MovementStep | BUFFER_ENDS |
| static MovementStep | DISPLAY_LINES |
| static MovementStep | DISPLAY_LINE_ENDS |
| static MovementStep | LOGICAL_POSITIONS |
| static MovementStep | PAGES |
| static MovementStep | PARAGRAPHS |
| static MovementStep | PARAGRAPH_ENDS |
| static MovementStep | VISUAL_POSITIONS |
| static MovementStep | WORDS |
| Method Summary | |
|---|---|
| MovementStep | and(MovementStep other) |
| static MovementStep | intern(int value) |
| MovementStep | or(MovementStep other) |
| boolean | test(MovementStep other) |
| MovementStep | xor(MovementStep other) |