public class GuidedTourSourceGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
bodyCounter |
protected String |
currentStepVariable |
protected int |
imageCounter |
static String[] |
SETBODY_METHOD_NAMES |
static String[] |
SETIMAGE_METHOD_NAMES |
static String |
STEP_VARIABLE_PREFIX |
protected int |
stepCounter |
static String |
STEPS_VARIABLE |
protected com.google.gwt.user.rebind.SourceWriter |
sw |
Constructor and Description |
---|
GuidedTourSourceGenerator(com.google.gwt.user.rebind.SourceWriter sw) |
Modifier and Type | Method and Description |
---|---|
void |
addBody(String language,
String body) |
void |
addTitle(String language,
String title) |
void |
endBody() |
void |
endStep() |
void |
endTitle() |
void |
finalizeSteps() |
protected String |
getStepVariable() |
void |
initializeSteps() |
void |
setStepImage(String image) |
void |
setTextVerticalAlignment(String alignment) |
void |
startBody() |
void |
startStep(String stepClass,
String showTitle) |
void |
startTitle() |
public static final String STEPS_VARIABLE
public static final String STEP_VARIABLE_PREFIX
public static final String[] SETBODY_METHOD_NAMES
public static final String[] SETIMAGE_METHOD_NAMES
protected com.google.gwt.user.rebind.SourceWriter sw
protected int stepCounter
protected int bodyCounter
protected int imageCounter
protected String currentStepVariable
public GuidedTourSourceGenerator(com.google.gwt.user.rebind.SourceWriter sw)
sw
- public void initializeSteps()
protected String getStepVariable()
public void startTitle()
public void endTitle()
public void setStepImage(String image)
public void startBody()
public void endBody()
public void endStep()
public void setTextVerticalAlignment(String alignment)
public void finalizeSteps()
Copyright © 2016. All Rights Reserved.