picturedream.action
Class ControllerFileSave

java.lang.Object
  |
  +--picturedream.action.ControllerFileSave
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ControllerFileSave
extends java.lang.Object
implements java.awt.event.ActionListener

Title: PictureDream

Description:

Copyright: Copyright (c) 2003 MRoc

Organisation: MRoc Audiosolutions

Version:
1.0
Author:
MRoc mail@mroc.de

Field Summary
protected  javax.swing.JFileChooser fileChooserSave
           
protected  java.awt.Component ivParent
           
protected  IPicture ivPicture
           
 
Constructor Summary
ControllerFileSave(IPicture picture, java.awt.Component parent)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ivPicture

protected IPicture ivPicture

ivParent

protected java.awt.Component ivParent

fileChooserSave

protected javax.swing.JFileChooser fileChooserSave
Constructor Detail

ControllerFileSave

public ControllerFileSave(IPicture picture,
                          java.awt.Component parent)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener