Uses of Interface
com.sun.electric.database.change.DatabaseChangeListener

Packages that use DatabaseChangeListener
com.sun.electric.plugins.j3d   
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.ui   
 

Uses of DatabaseChangeListener in com.sun.electric.plugins.j3d
 

Classes in com.sun.electric.plugins.j3d that implement DatabaseChangeListener
 class View3DWindow
          This class deals with 3D View using Java3D
 

Uses of DatabaseChangeListener in com.sun.electric.tool.user
 

Classes in com.sun.electric.tool.user that implement DatabaseChangeListener
 class Highlighter
          Class for per-window highlighting information.
 

Methods in com.sun.electric.tool.user with parameters of type DatabaseChangeListener
static void UserInterfaceMain.addDatabaseChangeListener(DatabaseChangeListener l)
          Add a DatabaseChangeListener.
static void UserInterfaceMain.removeDatabaseChangeListener(DatabaseChangeListener l)
          Remove a DatabaseChangeListener.
 

Uses of DatabaseChangeListener in com.sun.electric.tool.user.dialogs
 

Classes in com.sun.electric.tool.user.dialogs that implement DatabaseChangeListener
 class Array
          Class to handle the "Array" dialog.
 class Attributes
          Class to handle the "Attributes" dialog.
 class AttributesTable
          Class to define the Attributes panel in other dialogs.
 class CellBrowser
          Class to browse the list of cells and do specific things to them (delete, rename).
 class GetInfoArc
          Class to handle the "Arc Get-Info" dialog.
 class GetInfoExport
          Class to handle the "Export Get-Info" dialog.
 class GetInfoMulti
          Class to handle the "Multi-object Get Info" dialog.
 class GetInfoNode
          Class to handle the "Node Properties" dialog.
 class GetInfoOutline
          Class to handle the "GetInfoOutline" dialog.
 class GetInfoText
          Class to handle the Text "Properties" dialog.
 class SelectObject
          Class to handle the "Select Object" dialog.
 

Uses of DatabaseChangeListener in com.sun.electric.tool.user.ui
 

Classes in com.sun.electric.tool.user.ui that implement DatabaseChangeListener
 class EditWindow
          This class defines an editing window for displaying circuitry.
static class ErrorLoggerTree.ErrorLoggerTreeNode
           
 class LibraryPalette
          This JPanel is a palette of library cells that can be placed in the PaletteFrame.
 class StatusBar
          This class manages the Electric status bar at the bottom of the edit window.