Uses of Class
de.jdemo.framework.DemoIdentifier

Packages that use DemoIdentifier
de.jdemo.annotation   
de.jdemo.capture.anttasks Ant tasks for capturing demo output. 
de.jdemo.capture.file Capture file demo output. 
de.jdemo.capture.gui Capture gui demo output (screenshots). 
de.jdemo.capture.stream deprecated classes for Capturing System.out/err streams. 
de.jdemo.capture.text Capture textual demo output. 
de.jdemo.framework Main framework package containing basic framework classes and interfaces. 
de.jdemo.framework.exceptions   
de.jdemo.framework.util   
de.jdemo.runner Base classes and interfaces for demo runner implementations. 
 

Uses of DemoIdentifier in de.jdemo.annotation
 

Methods in de.jdemo.annotation with parameters of type DemoIdentifier
 DemoAnnotation IDemoAnnotationReader.getAnnotation(DemoIdentifier demoId)
           
 DemoAnnotation DemoAnnotationReader.getAnnotation(DemoIdentifier identifier)
           
 

Uses of DemoIdentifier in de.jdemo.capture.anttasks
 

Methods in de.jdemo.capture.anttasks that return DemoIdentifier
protected  DemoIdentifier AbstractDemoAntRunner.getDemoIdentifier()
           
 

Methods in de.jdemo.capture.anttasks with parameters of type DemoIdentifier
protected  AbstractDemoAntRunner TextDemoCaptureTask.createDemoAntRunner(DemoIdentifier demo, org.apache.tools.ant.AntClassLoader cl)
           
protected  AbstractDemoAntRunner StreamDemoCaptureTask.createDemoAntRunner(DemoIdentifier demo, org.apache.tools.ant.AntClassLoader cl)
          Deprecated.  
protected  AbstractDemoAntRunner GuiDemoCaptureTask.createDemoAntRunner(DemoIdentifier demo, org.apache.tools.ant.AntClassLoader cl)
           
protected  AbstractDemoAntRunner FileDemoCaptureTask.createDemoAntRunner(DemoIdentifier demo, org.apache.tools.ant.AntClassLoader cl)
           
protected abstract  AbstractDemoAntRunner AbstractDemoCaptureTask.createDemoAntRunner(DemoIdentifier demo, org.apache.tools.ant.AntClassLoader cl)
           
protected  void StreamDemoCaptureTask.execute(DemoIdentifier demoId)
          Deprecated.  
protected  void AbstractDemoCaptureTask.execute(DemoIdentifier demoId)
          Run the tests.
 

Constructors in de.jdemo.capture.anttasks with parameters of type DemoIdentifier
AbstractDemoAntRunner(DemoIdentifier demoId, java.lang.ClassLoader classLoader)
           
FileDemoCaptureRunner(DemoIdentifier demo, java.lang.ClassLoader classLoader, java.io.File outputFile)
           
GuiCaptureRunner(DemoIdentifier demo, java.lang.ClassLoader classLoader, java.io.File outputFile, java.lang.String imageFormat, boolean isIncludeTitle, java.lang.String lookAndFeelClassName)
           
StreamCaptureRunner(DemoIdentifier demo, java.lang.ClassLoader classLoader, java.io.File outputFile, SystemStreamType stream)
          Deprecated.  
TextDemoCaptureRunner(DemoIdentifier demo, java.lang.ClassLoader classLoader, java.io.File outputFile)
           
 

Uses of DemoIdentifier in de.jdemo.capture.file
 

Methods in de.jdemo.capture.file with parameters of type DemoIdentifier
static void FileDemoCapture.captureFile(DemoIdentifier demoId, java.io.File outputFile)
           
 

Uses of DemoIdentifier in de.jdemo.capture.gui
 

Methods in de.jdemo.capture.gui with parameters of type DemoIdentifier
 java.awt.image.BufferedImage GuiDemoCapture.capture(DemoIdentifier demoId, boolean includeFrameTitle)
           
 void GuiDemoCapture.capture(DemoIdentifier demoId, boolean includeFrameTitle, java.lang.String imageFormat, java.io.File file)
           
 

Uses of DemoIdentifier in de.jdemo.capture.stream
 

Methods in de.jdemo.capture.stream with parameters of type DemoIdentifier
static void SystemStreamCapture.recordSystemStream(DemoIdentifier demoId, java.io.Writer writer, SystemStreamType type)
          Deprecated.  
static java.lang.String SystemStreamCapture.recordSystemStreamToString(DemoIdentifier demoId, SystemStreamType type)
          Deprecated.  
 

Uses of DemoIdentifier in de.jdemo.capture.text
 

Methods in de.jdemo.capture.text with parameters of type DemoIdentifier
static void TextDemoCapture.captureText(DemoIdentifier demoId, java.io.Writer writer)
           
 

Uses of DemoIdentifier in de.jdemo.framework
 

Methods in de.jdemo.framework that return DemoIdentifier
 DemoIdentifier IDemoCase.getIdentifier()
           
 DemoIdentifier AbstractDemoCase.getIdentifier()
           
 

Uses of DemoIdentifier in de.jdemo.framework.exceptions
 

Constructors in de.jdemo.framework.exceptions with parameters of type DemoIdentifier
IllegalDemoImplementationException(DemoIdentifier identifier, java.lang.String message)
           
 

Uses of DemoIdentifier in de.jdemo.framework.util
 

Methods in de.jdemo.framework.util with parameters of type DemoIdentifier
static IDemoCase DemoUtilities.createDemo(DemoIdentifier demoId)
           
 

Uses of DemoIdentifier in de.jdemo.runner
 

Methods in de.jdemo.runner that return DemoIdentifier
 DemoIdentifier IDemoIdentifierSelectionProvider.getSelectedDemoIdentifier()
           
 



JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.