Modifier and Type | Method and Description |
---|---|
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() . |
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.