|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.AssistantPageType
public final class AssistantPageType
Used for determining the page role inside the Assistant
. It's used
to handle buttons sensitivity and visibility.
Note that an assistant needs to end its page flow with a page of type
CONFIRM
or SUMMARY
to be correct.
Field Summary | |
---|---|
static AssistantPageType |
CONFIRM
The page lets the user confirm or deny the changes. |
static AssistantPageType |
CONTENT
The page has regular contents. |
static AssistantPageType |
INTRO
The page contains an introduction to the assistant task. |
static AssistantPageType |
PROGRESS
Used for tasks that take a long time to complete, blocks the assistant until the page is marked as complete with setPageComplete() |
static AssistantPageType |
SUMMARY
The page informs the user of the changes done. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final AssistantPageType CONFIRM
public static final AssistantPageType CONTENT
public static final AssistantPageType INTRO
public static final AssistantPageType PROGRESS
setPageComplete()
public static final AssistantPageType SUMMARY
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |