Uses of Interface
com.sri.emo.wizard.Link

Packages that use Link
com.sri.emo.wizard This package provides framework for wizard creation as well as EMO specific bindings. 
com.sri.emo.wizard.defaults This package contains default implementations of the interfaces defined in the com.sri.emo.wizard package. 
com.sri.emo.wizard.expressoimpl This directory contains various adapter classes to bridge the Wizard APIs with Expresso. 
 

Uses of Link in com.sri.emo.wizard
 

Methods in com.sri.emo.wizard that return Link
 Link PageMetadata.getCancel()
          Return link instance, NullLink if there is no finish link on this page.
 Link PageMetadata.getFinish()
          Return link instance, NullLink if there is no finish link on this page.
 Link PageMetadata.getNext()
          Return link instance, NullLink if there is no finish link on this page.
 Link PageMetadata.getPrevious()
          Return link instance, NullLink if there is no finish link on this page.
 

Uses of Link in com.sri.emo.wizard.defaults
 

Methods in com.sri.emo.wizard.defaults that return Link
 Link EmoWizardMetadata.getCancel()
           
 Link EmoWizardMetadata.getFinish()
           
 Link EmoWizardMetadata.getNext()
           
 Link EmoWizardMetadata.getPrevious()
           
 

Methods in com.sri.emo.wizard.defaults with parameters of type Link
 void EmoWizardMetadata.setCancelLink(Link cancelLink)
           
 void EmoWizardMetadata.setFinishLink(Link finishLink)
           
 void EmoWizardMetadata.setNextLink(Link nextLink)
           
 void EmoWizardMetadata.setPreviousLink(Link previousLink)
           
 

Uses of Link in com.sri.emo.wizard.expressoimpl
 

Classes in com.sri.emo.wizard.expressoimpl that implement Link
 class ExpressoLink
          Link bridge between Wizard links and Expresso Transitions.
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.