| Modifier and Type | Method and Description |
|---|---|
AclfSwingBus |
IAclfBusAdaptation.toSwingBus()
convert (adapt) the bus object to a swing bus adapter object
|
| Modifier and Type | Method and Description |
|---|---|
AclfSwingBus |
AclfObjAdapterFactory.createAclfSwingBus()
Returns a new object of class 'Aclf Swing Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclfSwingBusImpl
An implementation of the model object 'Swing Bus Adapter'.
|
| Modifier and Type | Method and Description |
|---|---|
AclfSwingBus |
AclfObjAdapterFactoryImpl.createAclfSwingBus() |
| Modifier and Type | Method and Description |
|---|---|
T |
AclfObjAdapterSwitch.caseAclfSwingBus(AclfSwingBus object)
Returns the result of interpreting the object as an instance of 'Aclf Swing Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
AclfSwingBus |
BaseAclfBusImpl.toSwingBus() |
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<BaseAclfBus<?,?>,AclfSwingBus> |
AclfFunction.swingBusAptr
Swing bus adapter function SwingBusAdapter = f(AclfBus)
|