Uses of Class
com.sun.electric.tool.user.dialogs.GetInfoText.EditInPlaceListener

Packages that use GetInfoText.EditInPlaceListener
com.sun.electric.tool.user.ui   
 

Uses of GetInfoText.EditInPlaceListener in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return GetInfoText.EditInPlaceListener
 GetInfoText.EditInPlaceListener EditWindow.getInPlaceTextObject()
          Method to return the current "in-place" text editing object on this EditWindow.
 

Methods in com.sun.electric.tool.user.ui with parameters of type GetInfoText.EditInPlaceListener
 void EditWindow.addInPlaceTextObject(GetInfoText.EditInPlaceListener tl)
          Method to store a new "in-place" text editing object on this EditWindow.
 void EditWindow.removeInPlaceTextObject(GetInfoText.EditInPlaceListener tl)
          Method to remove a "in-place" text editing object from this EditWindow.