org.fusesource.web.console.client.camel
Class ExpressionWindow

java.lang.Object
  extended by org.fusesource.web.console.client.camel.ExpressionWindow

public class ExpressionWindow
extends java.lang.Object

PopupPanel that shows up when a user needs to add/edit an expression


Constructor Summary
ExpressionWindow(java.lang.String title, ExpressionNode expressionNode)
           
 
Method Summary
 void show(com.google.gwt.user.client.ui.Button btn)
           
static ExpressionWindow showWindow(com.google.gwt.user.client.ui.Button btn, java.lang.String title, ExpressionNode uriOwner)
           
static ExpressionWindow showWindow(com.google.gwt.user.client.ui.Button btn, java.lang.String title, ValidExpressionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionWindow

public ExpressionWindow(java.lang.String title,
                        ExpressionNode expressionNode)
Method Detail

showWindow

public static ExpressionWindow showWindow(com.google.gwt.user.client.ui.Button btn,
                                          java.lang.String title,
                                          ExpressionNode uriOwner)

showWindow

public static ExpressionWindow showWindow(com.google.gwt.user.client.ui.Button btn,
                                          java.lang.String title,
                                          ValidExpressionListener listener)

show

public void show(com.google.gwt.user.client.ui.Button btn)


Copyright © 2009 FuseSource. All Rights Reserved.