org.netbeans.spi.debugger.ui/1 2.27.1

Uses of Interface
org.netbeans.spi.debugger.ui.Controller

Uses of Controller in org.netbeans.spi.debugger.ui
 

Methods in org.netbeans.spi.debugger.ui that return Controller
 Controller AttachType.getController()
          Return the implementation of Controller interface.
It's not desired to implement the Controller interface by JComponent returned from AttachType.getCustomizer() method, because of the clash of isValid() method with Component.isValid().
 Controller BreakpointType.getController()
          Return the implementation of Controller interface.
It's not desired to implement the Controller interface by JComponent returned from BreakpointType.getCustomizer() method, because of the clash of isValid() method with Component.isValid().
 


org.netbeans.spi.debugger.ui/1 2.27.1

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.