Uses of Interface
com.sas.util.ThreadedCommand

Packages that use ThreadedCommand
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of ThreadedCommand in com.sas.swing.visuals
 

Methods in com.sas.swing.visuals with parameters of type ThreadedCommand
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr)
           
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr, boolean allowCancel)
           
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr, boolean allowCancel, java.awt.Dimension defaultDimension)
           
 

Uses of ThreadedCommand in com.sas.util
 

Subinterfaces of ThreadedCommand in com.sas.util
 interface TimedCommandInterface
          An interface for a command which can execute under a timeout constraint.
 

Classes in com.sas.util that implement ThreadedCommand
 class TimedCommand
          TimedCommand executes a command, with a timeout.
 

Uses of ThreadedCommand in com.sas.visuals
 

Methods in com.sas.visuals with parameters of type ThreadedCommand
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr)
           
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr, boolean allowCancel)
           
static void CommandProgress.executeAsynchronously(ThreadedCommand command, java.lang.Object commandArg, java.lang.String dialogTitle, java.lang.String progressMessage, java.lang.Object owner, java.awt.Component ctr, boolean allowCancel, java.awt.Dimension defaultDimension)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.