|
org.netbeans.spi.debugger.ui/1 2.27.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |