com.sas.swing.visuals.remotefileselector
Class RemoteFileSelectorDialog

com.sas.swing.visuals.remotefileselector.RemoteFileSelectorDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants

public class RemoteFileSelectorDialog
implements java.awt.event.ActionListener

RemoteFileSelectorDialog provides the base dialog class that is used to display the Remote File Selector.

Since:
3.0
See Also:
Serialized Form

Constructor Summary
RemoteFileSelectorDialog(java.awt.Frame parent, java.lang.String titleOfDialog, boolean modal, int typeOfDialog, BaseRemoteFileSelectorPanel selectorPanel)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Listens for the action and cancel button actions.
 

Constructor Detail

RemoteFileSelectorDialog

public RemoteFileSelectorDialog(java.awt.Frame parent,
                                java.lang.String titleOfDialog,
                                boolean modal,
                                int typeOfDialog,
                                BaseRemoteFileSelectorPanel selectorPanel)
Parameters:
parent -
titleOfDialog -
modal -
typeOfDialog -
selectorPanel -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Listens for the action and cancel button actions.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the ActionEvent



Copyright © 2009 SAS Institute Inc. All Rights Reserved.