public interface GuidedEditor extends GuidedComponent
Editor that can show checklist panel
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
getNeedShowGuide() Returns preference value for showing guides for this editor @return |
|
public java.util.List<WalkthroughFeature> |
getSlidesList() Returns a list of features that must be shown for this editor |
|
public void |
setNeedShowGuide(boolean needShowGuide) Set preference for showing guides for this editor |
|
public void |
showGuideChecklist() Shows checklist panel |
Returns preference value for showing guides for this editor
Returns a list of features that must be shown for this editor
Set preference for showing guides for this editor
Shows checklist panel