Log4j 0.9d

pl.psnc.expres.wfm.action.base
Class OpenFileAction

java.lang.Object
  extended by LocalizedAbstractAction
      extended by pl.psnc.expres.wfm.action.WfmAbstractAction
          extended by pl.psnc.expres.wfm.action.base.OpenFileAction
All Implemented Interfaces:
IActionGraphDecorator

public class OpenFileAction
extends WfmAbstractAction

OpenFileAction class - open file action

Author:
Dominik Stoklosa (~osa~)

Field Summary
 
Fields inherited from class pl.psnc.expres.wfm.action.WfmAbstractAction
mainFrame
 
Constructor Summary
OpenFileAction()
          Creates a new instance of Open Action.
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void updateFrameTitle(String name)
          Update the Main Frame Base top component title
 
Methods inherited from class pl.psnc.expres.wfm.action.WfmAbstractAction
getBundle, getCurrentGraph, getCurrentGraphLayoutCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenFileAction

public OpenFileAction()
Creates a new instance of Open Action. The open action is used to clone the existing nodes. The action is created with the default name, icons, mnemonic and accelerator key - these are taken from the resource bundle

Parameters:
source - the source swing component, which uses this action
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
See Also:
ActionListener.actionPerformed(ActionEvent)

updateFrameTitle

public void updateFrameTitle(String name)
Update the Main Frame Base top component title

Parameters:
modified -

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.