org.formaria.editor.netbeans.project.pages
Class PreferredPageSizeAction

java.lang.Object
  extended by NodeAction
      extended by org.formaria.editor.netbeans.project.pages.PreferredPageSizeAction

public class PreferredPageSizeAction
extends NodeAction

An action to popup the preferred size dialog

Copyright (c) Formaria Ltd., 1998-2004

License: see license.txt


Field Summary
protected  EditorProject currentProject
          The owner project and the context in which this object operates.
 
Constructor Summary
PreferredPageSizeAction()
          Creates a new instance of PreferredPageSizeAction
 
Method Summary
 boolean enable(Node[] activeNodes)
           
 HelpCtx getHelpCtx()
           
 java.lang.String getName()
           
 void performAction(Node[] activatedNodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentProject

protected EditorProject currentProject
The owner project and the context in which this object operates.

Constructor Detail

PreferredPageSizeAction

public PreferredPageSizeAction()
Creates a new instance of PreferredPageSizeAction

Method Detail

getName

public java.lang.String getName()

performAction

public void performAction(Node[] activatedNodes)

enable

public boolean enable(Node[] activeNodes)

getHelpCtx

public HelpCtx getHelpCtx()