public static enum AceCommandDescription.ScrollIntoView extends Enum<AceCommandDescription.ScrollIntoView>
| 枚举常量和说明 |
|---|
animate
Scroll to cursor with animation
|
center
Locate cursor in the center of the screen
|
cursor
Scroll to cursor without animation
|
selectionPart
Scroll to selected text
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AceCommandDescription.ScrollIntoView |
fromString(String value) |
static AceCommandDescription.ScrollIntoView |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AceCommandDescription.ScrollIntoView[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final AceCommandDescription.ScrollIntoView animate
public static final AceCommandDescription.ScrollIntoView center
public static final AceCommandDescription.ScrollIntoView cursor
public static final AceCommandDescription.ScrollIntoView selectionPart
public static AceCommandDescription.ScrollIntoView[] values()
for (AceCommandDescription.ScrollIntoView c : AceCommandDescription.ScrollIntoView.values()) System.out.println(c);
public static AceCommandDescription.ScrollIntoView valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static AceCommandDescription.ScrollIntoView fromString(String value)
Copyright © 2021. All rights reserved.