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 ConnectionConfigDataConnectionConfigPane. getConfigData()Methods in com.bc.ceres.swing.update with parameters of type ConnectionConfigData Modifier and Type Method Description voidConnectionConfigPane. setConfigData(ConnectionConfigData connectionConfigData)voidConnectionConfigPane. transferConfigDataToUi(ConnectionConfigData connectionConfigData)voidConnectionConfigPane. transferUiToConfigData(ConnectionConfigData connectionConfigData)Constructors in com.bc.ceres.swing.update with parameters of type ConnectionConfigData Constructor Description ConnectionConfigPane(ConnectionConfigData connectionConfigData)
-