Uses of Class
org.telscenter.pas.beans.PasStep

Packages that use PasStep
org.telscenter.pas.beans Standard beans and bean interfaces of the TELS Framework. 
org.telscenter.pas.messaging   
org.telscenter.pas.navigation   
org.telscenter.pas.navigation.events   
org.telscenter.pas.service Standard services of the TELS Framework. 
org.telscenter.pas.steps Canonical WISE step types. 
org.telscenter.pas.steps.quickEditors.hints   
org.telscenter.pas.util Miscellaneous utility classes of the TELS Framework. 
 

Uses of PasStep in org.telscenter.pas.beans
 

Methods in org.telscenter.pas.beans that return PasStep
 PasStep[] PasActivity.getSteps()
           
 PasStep PasActivity.getSteps(int i)
           
 

Methods in org.telscenter.pas.beans with parameters of type PasStep
protected  void PasProject.createStepMap(org.jdom.Element stepElement, PasStep step)
           
 void PasActivity.setSteps(int index, PasStep bean)
           
 void PasActivity.setSteps(PasStep[] beans)
           
 

Uses of PasStep in org.telscenter.pas.messaging
 

Methods in org.telscenter.pas.messaging with parameters of type PasStep
static PasProjectPlace PasMessagingSupport.getProjectPlace(java.util.List activitiesList, PasStep currentStep)
           
 

Uses of PasStep in org.telscenter.pas.navigation
 

Methods in org.telscenter.pas.navigation with parameters of type PasStep
 void PasProjectNavigationTaskPanel.adjustPanelSelection(PasStep step)
           
protected  void PasProjectNavigationTaskPanel.adjustScrollPanels(PasStep step)
           
protected  javax.swing.Action PasProjectNavigationTaskPanel.makeStepAction(PasStep step, int stepNumber)
           
protected  void PasProjectNavigationTaskPanel.updateDashboard(PasStep pasStep)
           
 

Uses of PasStep in org.telscenter.pas.navigation.events
 

Methods in org.telscenter.pas.navigation.events with parameters of type PasStep
 void INavigationListener.newCurrentStep(PasStep currentStep)
           
 void NavigationListener.newCurrentStep(PasStep currentStep)
           
 

Uses of PasStep in org.telscenter.pas.service
 

Methods in org.telscenter.pas.service that return PasStep
 PasStep INavigationService.getCurrentStep()
           
 PasStep NavigationService.getCurrentStep()
           
 PasStep INavigationService.getPreviousStep()
           
 PasStep NavigationService.getPreviousStep()
           
 

Methods in org.telscenter.pas.service with parameters of type PasStep
protected  PasActivity NavigationService.getActivity(PasStep step)
           
 void INavigationService.setCurrentStep(PasStep currentStep)
           
 void NavigationService.setCurrentStep(PasStep step)
           
 void INavigationService.setPreviousStep(PasStep previousStep)
           
 void NavigationService.setPreviousStep(PasStep previousStep)
           
 

Constructors in org.telscenter.pas.service with parameters of type PasStep
NavigateAction(PasStep step, INavigationService navigationService, PasProjectNavigationTaskPanel nav)
           
 

Uses of PasStep in org.telscenter.pas.steps
 

Subclasses of PasStep in org.telscenter.pas.steps
 class AbstractUrlStep
          Convenient abstract superclass of Pas step types that take a single URL property
 class AppletViewer
          A simple appletviewer that can be run as a Pas step.
 class Assessment
           
 class Bookmark
           
 class BrowseWeb
          Abstract super implementation of the Pas step types, DisplayPage and Evidence.
 class ChallengeQuestion
          Implement of the Pas step type, ChallengeQuestion.
 class ConcordModelState
          Implementation of the Pas step type, Pedagogica.
 class DisplayPage
          Implementation of the Pas step type, DisplayPage.
 class Evidence
           
 class ExecStep
           
 class FlashViewer
           
 class Generic
          A generic Pas step type, used for testing and demonstration purposes.
 class HelloWorld
          A generic Pas step type, used for testing and demonstration purposes.
 class HingedDelegator
           
 class HingeSelector
           
 class ImageCollector
           
 class JaxbQtiNote
          Implement of the Pas step type, Notes.
 class JaxbQtiSelfAssessment
          Creats the selfassessment ui for the selfassessment bean.
 class JaxbQtiStep
          This step uses qti bindings project
 class JaxbQtiStudentAssessment
          This is the jaxb version of the student assessment
 class JgroupsDraw
           
 class JgroupsWhiteboard
           
 class JmdnsBrowsingStep
           
 class MulticastListener
           
 class Note
          Implement of the Pas step type, Notes.
 class OutsideLink
          This basically is a step that represents an outlink which is anything not a Displaypage or Evidence
 class Pedraw
          Implementation of the Pas step type, PasDraw 2.
 class ProjectInfoStep
          A generic Pas step type, used for testing and demonstration purposes.
 class SelfAssessment
           
 class Sensemaker
           
 class ShowAllWorkStep
          A generic Pas step type, used for testing and demonstration purposes.
 class StudentAssessment
           
 class UnsupportedConversion
           
 class WobbleModule
          Pas step type that adapts a legacy WISE-2 module, conformant to the WISE v2 Module API specification.
 

Methods in org.telscenter.pas.steps that return PasStep
 PasStep ChallengeQuestion.getGotoStep()
           
 

Methods in org.telscenter.pas.steps that return types with arguments of type PasStep
 java.util.Map<java.lang.String,PasStep> HingedDelegator.getStatesToSteps()
           
 

Methods in org.telscenter.pas.steps with parameters of type PasStep
static java.lang.String ShowAllWorkStep.processScore(PasStep step, int rdIndex, PasProject project)
          processes and returns teacher score (annotations)
static java.lang.String ShowAllWorkStep.processTheAnnotations(PasStep step, int rdIndex, PasProject project)
          processes and returns teacher comments (annotations)
 void ChallengeQuestion.setGotoStep(PasStep gotoStep)
           
 

Method parameters in org.telscenter.pas.steps with type arguments of type PasStep
 void HingedDelegator.setStatesToSteps(java.util.Map<java.lang.String,PasStep> statesToSteps)
           
 

Uses of PasStep in org.telscenter.pas.steps.quickEditors.hints
 

Constructors in org.telscenter.pas.steps.quickEditors.hints with parameters of type PasStep
HintQuickEditorUI(PasStep pasStep, javax.swing.undo.UndoManager undoManager)
           
 

Uses of PasStep in org.telscenter.pas.util
 

Methods in org.telscenter.pas.util that return PasStep
static PasStep PasCurnitUtils.stepFromPod(net.sf.sail.core.beans.Pod stepPod)
           
 

Methods in org.telscenter.pas.util with parameters of type PasStep
static void PasCurnitUtils.addStep(PasActivity activity, int stepIndex, PasStep step)
          Adds the step bean into the activity bean at the specified index.
static void PasStepPreviewer.display(PasStep step)
           
static void PasCurnitUtils.insertStepInActivityBean(PasActivity activity, int stepIndex, PasStep step)
           
static void PasCurnitUtils.moveTo(PasActivity activityDes, PasActivity activitySource, PasStep movedStep, int newIndex)
          move step to a different activity
static void PasCurnitUtils.moveTo(PasActivity activity, PasStep movedStep, int newIndex)
          moves a step to a new position in the same activity
static java.lang.String AnnotationUtils.processScore(PasStep step, net.sf.sail.core.beans.service.SessionService sessionService, net.sf.sail.core.beans.service.AgentService agentService, net.sf.sail.core.beans.service.AnnotationService annotationService)
          processes and returns teacher score (annotations)
static java.lang.String AnnotationUtils.processTheAnnotations(PasStep step, net.sf.sail.core.beans.service.SessionService sessionService, net.sf.sail.core.beans.service.AgentService agentService, net.sf.sail.core.beans.service.AnnotationService annotationService)
          processes and returns teacher comments (annotations)
static void PasCurnitUtils.removeStep(PasActivity activity, PasStep step)
          Removes the step bean and its enclosing pod from the project bean and its enclosing pod.
static int PasCurnitUtils.removeStepFromActivityBean(PasActivity activity, PasStep step)
           
 

Constructor parameters in org.telscenter.pas.util with type arguments of type PasStep
PasStepPreviewer(java.lang.Class<? extends PasStep> testClass)
           
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.