ToolTipPopup.Style
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

The values here describe the styles available for the tool tip class.

확장:Enum
패키지:widget
클래스 메서드
values()
public static Style values()
valueOf(String)
public static Style valueOf(String name)
매개변수설명
name
상수
BLUE
The tool tip will be shown with a blue style; including a blue background and blue arrows.
public static final Style BLUE
BLACK
The tool tip will be shown with a black style; including a black background and black arrows.
public static final Style BLACK