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