Modifier and Type | Interface and Description |
---|---|
interface |
PersistentController
Controller, that is able to persist it's customized state.
|
Modifier and Type | Method and Description |
---|---|
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() . |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.