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
RemoteFileSelectorDialog
public RemoteFileSelectorDialog(java.awt.Frame parent,
java.lang.String titleOfDialog,
boolean modal,
int typeOfDialog,
BaseRemoteFileSelectorPanel selectorPanel)
- Parameters:
parent
- titleOfDialog
- modal
- typeOfDialog
- selectorPanel
-
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.