Uses of Class
com.bc.ceres.swing.update.ConnectionConfigData
-
Packages that use ConnectionConfigData Package Description com.bc.ceres.swing.update Provides a complete Ceres Module Manager UI to Swing applications. -
-
Uses of ConnectionConfigData in com.bc.ceres.swing.update
Methods in com.bc.ceres.swing.update that return ConnectionConfigData Modifier and Type Method Description ConnectionConfigData
ConnectionConfigPane. getConfigData()
Methods in com.bc.ceres.swing.update with parameters of type ConnectionConfigData Modifier and Type Method Description void
ConnectionConfigPane. setConfigData(ConnectionConfigData connectionConfigData)
void
ConnectionConfigPane. transferConfigDataToUi(ConnectionConfigData connectionConfigData)
void
ConnectionConfigPane. transferUiToConfigData(ConnectionConfigData connectionConfigData)
Constructors in com.bc.ceres.swing.update with parameters of type ConnectionConfigData Constructor Description ConnectionConfigPane(ConnectionConfigData connectionConfigData)
-