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 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().
 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().
 


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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.