- de.jave.image - package de.jave.image
-
- de.jave.image.ant - package de.jave.image.ant
-
- de.jave.image.ant.test - package de.jave.image.ant.test
-
- de.jave.image.suite - package de.jave.image.suite
-
- de.jave.image.test - package de.jave.image.test
-
- de.jdemo - package de.jdemo
-
- de.jdemo.annotation - package de.jdemo.annotation
-
- de.jdemo.capture - package de.jdemo.capture
-
- de.jdemo.capture.anttasks - package de.jdemo.capture.anttasks
-
Ant tasks for capturing demo output.
- de.jdemo.capture.file - package de.jdemo.capture.file
-
Capture file demo output.
- de.jdemo.capture.gui - package de.jdemo.capture.gui
-
Capture gui demo output (screenshots).
- de.jdemo.capture.stream - package de.jdemo.capture.stream
-
deprecated classes for Capturing System.out/err streams.
- de.jdemo.capture.text - package de.jdemo.capture.text
-
Capture textual demo output.
- de.jdemo.extensions - package de.jdemo.extensions
-
Extensions to the basic JDemo framework.
- de.jdemo.extensions.util - package de.jdemo.extensions.util
-
- de.jdemo.framework - package de.jdemo.framework
-
Main framework package containing basic framework classes and interfaces.
- de.jdemo.framework.exceptions - package de.jdemo.framework.exceptions
-
- de.jdemo.framework.state - package de.jdemo.framework.state
-
- de.jdemo.framework.util - package de.jdemo.framework.util
-
- de.jdemo.junit - package de.jdemo.junit
-
- de.jdemo.runner - package de.jdemo.runner
-
Base classes and interfaces for demo runner implementations.
- de.jdemo.suite - package de.jdemo.suite
-
Test suits for the JDemo implementation.
- de.jdemo.util - package de.jdemo.util
-
- DEFAULT - Static variable in class de.jave.image.RescaleQualityHint
-
- DEFAULT_FIXED_WIDTH_FONT - Static variable in class de.jdemo.util.GuiUtilities
-
- DEFAULT_PROPORTIONAL_FONT - Static variable in class de.jdemo.util.GuiUtilities
-
- DEFAULT_TIMEOUT_MILLIS - Static variable in annotation type de.jdemo.annotation.Demo
-
- DefaultTextLauncher - Class in de.jdemo.framework
-
- DefaultTextLauncher() - Constructor for class de.jdemo.framework.DefaultTextLauncher
-
- Demo - Annotation Type in de.jdemo.annotation
-
- Demo2TestConverter - Class in de.jdemo.junit
-
Converts a demo (or demo suite) to a unit test.
- Demo2TestConverter() - Constructor for class de.jdemo.junit.Demo2TestConverter
-
- DEMO_METHOD_NAME_PREFIX - Static variable in class de.jdemo.framework.util.DemoUtilities
-
- DemoAnnotation - Class in de.jdemo.annotation
-
JDK <= 1.4 compatible representation of an annotation for a JDemo demo.
- DemoAnnotation(String, String[]) - Constructor for class de.jdemo.annotation.DemoAnnotation
-
- DemoAnnotationReader - Class in de.jdemo.annotation
-
- DemoAnnotationReader() - Constructor for class de.jdemo.annotation.DemoAnnotationReader
-
- DemoAsTestRunner - Class in de.jdemo.junit
-
- DemoAsTestRunner(Class<? extends IDemoCase>) - Constructor for class de.jdemo.junit.DemoAsTestRunner
-
- DemoCaptureException - Exception in de.jdemo.capture
-
- DemoCaptureException(String) - Constructor for exception de.jdemo.capture.DemoCaptureException
-
- DemoCaptureException(String, Throwable) - Constructor for exception de.jdemo.capture.DemoCaptureException
-
- DemoCase - Class in de.jdemo.framework
-
Abstract superclass for all text/file based demos or extensions.
- DemoCase() - Constructor for class de.jdemo.framework.DemoCase
-
No-arg constructor to enable serialization.
- DemoCase(String) - Constructor for class de.jdemo.framework.DemoCase
-
Constructs a demo case with the given name.
- DemoCaseRunnable - Class in de.jdemo.framework
-
- DemoCaseRunnable(AbstractDemoCase) - Constructor for class de.jdemo.framework.DemoCaseRunnable
-
- DemoCaseThreadGroup - Class in de.jdemo.framework
-
- DemoCaseThreadGroup(IDemoCaseRunnable) - Constructor for class de.jdemo.framework.DemoCaseThreadGroup
-
- DemoCaseUtilities - Class in de.jdemo.extensions.util
-
- DemoClassNotFoundException - Exception in de.jdemo.framework.exceptions
-
- DemoClassNotFoundException(String) - Constructor for exception de.jdemo.framework.exceptions.DemoClassNotFoundException
-
- demoCrashed(Throwable) - Method in class de.jdemo.framework.DemoCaseRunnable
-
- demoCrashed(Throwable) - Method in interface de.jdemo.framework.IDemoCaseRunnable
-
- demoError() - Method in class de.jdemo.framework.util.ErrorDemoCase
-
- DemoExecutionFailedError - Error in de.jdemo.framework.exceptions
-
- DemoExecutionFailedError(String) - Constructor for error de.jdemo.framework.exceptions.DemoExecutionFailedError
-
- DemoIdentifier - Class in de.jdemo.framework
-
- DemoIdentifier(String, String) - Constructor for class de.jdemo.framework.DemoIdentifier
-
Creates a new identifier for a democase from the class name and the method name.
- DemoIdentifier(String) - Constructor for class de.jdemo.framework.DemoIdentifier
-
Creates a new identifier for a democase from a textual description.
- DemoInitializationException - Exception in de.jdemo.framework.util
-
- DemoInitializationException(String, Throwable) - Constructor for exception de.jdemo.framework.util.DemoInitializationException
-
- DemoMethod - Class in de.jdemo.junit
-
- DemoMethod(Method, TestClass) - Constructor for class de.jdemo.junit.DemoMethod
-
- DemoMethodNotFoundException - Exception in de.jdemo.framework.exceptions
-
- DemoMethodNotFoundException(Class, String) - Constructor for exception de.jdemo.framework.exceptions.DemoMethodNotFoundException
-
- demoRunnerExited() - Method in interface de.jdemo.runner.IDemoRunnerExitListener
-
- DemoSourceCodeNotFoundException - Exception in de.jdemo.runner
-
- DemoSourceCodeNotFoundException() - Constructor for exception de.jdemo.runner.DemoSourceCodeNotFoundException
-
- DemoState - Enum in de.jdemo.framework.state
-
Typesafe enumeration for demo execution states.
- demoStateChanged(IDemoStateChangeEvent) - Method in class de.jdemo.framework.state.DumpingDemoStateChangeListener
-
- demoStateChanged(IDemoStateChangeEvent) - Method in interface de.jdemo.framework.state.IDemoStateChangeListener
-
- DemoSuite - Class in de.jdemo.framework
-
- DemoSuite() - Constructor for class de.jdemo.framework.DemoSuite
-
Constructs an empty DemoSuite.
- DemoSuite(Class, String) - Constructor for class de.jdemo.framework.DemoSuite
-
Constructs a DemoSuite from the given class with the given name.
- DemoSuite(Class) - Constructor for class de.jdemo.framework.DemoSuite
-
Constructs a DemoSuite from the given class.
- DemoSuite(String) - Constructor for class de.jdemo.framework.DemoSuite
-
Constructs an empty DemoSuite.
- DemoTestCase - Class in de.jdemo.junit
-
- DemoTestCase(IDemoCase, long) - Constructor for class de.jdemo.junit.DemoTestCase
-
- DemoUtilities - Class in de.jdemo.framework.util
-
- DemoUtilities() - Constructor for class de.jdemo.framework.util.DemoUtilities
-
- disposeDemoWindow() - Method in class de.jdemo.extensions.GuiDemoCase
-
- DumpingDemoStateChangeListener - Class in de.jdemo.framework.state
-
- DumpingDemoStateChangeListener(PrintStream) - Constructor for class de.jdemo.framework.state.DumpingDemoStateChangeListener
-
- ScreenCapture - Class in de.jdemo.capture.gui
-
- ScreenCapture() - Constructor for class de.jdemo.capture.gui.ScreenCapture
-
- set(PrintStream) - Method in class de.jdemo.capture.stream.SystemStreamType
-
Deprecated.
- setBackgroundColor(String) - Method in class de.jave.image.ant.ImageCompositionTask
-
- setConfiguredLookAndFeelClassName(String) - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the configured LookAndFeel class name, that shall be used when showing Swing components.
- setCrossPlatformLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setDemoId(String) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
- setDir(File) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
The directory to invoke the VM in.
- setFile(File) - Method in class de.jave.image.ant.PositionedImageFile
-
- setFileLauncher(IFileLauncher) - Method in class de.jdemo.framework.DemoCase
-
Sets the launcher to show files with.
- setFork(boolean) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
If true, JVM should be forked for each test.
- setFrameIcon(Icon) - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the icon that will be used for the frame when showing this democase.
- setFrameIconImage(Image) - Method in class de.jdemo.extensions.AwtDemoCase
-
Sets the image that will be used for the frame icon when showing this demo.
- setFrameTitle(String) - Method in class de.jdemo.extensions.AwtDemoCase
-
Sets the title for the frame being created by this demo case.
- setGtkLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setHeight(String) - Method in class de.jave.image.ant.RescaleOptions
-
- setImageFormat(String) - Method in class de.jave.image.ant.ImageCompositionTask
-
- setImageFormat(String) - Method in class de.jave.image.ant.ImageProcessingTask
-
- setImageFormat(String) - Method in class de.jdemo.capture.anttasks.GuiDemoCaptureTask
-
- setIncludeantruntime(boolean) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
If true, include ant.jar, optional.jar and junit.jar in the forked VM.
- setIncludeTitle(boolean) - Method in class de.jdemo.capture.anttasks.GuiDemoCaptureTask
-
- setJvm(String) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
The command used to invoke the Java Virtual Machine, default is 'java'.
- setLookAndFeel(String) - Method in class de.jdemo.extensions.SwingDemoCase
-
- setLookAndFeelClassName(String) - Method in class de.jdemo.capture.anttasks.GuiDemoCaptureTask
-
- setMacLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setMaxmemory(String) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
Set the maximum memory to be used by all forked JVMs.
- setMotifLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setName(String) - Method in class de.jdemo.framework.AbstractDemoCase
-
Sets the name of this DemoCase
- setName(String) - Method in class de.jdemo.framework.DemoSuite
-
Sets the name of the suite.
- setName(String) - Method in interface de.jdemo.framework.IDemo
-
- setNativeLookAndFeel() - Static method in class de.jdemo.util.GuiUtilities
-
- setNewenvironment(boolean) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
If true, use a new environment when forked.
- setOutputFile(File) - Method in class de.jave.image.ant.ImageCompositionTask
-
- setOutputFile(File) - Method in class de.jave.image.ant.ImageProcessingTask
-
- setOutputFile(File) - Method in class de.jdemo.capture.anttasks.AbstractDemoCaptureTask
-
- setPreferredLookAndFeel(String) - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the one represented by the given
LookAndFeel class name.
- setPreferredLookAndFeelCrossPlatform() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the Java Cross Platform LookAndFeel.
- setPreferredLookAndFeelGtk() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the Gtk LookAndFeel
(com.sun.java.swing.plaf.gtk.GTKLookAndFeel
).
- setPreferredLookAndFeelMac() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the Mac LookAndFeel
(com.sun.java.swing.plaf.mac.MacLookAndFeel
).
- setPreferredLookAndFeelMotif() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the Motif LookAndFeel
(com.sun.java.swing.plaf.motif.MotifLookAndFeel
).
- setPreferredLookAndFeelSystem() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the system's native LookAndFeel.
- setPreferredLookAndFeelWindows() - Method in class de.jdemo.extensions.SwingDemoCase
-
Sets the preferred LookAndFeel for this demo to the Windows LookAndFeel
(com.sun.java.swing.plaf.windows.WindowsLookAndFeel
).
- setPrintStream(PrintStream) - Method in class de.jdemo.capture.stream.SystemStreamType
-
Deprecated.
- setQualityHint(String) - Method in class de.jave.image.ant.RescaleOptions
-
- setRegisteredDemoWindowOpened(boolean) - Method in class de.jdemo.extensions.GuiDemoCase
-
- setRunnable(IDemoCaseRunnable) - Method in class de.jdemo.framework.AbstractDemoCase
-
- setRunThread(Thread) - Method in class de.jdemo.framework.DemoCaseRunnable
-
- setSrcFile(File) - Method in class de.jave.image.ant.ImageProcessingTask
-
- setState(DemoState) - Method in class de.jdemo.framework.DemoCaseRunnable
-
- setSystemLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setSystemStream(String) - Method in class de.jdemo.capture.anttasks.StreamDemoCaptureTask
-
Deprecated.
- setTextLauncher(ITextLauncher) - Method in class de.jdemo.framework.DemoCase
-
Sets the launcher to show texts with.
- setUp() - Method in class de.jdemo.framework.AbstractDemoCase
-
Sets up the fixture, for example, open a network connection.
- setValue(boolean) - Method in class de.jdemo.util.BooleanHolder
-
- setWidth(String) - Method in class de.jave.image.ant.RescaleOptions
-
- setWindowsLookAndFeel() - Method in class de.jdemo.extensions.SwingDemoCase
-
- setX(int) - Method in class de.jave.image.ant.PositionedImageFile
-
- setY(int) - Method in class de.jave.image.ant.PositionedImageFile
-
- show(Component) - Method in class de.jdemo.extensions.AwtDemoCase
-
Convenience method for showing any kind of Component
object.
- show(Component[], LayoutManager) - Method in class de.jdemo.extensions.AwtDemoCase
-
Convenience method for showing an array of Component
objects.
- show(Window) - Method in class de.jdemo.extensions.AwtDemoCase
-
Convenience method for showing any kind of Window
object.
- show(CharSequence) - Method in class de.jdemo.extensions.AwtDemoCase
-
Shows the given text in a TextArea using a fixed width font.
- show(JComponent) - Method in class de.jdemo.extensions.SwingDemoCase
-
Convenience method for showing any kind of JComponent
object.
- show(JPopupMenu) - Method in class de.jdemo.extensions.SwingDemoCase
-
- show(Image) - Method in class de.jdemo.extensions.SwingDemoCase
-
Convenience method for showing a Image
object.
- show(Image[], LayoutManager) - Method in class de.jdemo.extensions.SwingDemoCase
-
Convenience method for showing an array of Image
objects.
- show(Icon) - Method in class de.jdemo.extensions.SwingDemoCase
-
Convenience method for showing a Icon
object.
- show(Icon[], LayoutManager) - Method in class de.jdemo.extensions.SwingDemoCase
-
Convenience method for showing an array of Icon
objects.
- show(CharSequence) - Method in class de.jdemo.extensions.SwingDemoCase
-
Shows the given text in a JTextPane using a fixed width font.
- show(File) - Method in class de.jdemo.framework.DemoCase
-
Tries to open the given file by passing it to the operating system.
- show(CharSequence) - Method in class de.jdemo.framework.DemoCase
-
Shows the given text by using the demos text launcher.
- showAsIs(Window) - Method in class de.jdemo.extensions.AwtDemoCase
-
Shows the given Window
object without modifying its size or position.
- showCalled() - Method in class de.jdemo.framework.DemoCaseRunnable
-
- showCalled() - Method in interface de.jdemo.framework.IDemoCaseRunnable
-
Notifies this runnable that a show method was called.
- showProportional(CharSequence) - Method in class de.jdemo.extensions.AwtDemoCase
-
Shows the given text in a TextArea using a proportional font.
- showProportional(CharSequence) - Method in class de.jdemo.extensions.SwingDemoCase
-
Shows the given text in a TextArea using a proportional font.
- SMOOTH - Static variable in class de.jave.image.RescaleQualityHint
-
- StreamCaptureRunner - Class in de.jdemo.capture.anttasks
-
Deprecated.
As of Jul 22, 2004 (Markus Gebhard)
- StreamCaptureRunner(DemoIdentifier, ClassLoader, File, SystemStreamType) - Constructor for class de.jdemo.capture.anttasks.StreamCaptureRunner
-
Deprecated.
- StreamDemoCaptureTask - Class in de.jdemo.capture.anttasks
-
Deprecated.
As of Jul 22, 2004 (Markus Gebhard) Capturing system streams is no longer supported.
Use TextDemoCaptureTask
instead.
- StreamDemoCaptureTask() - Constructor for class de.jdemo.capture.anttasks.StreamDemoCaptureTask
-
Deprecated.
- StringBufferOutputStream - Class in de.jdemo.capture.stream
-
- StringBufferOutputStream() - Constructor for class de.jdemo.capture.stream.StringBufferOutputStream
-
- StringBufferOutputStream(StringBuffer) - Constructor for class de.jdemo.capture.stream.StringBufferOutputStream
-
- SUCCESS - Static variable in class de.jdemo.capture.anttasks.AbstractDemoAntRunner
-
- suite() - Static method in class de.jave.image.ant.test.AllTests
-
- suite() - Static method in class de.jave.image.suite.AllImageProcessingTests
-
- suite() - Static method in class de.jave.image.test.AllTests
-
- suite() - Static method in class de.jdemo.suite.AllJDemoTests
-
- SUITE_METHOD_NAME - Static variable in class de.jdemo.framework.util.DemoUtilities
-
- SwingDemoCase - Class in de.jdemo.extensions
-
Abstract superclass for all demos demonstrating Swing (JFC) components.
- SwingDemoCase() - Constructor for class de.jdemo.extensions.SwingDemoCase
-
- SwingDemoCase(String) - Constructor for class de.jdemo.extensions.SwingDemoCase
-
- SwingTextPanel - Class in de.jdemo.extensions
-
- SwingTextPanel(CharSequence) - Constructor for class de.jdemo.extensions.SwingTextPanel
-
- SwingTextPanel(CharSequence, Font) - Constructor for class de.jdemo.extensions.SwingTextPanel
-
- SwtDemoCase - Class in de.jdemo.extensions
-
Abstract superclass for all demos demonstrating SWT components.
- SwtDemoCase() - Constructor for class de.jdemo.extensions.SwtDemoCase
-
- SwtDemoCaseRunnable - Class in de.jdemo.extensions
-
- SwtDemoCaseRunnable(SwtDemoCase) - Constructor for class de.jdemo.extensions.SwtDemoCaseRunnable
-
- SystemStreamCapture - Class in de.jdemo.capture.stream
-
Deprecated.
As of Jul 22, 2004 (Markus Gebhard) System stream capture is no longer supported
- SystemStreamCapture() - Constructor for class de.jdemo.capture.stream.SystemStreamCapture
-
Deprecated.
- SystemStreamType - Class in de.jdemo.capture.stream
-
Deprecated.
As of Jul 22, 2004 (Markus Gebhard) System stream capture is no longer supported
- SystemStreamType() - Constructor for class de.jdemo.capture.stream.SystemStreamType
-
Deprecated.