com.sun.electric.tool.user.dialogs
Class SpecialProperties

java.lang.Object
  extended by com.sun.electric.tool.user.dialogs.SpecialProperties

public class SpecialProperties
extends java.lang.Object

Class to handle special dialogs for specific nodes.


Constructor Summary
SpecialProperties()
           
 
Method Summary
static int doubleClickOnNode(EditWindow wnd, NodeInst ni)
          Method to handle special dialogs that are associated with double-clicking on a node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecialProperties

public SpecialProperties()
Method Detail

doubleClickOnNode

public static int doubleClickOnNode(EditWindow wnd,
                                    NodeInst ni)
Method to handle special dialogs that are associated with double-clicking on a node.

Parameters:
wnd - the EditWindow in which the click occurred.
ni - the NodeInst that was double-clicked.
Returns:
1 if the double-click has been handled. 0 if text edit in-place should be done. -1 indicates that a general "node properties" dialog should be shown.