Class ExpressionNodeManager

java.lang.Object
org.eclnt.editor.tools.ExpressionNodeManager
All Implemented Interfaces:
IToolUI

public abstract class ExpressionNodeManager extends Object implements IToolUI
Class to be overridden when implementing the logic part of the Expression Explorer tool. Pay attention: this class is loaded in the classloader that the layout editor builds up per project. You may not have access to all your environment in the same way as if running within your web application!
  • Field Details

  • Constructor Details

    • ExpressionNodeManager

      public ExpressionNodeManager()
      The Layout Editor expects an empty, public constructor.
  • Method Details