Uses of Interface
se.liu.ida.critiquer.gui.View

Packages that use View
se.liu.ida.critiquer.constraints   
se.liu.ida.critiquer.gui GUI package Classes determining the visual appearance of the planning tool, with all the views necessary. 
se.liu.ida.critiquer.scenarios.standard   
 

Uses of View in se.liu.ida.critiquer.constraints
 

Fields in se.liu.ida.critiquer.constraints with type parameters of type View
protected  ArrayList<Class<? extends View>> StandardConstraint.applicableViews
           
 

Methods in se.liu.ida.critiquer.constraints that return types with arguments of type View
 List<Class<? extends View>> VisualConstraint.getApplicableViews()
           
 List<Class<? extends View>> TimeParameterOrdering.getApplicableViews()
           
 List<Class<? extends View>> StandardConstraint.getApplicableViews()
          By default, all constraints should be visible in all views
 

Methods in se.liu.ida.critiquer.constraints with parameters of type View
 boolean VisualConstraint.isApplicableFor(View view)
           
 boolean TimeParameterOrdering.isApplicableFor(View view)
           
 boolean StandardConstraint.isApplicableFor(View view)
           
 void TooLongTime.viewUpdated(View v, Graphics2D g2)
           
 void TimeParameterOrdering.viewUpdated(View v, Graphics2D g2)
           
 void TimeCalculator.viewUpdated(View v, Graphics2D g2)
          If our policy is to highlight this instead of forcing a value update, we use this method.
 void TestActivityArea.viewUpdated(View v, Graphics2D g2)
           
 void StructureCritic.viewUpdated(View v, Graphics2D g2)
           
 void ResourceUsageCritic.viewUpdated(View v, Graphics2D g2)
          We only need set the currentTime through changing the currentTime eq constraint since the updating is already done by the ChartPanel component
 void NonSuitableAgent.viewUpdated(View v, Graphics2D g2)
           
 void FuelLowCritic.viewUpdated(View v, Graphics2D g2)
           
 void AgentMutex.viewUpdated(View v, Graphics2D g2)
           
 void ActivityStructureCritic.viewUpdated(View v, Graphics2D g2)
          Present some graphical information
 

Uses of View in se.liu.ida.critiquer.gui
 

Classes in se.liu.ida.critiquer.gui that implement View
 class AbstractView
           
 class GeoView
           
 class ResourceView
           This view is used to allocate resources to Commanders.
 class TaskView
           
 class TimeView
           This class presents the time view.
 

Methods in se.liu.ida.critiquer.gui with parameters of type View
 boolean ConstraintCheckBox.isApplicableFor(View view)
           
 void TimeLinePlot.setView(View view)
           
 void ViewRenderingListener.viewUpdated(View v, Graphics2D g2)
           
 

Constructors in se.liu.ida.critiquer.gui with parameters of type View
ConstraintComponent(View view)
           
 

Uses of View in se.liu.ida.critiquer.scenarios.standard
 

Methods in se.liu.ida.critiquer.scenarios.standard with parameters of type View
 void CorrectOrdering.viewUpdated(View v, Graphics2D g2)