Package ch.bailu.gtk.adw
Interface ResponseAppearance
public interface ResponseAppearance
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the default appearance.static final int
used to draw attention to the potentially damaging
consequences of using the response.static final int
used to denote important responses such as the
affirmative action.
-
Field Details
-
DEFAULT
static final int DEFAULTthe default appearance.- See Also:
-
SUGGESTED
static final int SUGGESTEDused to denote important responses such as the
affirmative action.- See Also:
-
DESTRUCTIVE
static final int DESTRUCTIVEused to draw attention to the potentially damaging
consequences of using the response. This appearance acts as a warning to
the user.- See Also:
-