| java.lang.Object javax.swing.AbstractAction com.xoetrope.editor.netbeans.actions.CodeFragmentAction
CodeFragmentAction | public class CodeFragmentAction extends AbstractAction implements XAttributeEvaluator(Code) | | The action for the code fragments option
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.8 $
|
evaluateAttribute | public Object evaluateAttribute(Object instance, String attributeValue)(Code) | | Get the value of an attribute.
Parameters: page - the page being loaded Parameters: attributeValue - the raw value of the attribute the evaluated value of the attribute |
getMethodReference | public XMethodReference getMethodReference(String attributeValue)(Code) | | Get the method reference for the methods named in the attribute
Parameters: attributeValue - the method name the method reference or null if the referenced/named method cannot be found |
getMethodReference | public XMethodReference getMethodReference(Object instance, String attributeValue)(Code) | | Get the value of an attribute by evaluating a method reference
Parameters: page - the current page Parameters: attributeValue - the method name the method reference or null if the referenced/named method cannot be found |
getResult | public Object getResult()(Code) | | Explicitly get the result of an evaluation. This method may be used
by an exception handler to determine the result and set a sensible
value in case of an exception
the current/intermediate result value |
setCurrentProject | public void setCurrentProject(XProject project)(Code) | | Set the current project and complete any initialization that depends on the
project reference/instance.
Parameters: project - the current or owning project |
setExceptionHandler | public void setExceptionHandler(XExceptionHandler eh)(Code) | | Set an exception handler for processing exceptions
Parameters: eh - the exception handler |
setResult | public void setResult(Object value)(Code) | | Explicitly set the result of an evaluation. This method may be used
by an exception handler to override the result and set a sensible
value in case of an exception
Parameters: the - new result value |
|
|