Uses of Class
io.github.tonywasher.joceanus.oceanus.base.OceanusException
Packages that use OceanusException
Package
Description
Experimental Data Package.
Simple help manager class.
HTTP Client services.
Parsers.
Preference Set Manager.
Report Baseline.
Launch classes.
Java Metis User Interface.
Java Viewer.
Launch details.
Quicken definitions for jMoneyWise.
UK Tax details.
Java DataConversion Utilities.
Class providing utilities to simplify resource bundle usage.
Data definitions.
Handles mapping to/from database.
Preference Set definitions.
Security Lock Manager.
Service definition for SpreadSheet PlugIns.
Prometheus sheets is a package that simply maps data-types to and from backup spreadsheets.
Package containing utility threads to handle background tasks.
Main window package.
Prometheus FieldSet.
Prometheus FieldSet Panel.
Validation classes.
Provides top-level control of data.
Control API.
UI Factory API.
Tethys Table Manager API.
Thread API.
Core Base Implementation.
Core Controls.
Tethys Core Table Manager.
Thread core classes.
Launch definitions.
-
Uses of OceanusException in io.github.tonywasher.joceanus.metis.field
Methods in io.github.tonywasher.joceanus.metis.field that throw OceanusExceptionModifier and TypeMethodDescriptionprotected voidMetisFieldVersionValues.checkValueType(MetisFieldItem.MetisFieldDef pField, Object pValue) Check the value.voidMetisFieldItem.MetisFieldVersionedDef.setFieldValue(Object pObject, Object pValue) Set the value of a field.voidMetisFieldVersioned.setFieldValue(Object pObject, Object pValue) voidMetisFieldVersionValues.setValue(MetisDataItem.MetisDataFieldId pFieldId, Object pValue) Set the value.voidMetisFieldVersionValues.setValue(MetisFieldItem.MetisFieldDef pField, Object pValue) Set the value. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.help
Methods in io.github.tonywasher.joceanus.metis.help that throw OceanusExceptionModifier and TypeMethodDescriptionprotected <K extends Enum<K> & TethysUIHTMLManager.TethysUIStyleSheetId>
voidMetisHelpModule.loadCSS(K pKey) Load CSS.protected voidMetisHelpModule.loadHelpPages()Load Help entries from the file system.voidMetisHelpWindow.setModule(MetisHelpModule pModule) Set the help module. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.http
Methods in io.github.tonywasher.joceanus.metis.http that throw OceanusExceptionModifier and TypeMethodDescriptionprotected org.json.JSONArrayMetisHTTPDataClient.getAbsoluteJSONArray(String pURL) Obtain query results from explicit object as JSON array.protected org.json.JSONObjectMetisHTTPDataClient.getAbsoluteJSONObject(String pURL) Obtain query results from explicit object as JSON object.protected org.json.JSONArrayMetisHTTPDataClient.getJSONArray(String pHeader) Obtain query results as JSON array.protected org.json.JSONObjectMetisHTTPDataClient.getJSONObject(String pHeader) Obtain query results as JSON object.MetisHTTPYQLClient.obtainExchangeRate(Currency pFrom, Currency pTo) Obtain exchange rate for currency pair.MetisHTTPYQLClient.obtainExchangeRates(Currency pFrom, List<Currency> pToList) Obtain exchange rate for currency pairs.MetisHTTPYQLClient.obtainSecurityPrice(String pSymbol, Currency pCurrency) Obtain price for individual security.MetisHTTPYQLClient.obtainSecurityPrices(List<String> pSymbols, Currency pCurrency) Obtain price for individual security.protected org.json.JSONObjectMetisHTTPDataClient.postRequest(String pHeader, org.json.JSONObject pRequest) Post a request.protected org.json.JSONArrayMetisHTTPDataClient.queryJSONArray(String pQuery) Obtain query results as JSON array.protected org.json.JSONArrayMetisHTTPDataClient.queryJSONArrayWithHeader(String pHeader, String pQuery) Obtain query results as JSON array.protected org.json.JSONArrayMetisHTTPDataClient.queryJSONArrayWithHeaderAndTrailer(String pHeader, String pQuery, String pTrailer) Obtain query results as JSON array.protected org.json.JSONArrayMetisHTTPDataClient.queryJSONArrayWithTrailer(String pQuery, String pTrailer) Obtain query results as JSON array.protected org.json.JSONObjectMetisHTTPDataClient.queryJSONObject(String pQuery) Obtain query results as JSON object.protected org.json.JSONObjectMetisHTTPDataClient.queryJSONObjectWithHeader(String pHeader, String pQuery) Obtain query results as JSON object.protected org.json.JSONObjectMetisHTTPDataClient.queryJSONObjectWithHeaderAndTrailer(String pHeader, String pQuery, String pTrailer) Obtain query results as JSON object.protected org.json.JSONObjectMetisHTTPDataClient.queryJSONObjectWithTrailer(String pQuery, String pTrailer) Obtain query results as JSON object. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.parser
Methods in io.github.tonywasher.joceanus.metis.parser that throw OceanusExceptionModifier and TypeMethodDescriptionprotected voidMetisCSVParser.checkHeaders(List<String> pFields) Check Headers.Parse a date value.MetisCSVParser.parseDecimal(String pInput) Parse a decimal value.voidParse file.MetisCSVParser.parseMoney(String pInput) Parse a money.Parse a rate.protected abstract voidMetisCSVParser.processFields(List<String> pFields) Process the fields. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.preference
Methods in io.github.tonywasher.joceanus.metis.preference that throw OceanusExceptionModifier and TypeMethodDescriptionprotected abstract voidMetisPreferenceSet.definePreferences()Hook to enable preferenceSets to define their preferences.final voidMetisPreferenceSet.storeChanges()Store preference changes.protected abstract voidMetisPreferenceSet.MetisPreferenceItem.storeThePreference(Object pNewValue) Store the value of the preference.Constructors in io.github.tonywasher.joceanus.metis.preference that throw OceanusExceptionModifierConstructorDescriptionMetisPreferenceManager(MetisViewerManager pViewer) Constructor.protectedMetisPreferenceSet(MetisPreferenceManager pManager, OceanusBundleId pId) Constructor.protectedMetisPreferenceSet(MetisPreferenceManager pManager, String pName) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.report
Methods in io.github.tonywasher.joceanus.metis.report that throw OceanusExceptionModifier and TypeMethodDescriptionMetisReportManager.formatXML()Format XML.protected StringMetisReportManager.hideSection(String pId) Hide section.(package private) StringMetisReportManager.restoreSection(String pId) Restore section.Constructors in io.github.tonywasher.joceanus.metis.report that throw OceanusExceptionModifierConstructorDescriptionMetisReportHTMLBuilder(OceanusDataFormatter pFormatter) Constructor.MetisReportManager(MetisReportHTMLBuilder pBuilder) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.toolkit
Methods in io.github.tonywasher.joceanus.metis.toolkit that throw OceanusExceptionModifier and TypeMethodDescriptionvoidMetisSafeFileManager.commitFile()Commit file.MetisToolkit.newViewerWindow()Create a Viewer Window.Constructors in io.github.tonywasher.joceanus.metis.toolkit that throw OceanusExceptionModifierConstructorDescriptionMetisToolkit(TethysUIFactory<?> pFactory) Constructor.MetisToolkit(TethysUIFactory<?> pFactory, boolean pPreference) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.ui
Methods in io.github.tonywasher.joceanus.metis.ui with parameters of type OceanusExceptionModifier and TypeMethodDescriptionvoidMetisErrorPanel.addError(OceanusException pException) Set error indication for window.Methods in io.github.tonywasher.joceanus.metis.ui that throw OceanusExceptionModifier and TypeMethodDescription(package private) voidMetisPreferenceSetView.storeChanges()Store changes.Constructors in io.github.tonywasher.joceanus.metis.ui that throw OceanusExceptionModifierConstructorDescriptionMetisColorPreferences(MetisPreferenceManager pManager) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.metis.viewer
Constructors in io.github.tonywasher.joceanus.metis.viewer that throw OceanusExceptionModifierConstructorDescriptionprotectedMetisViewerBuilder(OceanusDataFormatter pFormatter) Constructor.protectedMetisViewerFormatter(OceanusDataFormatter pFormatter) Constructor.MetisViewerWindow(TethysUIFactory<?> pFactory, MetisViewerManager pDataManager) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.moneywise.launch
Methods in io.github.tonywasher.joceanus.moneywise.launch that throw OceanusException -
Uses of OceanusException in io.github.tonywasher.joceanus.moneywise.quicken.definitions
Methods in io.github.tonywasher.joceanus.moneywise.quicken.definitions that throw OceanusExceptionModifier and TypeMethodDescriptionprotected voidMoneyWiseQIFPreference.MoneyWiseQIFPreferences.definePreferences()Constructors in io.github.tonywasher.joceanus.moneywise.quicken.definitions that throw OceanusExceptionModifierConstructorDescriptionConstructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.moneywise.tax.uk
Constructors in io.github.tonywasher.joceanus.moneywise.tax.uk that throw OceanusExceptionModifierConstructorDescriptionConstructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.oceanus.convert
Methods in io.github.tonywasher.joceanus.oceanus.convert that throw OceanusExceptionModifier and TypeMethodDescriptionstatic char[]OceanusDataConverter.bytesToCharArray(byte[] pBytes) Convert byte array to character array.static byte[]OceanusDataConverter.charsToByteArray(char[] pChars) Convert character array to byte array.static byte[]OceanusDataConverter.hexStringToBytes(String pHexString) parse a byte array from a hexadecimal string.static longOceanusDataConverter.hexStringToLong(String pHexString) parse a long from a hexadecimal string. -
Uses of OceanusException in io.github.tonywasher.joceanus.oceanus.resource
Methods in io.github.tonywasher.joceanus.oceanus.resource that throw OceanusExceptionModifier and TypeMethodDescriptionstatic StringOceanusResourceLoader.loadResourceToString(OceanusResourceId pKey) Load resource file to String. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.data
Methods in io.github.tonywasher.joceanus.prometheus.data that throw OceanusExceptionModifier and TypeMethodDescriptionabstract voidPrometheusDataInfoItem.PrometheusDataInfoList.addInfoItem(Integer pId, PrometheusDataItem pOwner, PrometheusDataInfoClass pInfoClass, Object pValue) Add an info Item to the list.voidPrometheusControlData.PrometheusControlDataList.addNewControl(Integer pVersion) Add new ControlData item for new security.PrometheusStaticDataItem.PrometheusStaticList.addNewItem(PrometheusStaticDataClass pClass) Add Item for class.voidPrometheusDataInfoLinkSet.addNewLinks(List<? extends PrometheusDataItem> pActive) Add/restore all required links.PrometheusControlData.PrometheusControlDataList.addValuesItem(PrometheusDataValues pValues) PrometheusControlKey.PrometheusControlKeyList.addValuesItem(PrometheusDataValues pValues) PrometheusControlKeySet.PrometheusControlKeySetList.addValuesItem(PrometheusDataValues pValues) PrometheusDataKeySet.PrometheusDataKeySetList.addValuesItem(PrometheusDataValues pValues) abstract TPrometheusDataList.addValuesItem(PrometheusDataValues pValues) Create a new element according to the DataValues.protected voidPrometheusEncryptedPair.adoptEncryption(PrometheusEncryptor pEncryptor, PrometheusEncryptedPair pSource) Adopt Encryption.voidPrometheusEncryptor.adoptEncryption(PrometheusEncryptedPair pTarget, PrometheusEncryptedPair pSource) Adopt Encryption.protected voidPrometheusEncryptedDataItem.adoptSecurity(PrometheusDataKeySet pKeySet, PrometheusEncryptedDataItem pBase) Adopt security for all encrypted values.protected voidPrometheusEncryptedDataItem.PrometheusEncryptedList.adoptSecurity(TethysUIThreadStatusReport pReport, PrometheusEncryptedDataItem.PrometheusEncryptedList<?> pBase) Adopt security from underlying list.voidPrometheusEncryptedValues.adoptSecurity(PrometheusEncryptedValues pBaseValues) Adopt security for the values.protected voidPrometheusDataSet.buildEmptyCloneSet(PrometheusDataSet pSource) Build an empty clone dataSet.voidPrometheusDataSet.checkSecurity(TethysUIThreadStatusReport pReport) Check Security for incomplete security operations.protected PrometheusControlKeySetPrometheusControlKeySet.PrometheusControlKeySetList.cloneControlKeySet(PrometheusControlKey pControlKey, PrometheusControlKeySet pKeySet) Clone KeySet from a DataBase.protected PrometheusDataKeySetPrometheusDataKeySet.PrometheusDataKeySetList.cloneDataKeySet(PrometheusControlKeySet pControlKeySet, PrometheusDataKeySet pKeySet) Clone KeySet from a DataBase.PrometheusControlKey.PrometheusControlKeyList.cloneItem(PrometheusControlKey pSource) Add a cloned ControlKey (with associated DataKeys).protected voidPrometheusDataList.cloneList(PrometheusDataSet pData, PrometheusDataList<?> pSource) Derive an cloned extract of the source list.voidPrometheusDataValuesFormatter.createBackup(PrometheusDataSet pData, File pFile) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createBackup(PrometheusDataSet pData, OutputStream pZipStream) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createExtract(PrometheusDataSet pData, File pFile) Create a Backup ZipFile.voidPrometheusDataValuesFormatter.createExtract(PrometheusDataSet pData, OutputStream pZipStream) Create an Extract ZipFile.PrometheusControlKey.PrometheusControlKeyList.createNewKeySet()Create a new ControlKey (with associated DataKeys).(package private) PrometheusEncryptedPairPrometheusEncryptor.decryptValue(byte[] pBytes, MetisFieldItem.MetisFieldDef pField) Decrypt bytes.(package private) PrometheusEncryptedPairPrometheusEncryptor.decryptValue(byte[] pBytes, Class<?> pClazz) Decrypt bytes.abstract PrometheusDataSetPrometheusDataSet.deriveCloneSet()Construct a Clone for a DataSet.protected voidPrometheusDataSet.deriveCloneSet(PrometheusDataSet pSource) Construct a Clone for a DataSet.protected voidPrometheusDataSet.deriveDifferences(TethysUIThreadStatusReport pReport, PrometheusDataSet pNew, PrometheusDataSet pOld) Construct a difference extract between two DataSets.PrometheusControlData.PrometheusControlDataList.deriveList(PrometheusDataList.PrometheusListStyle pStyle) PrometheusControlKey.PrometheusControlKeyList.deriveList(PrometheusDataList.PrometheusListStyle pStyle) PrometheusControlKeySet.PrometheusControlKeySetList.deriveList(PrometheusDataList.PrometheusListStyle pStyle) PrometheusDataKeySet.PrometheusDataKeySetList.deriveList(PrometheusDataList.PrometheusListStyle pStyle) PrometheusDataList.deriveList(PrometheusDataList.PrometheusListStyle pStyle) Derive an extract of this list.abstract PrometheusDataSetPrometheusDataSet.deriveUpdateSet()Construct an update extract for a FinanceData Set.protected voidPrometheusDataSet.deriveUpdateSet(PrometheusDataSet pSource) Construct an update extract for a DataSet.PrometheusEncryptor.encryptValue(PrometheusEncryptedPair pCurrent, Object pValue) Encrypt a value.byte[]PrometheusEncryptor.encryptValue(Object pValue) Encrypt a value.PrometheusEncryptor.encryptValue(Object pValue, MetisFieldItem.MetisFieldDef pField) Encrypt a value.(package private) static MetisDataTypePrometheusEncryptor.getDataTypeForClass(Class<?> pClazz) Determine dataType.static MetisDataTypePrometheusEncryptor.getDataTypeForValue(Object pValue) Determine dataType.abstract PrometheusDataSetPrometheusDataSet.getDifferenceSet(TethysUIThreadStatusReport pReport, PrometheusDataSet pOld) Construct a difference extract between two DataSets.PrometheusDataSet.getFactoryLock()Get the Password Hash.protected voidPrometheusControlKey.PrometheusControlKeyList.initialiseSecurity(PrometheusDataSet pDatabase) Initialise Security from a DataBase for a SpreadSheet load.voidPrometheusDataSet.initialiseSecurity(TethysUIThreadStatusReport pReport, PrometheusDataSet pBase) Initialise Security from database (if present).protected voidPrometheusEncryptedDataItem.initialiseSecurity(PrometheusDataKeySet pKeySet) Initialise security for all encrypted values.voidPrometheusDataInfoSet.linkValue(PrometheusDataInfoClass pInfoClass, PrometheusDataItem pLink) link the value for the infoClass.voidPrometheusDataValuesFormatter.loadZipFile(PrometheusDataSet pData, File pFile) Load a ZipFile.voidPrometheusDataValuesFormatter.loadZipFile(PrometheusDataSet pData, InputStream pInStream, String pName) Load a ZipFile.protected abstract TPrometheusStaticDataItem.PrometheusStaticList.newItem(PrometheusStaticDataClass pClass) Create new Item for class.voidPrometheusStaticDataItem.PrometheusStaticList.populateDefaults()Populate default values.protected voidPrometheusDataList.populateList(PrometheusDataList<?> pList) Populate a list extract.voidPrometheusControlData.PrometheusControlDataList.postProcessOnLoad()voidPrometheusControlKey.PrometheusControlKeyList.postProcessOnLoad()voidPrometheusControlKeySet.PrometheusControlKeySetList.postProcessOnLoad()voidPrometheusDataKeySet.PrometheusDataKeySetList.postProcessOnLoad()voidPrometheusDataList.postProcessOnLoad()PostProcess a loaded list.voidPrometheusDataSet.reBase(TethysUIThreadStatusReport pReport, PrometheusDataSet pOld) ReBase this data set against an earlier version.voidPrometheusDataInfoSet.registerInfo(T pInfo) Register Info.voidPrometheusDataSet.renewSecurity(TethysUIThreadStatusReport pReport) Renew Security.protected voidPrometheusDataItem.resolveDataLink(MetisDataItem.MetisDataFieldId pFieldId, PrometheusDataList<?> pList) Resolve a data link into a list.voidPrometheusControlData.resolveDataSetLinks()voidPrometheusControlKeySet.resolveDataSetLinks()voidPrometheusDataItem.resolveDataSetLinks()Resolve all references to current dataSet.voidPrometheusDataKeySet.resolveDataSetLinks()voidPrometheusDataList.resolveDataSetLinks()Adjust links.voidPrometheusEncryptedDataItem.resolveDataSetLinks()protected voidPrometheusControlData.setControlKey(PrometheusControlKey pControl) Set a new ControlKey.protected final voidPrometheusEncryptedDataItem.setDataKeySet(Integer pKeySetId) Set DataKeySet id.voidPrometheusStaticDataItem.setDescription(String pDesc) Set a new description.protected final voidPrometheusEncryptedDataItem.setEncryptedValue(MetisDataItem.MetisDataFieldId pFieldId, byte[] pEncrypted) Set encrypted value.protected final voidPrometheusEncryptedDataItem.setEncryptedValue(MetisDataItem.MetisDataFieldId pFieldId, byte[] pEncrypted, Class<?> pClazz) Set encrypted value.protected final voidPrometheusEncryptedDataItem.setEncryptedValue(MetisDataItem.MetisDataFieldId pFieldId, Object pValue) Set encrypted value.voidPrometheusDataInfoSet.setListValue(PrometheusDataInfoClass pInfoClass, List<? extends PrometheusDataItem> pLinks) set the list value for the infoClass.voidSet a new name.protected voidSet Value.voidPrometheusDataInfoSet.setValue(PrometheusDataInfoClass pInfoClass, Object pValue) Set the value for the infoClass.voidPrometheusEncryptedValues.setValue(MetisFieldItem.MetisFieldDef pField, Object pValue) protected <X> voidPrometheusDataInfoItem.setValueBytes(byte[] pBytes, Class<X> pClass) Set Object Value.protected final voidPrometheusStaticDataItem.setValueDesc(String pValue) Set the Description.protected voidPrometheusDataInfoItem.setValueValue(Object pValue) Set Value.(package private) voidPrometheusControlKey.updateFactoryLock(String pSource) Update factoryLock.voidPrometheusDataSet.updateFactoryLock(TethysUIThreadStatusReport pReport, String pSource) Update data with a new password.voidPrometheusDataSet.updateSecurity(TethysUIThreadStatusReport pReport) Update Security.voidPrometheusEncryptedDataItem.PrometheusEncryptedList.updateSecurity(TethysUIThreadStatusReport pReport, PrometheusControlKey pControl) Update Security for items in the list.protected voidPrometheusEncryptedDataItem.updateSecurity(PrometheusDataKeySet pKeySet) Update security for all encrypted values.voidPrometheusEncryptedValues.updateSecurity()Update security for the values.voidPrometheusDataList.validateOnLoad()Perform a validation on data load.Constructors in io.github.tonywasher.joceanus.prometheus.data that throw OceanusExceptionModifierConstructorDescriptionprotectedPrometheusControlKeySet(PrometheusControlKeySet.PrometheusControlKeySetList pList, PrometheusControlKey pControlKey) Constructor for a new DataKeySet.protectedPrometheusDataInfoItem(PrometheusDataInfoItem.PrometheusDataInfoList<?> pList, PrometheusDataValues pValues) Basic constructor.protectedPrometheusDataInfoItem(PrometheusDataInfoItem.PrometheusDataInfoList<?> pList, Integer uId, Integer uKeySetId, Integer uInfoTypeId, Integer uOwnerId) Secure constructor.protectedPrometheusDataKeySet(PrometheusDataKeySet.PrometheusDataKeySetList pList, PrometheusControlKeySet pControlKeySet) Constructor for a new DataKeySet.protectedPrometheusEncryptedDataItem(PrometheusEncryptedDataItem.PrometheusEncryptedList<?> pList, PrometheusDataValues pValues) Values Constructor.protectedPrometheusStaticDataItem(PrometheusStaticDataItem.PrometheusStaticList<?> pList, PrometheusDataValues pValues) Values constructor.protectedPrometheusStaticDataItem(PrometheusStaticDataItem.PrometheusStaticList<?> pList, PrometheusStaticDataClass pClass) Basic Constructor.protectedPrometheusStaticDataItem(PrometheusStaticDataItem.PrometheusStaticList<?> pList, String pValue) Basic Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.database
Methods in io.github.tonywasher.joceanus.prometheus.database that throw OceanusExceptionModifier and TypeMethodDescriptionvoidPrometheusDataStore.createDatabase(TethysUIThreadStatusReport pReport, String pDatabase) Create database.(package private) voidPrometheusTableDataItem.createDatabase(String pDatabase) Create the database.protected voidPrometheusTableDataItem.createTable()Create the table.voidPrometheusDataStore.createTables(TethysUIThreadStatusReport pReport) Create tables.protected voidPrometheusDatabase.PrometheusDatabasePreferences.definePreferences()protected voidPrometheusTableDataItem.deleteItems(TethysUIThreadStatusReport pReport, PrometheusBatchControl pBatch) Delete items from the list.protected voidPrometheusTableDataItem.dropTable()Drop the table.(package private) voidPrometheusDataStore.executeStatement(String pStatement) Execute the statement outside a transaction.byte[]PrometheusTableDefinition.getBinaryValue(MetisDataItem.MetisDataFieldId pId) Get Binary value for column.PrometheusTableDefinition.getBooleanValue(MetisDataItem.MetisDataFieldId pId) Get Boolean value for column.PrometheusTableDefinition.getDateValue(MetisDataItem.MetisDataFieldId pId) Get Date value for column.PrometheusTableDefinition.getIntegerValue(MetisDataItem.MetisDataFieldId pId) Get Integer value for column.PrometheusTableDefinition.getLongValue(MetisDataItem.MetisDataFieldId pId) Get Long value for column.PrometheusTableDefinition.getMoneyValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Money value for column.PrometheusTableDefinition.getPriceValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Price value for column.PrometheusTableDefinition.getRateValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Rate value for column.PrometheusTableDefinition.getRatioValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Ratio value for column.protected PrometheusDataValuesPrometheusTableDataInfo.getRowValues(String pName) protected PrometheusDataValuesPrometheusTableDataItem.getRowValues(String pName) Obtain row values.protected PrometheusDataValuesPrometheusTableEncrypted.getRowValues(String pName) protected PrometheusDataValuesPrometheusTableStaticData.getRowValues(String pName) PrometheusTableDefinition.getStringValue(MetisDataItem.MetisDataFieldId pId) Get String value for column.PrometheusTableDefinition.getUnitsValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Units value for column.protected StringPrometheusTableDefinition.getUpdateString()Build the update string for a list of columns.PrometheusColumnDefinition.PrometheusMoneyColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.PrometheusColumnDefinition.PrometheusPriceColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.PrometheusColumnDefinition.PrometheusRateColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.PrometheusColumnDefinition.PrometheusRatioColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.PrometheusColumnDefinition.PrometheusUnitsColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.protected voidPrometheusTableDataItem.insertItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, PrometheusBatchControl pBatch) Insert new items from the list.protected voidPrometheusTableDefinition.insertValues(PreparedStatement pStmt) Insert values.voidPrometheusDataStore.loadDatabase(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load data from the database.protected voidPrometheusTableDataItem.loadItems(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Load items from the list into the table.protected PrometheusDataValuesPrometheusTableControlData.loadValues()protected PrometheusDataValuesPrometheusTableControlKeys.loadValues()protected PrometheusDataValuesPrometheusTableControlKeySet.loadValues()protected abstract PrometheusDataValuesPrometheusTableDataItem.loadValues()Load an individual item from the result set.protected PrometheusDataValuesPrometheusTableDataKeySet.loadValues()protected voidPrometheusTableDataItem.postProcessOnLoad()Post-Process on a load operation.protected voidPrometheusTableDataItem.purgeTable()Truncate the table.voidPrometheusDataStore.purgeTables(TethysUIThreadStatusReport pReport) Purge tables.voidPrometheusTableDefinition.setBinaryValue(MetisDataItem.MetisDataFieldId pId, byte[] pValue) Set Binary value for column.voidPrometheusTableDefinition.setBooleanValue(MetisDataItem.MetisDataFieldId pId, Boolean pValue) Set Boolean value for column.voidPrometheusTableDefinition.setDateValue(MetisDataItem.MetisDataFieldId pId, OceanusDate pValue) Set Date value for column.protected voidPrometheusTableControlData.setFieldValue(PrometheusControlData pItem, MetisDataItem.MetisDataFieldId pField) protected voidPrometheusTableControlKeys.setFieldValue(PrometheusControlKey pItem, MetisDataItem.MetisDataFieldId iField) protected voidPrometheusTableControlKeySet.setFieldValue(PrometheusControlKeySet pItem, MetisDataItem.MetisDataFieldId iField) protected voidPrometheusTableDataInfo.setFieldValue(T pItem, MetisDataItem.MetisDataFieldId iField) protected voidPrometheusTableDataItem.setFieldValue(T pItem, MetisDataItem.MetisDataFieldId pField) Set a field value for an item.protected voidPrometheusTableDataKeySet.setFieldValue(PrometheusDataKeySet pItem, MetisDataItem.MetisDataFieldId iField) protected voidPrometheusTableEncrypted.setFieldValue(T pItem, MetisDataItem.MetisDataFieldId iField) protected voidPrometheusTableStaticData.setFieldValue(T pItem, MetisDataItem.MetisDataFieldId iField) voidPrometheusTableDefinition.setIntegerValue(MetisDataItem.MetisDataFieldId pId, Integer pValue) Set Integer value for column.voidPrometheusTableDefinition.setLongValue(MetisDataItem.MetisDataFieldId pId, Long pValue) Set Long value for column.voidPrometheusTableDefinition.setMoneyValue(MetisDataItem.MetisDataFieldId pId, OceanusMoney pValue) Set Money value for column.voidPrometheusTableDefinition.setRateValue(MetisDataItem.MetisDataFieldId pId, OceanusRate pValue) Set Rate value for column.voidPrometheusTableDefinition.setRatioValue(MetisDataItem.MetisDataFieldId pId, OceanusRatio pValue) Set Ratio value for column.voidPrometheusTableDefinition.setStringValue(MetisDataItem.MetisDataFieldId pId, String pValue) Set String value for column.voidPrometheusDataStore.updateDatabase(TethysUIThreadStatusReport pReport, PrometheusDataSet pData) Update data into database.protected voidPrometheusTableDataItem.updateItems(TethysUIThreadStatusReport pReport, PrometheusBatchControl pBatch) Update items from the list.Constructors in io.github.tonywasher.joceanus.prometheus.database that throw OceanusExceptionModifierConstructorDescriptionConstructor.protectedPrometheusDataStore(PrometheusDBConfig pConfig) Construct a new Database class.protectedPrometheusDataStore(String pDatabase, PrometheusDBConfig pConfig) Construct a new Database class. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.preference
Methods in io.github.tonywasher.joceanus.prometheus.preference that throw OceanusExceptionModifier and TypeMethodDescriptionprotected char[]PrometheusPreferenceSecurity.decryptValue(byte[] pValue) Decrypt the value.PrometheusPreferenceSet.defineCharArrayPreference(MetisPreferenceKey pKey) Define new CharArray preference.protected voidPrometheusPreferenceSecurity.PrometheusSecurityPreferences.definePreferences()protected byte[]PrometheusPreferenceSecurity.encryptValue(char[] pValue) Encrypt the value.protected PrometheusPreferenceSecurityPrometheusPreferenceManager.getSecurity()Obtain the security manager.PrometheusPreferenceSet.getSecurity()Obtain the security.protected voidPrometheusPreferenceSet.PrometheusCharArrayPreference.storeThePreference(Object pNewValue) Constructors in io.github.tonywasher.joceanus.prometheus.preference that throw OceanusExceptionModifierConstructorDescriptionConstructor.Constructor.protectedConstructor.Constructor.(package private)Constructor.protectedPrometheusPreferenceSet(PrometheusPreferenceManager pManager, OceanusBundleId pId) Constructor.protectedPrometheusPreferenceSet(PrometheusPreferenceManager pManager, String pName) Constructor.Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.security
Methods in io.github.tonywasher.joceanus.prometheus.security that throw OceanusExceptionModifier and TypeMethodDescription(package private) voidPrometheusSecurityPasswordCache.addResolvedFactory(GordianFactory.GordianFactoryLock pFactory, char[] pPassword) Add resolved factoryLock to cache.(package private) voidPrometheusSecurityPasswordCache.addResolvedKeyPair(GordianKeyPairLock pKeyPair, char[] pPassword) Add resolved keyPairLock to cache.(package private) voidPrometheusSecurityPasswordCache.addResolvedKeySet(GordianKeySetLock pKeySet, char[] pPassword) Add resolved keySetLock to cache.(package private) GordianFactory.GordianFactoryLockPrometheusSecurityPasswordCache.createSimilarFactoryLock(GordianFactory pFactory, ByteBuffer pPassword) Create a factoryLock with a previously used password.(package private) GordianKeyPairLockPrometheusSecurityPasswordCache.createSimilarKeyPairLock(GordianKeyPair pKeyPair, ByteBuffer pPassword) Create a zipLock with a previously used password.(package private) GordianKeySetLockPrometheusSecurityPasswordCache.createSimilarKeySetLock(GordianKeySet pKeySet, ByteBuffer pPassword) Create a keySetLock with a previously used password.(package private) ByteBufferPrometheusSecurityPasswordCache.lookUpResolvedPassword(Object pReference) LookUp previously resolved Password.PrometheusSecurityPasswordManager.newFactoryLock(GordianFactory pFactory, String pSource) Create a new factoryLock.PrometheusSecurityPasswordManager.newFactoryLock(String pSource) Create a new factoryLock.PrometheusSecurityPasswordManager.newKeyPairLock(GordianKeyPair pKeyPair, String pSource) Create a new keyPairLock.PrometheusSecurityPasswordManager.newKeySetLock(GordianKeySet pKeySet, String pSource) Create a new keySetLock.PrometheusSecurityPasswordManager.newKeySetLock(String pSource) Create a new keySetLock.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianFactory pSecurityFactory) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianFactory pSecurityFactory, GordianPasswordLockSpec pLockSpec) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianFactoryType pFactoryType) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianFactoryType pFactoryType, char[] pSecurityPhrase) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianFactoryType pFactoryType, GordianPasswordLockSpec pLockSpec) Create a password Manager.PrometheusSecurityGenerator.newPasswordManager(TethysUIFactory<?> pGuiFactory, GordianPasswordLockSpec pLockSpec, GordianFactoryType pFactoryType, char[] pSecurityPhrase) Create a password Manager.PrometheusSecurityPasswordManager.PrometheusProcessPassword.processPassword(char[] pPassword) Process password.PrometheusSecurityPasswordManager.requestPassword(String pSource, boolean pNeedConfirm, PrometheusSecurityPasswordManager.PrometheusProcessPassword pProcessor) Request password.PrometheusSecurityPasswordManager.resolveFactoryLock(byte[] pLockBytes, String pSource) Resolve the factoryLock bytes.PrometheusSecurityPasswordManager.resolveKeyPairLock(byte[] pLockBytes, GordianKeyPair pKeyPair, String pSource) Resolve the keyPairLock.PrometheusSecurityPasswordManager.resolveKeySetLock(byte[] pLockBytes, String pSource) Resolve the keySetLock bytes.voidPrometheusSecurityPasswordManager.resolveZipLock(GordianZipLock pZipLock, String pSource) Resolve the zipLock.PrometheusSecurityPasswordManager.similarFactoryLock(Object pReference) obtain new locked factory (same password).PrometheusSecurityPasswordManager.similarKeyPairLock(GordianKeyPair pKeyPair, Object pReference) obtain similar (same password) zipLock.PrometheusSecurityPasswordManager.similarKeySetLock(Object pReference) obtain new locked keySet (same password).Constructors in io.github.tonywasher.joceanus.prometheus.security that throw OceanusExceptionModifierConstructorDescription(package private)PrometheusSecurityPasswordCache(PrometheusSecurityPasswordManager pManager, GordianPasswordLockSpec pLockSpec) Constructor.PrometheusSecurityPasswordManager(GordianFactory pFactory, GordianPasswordLockSpec pLockSpec, PrometheusSecurityDialogController pDialog) Constructor.PrometheusSecurityPasswordManager(GordianFactory pFactory, PrometheusSecurityDialogController pDialog) Constructor. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.service.sheet
Subclasses of OceanusException in io.github.tonywasher.joceanus.prometheus.service.sheetMethods in io.github.tonywasher.joceanus.prometheus.service.sheet that throw OceanusExceptionModifier and TypeMethodDescriptionabstract voidPrometheusSheetSheet.applyDataFilter(PrometheusSheetCellPosition pBaseCell, int pNumRows) Apply data validation to a range of cells.abstract voidPrometheusSheetSheet.applyDataValidation(PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell, String pName) Apply data validation to a range of cells.voidPrometheusSheetSheet.declareRange(String pName, PrometheusSheetCellPosition pSingleCell) Name a single cell as a range.abstract voidPrometheusSheetSheet.declareRange(String pName, PrometheusSheetCellPosition pFirstCell, PrometheusSheetCellPosition pLastCell) Name a range.static PrometheusSheetWorkBookTypePrometheusSheetWorkBookType.determineType(String pFileName) Determine workBookType of file.char[]PrometheusSheetCell.getCharArray()Obtain char array value of the cell.abstract OceanusDatePrometheusSheetCell.getDate()Obtain date value of the cell.abstract IntegerPrometheusSheetCell.getInteger()Obtain integer value of the cell.abstract LongPrometheusSheetCell.getLong()Obtain long value of the cell.PrometheusSheetCell.getLongFromString()Obtain long value of the cell.abstract OceanusMoneyPrometheusSheetCell.getMoney()Obtain money value of the cell.abstract OceanusPricePrometheusSheetCell.getPrice()Obtain price value of the cell.PrometheusSheetWorkBook.getRangeView(String pName) Obtain a view of the named range.abstract OceanusRatePrometheusSheetCell.getRate()Obtain rate value of the cell.abstract OceanusRatioPrometheusSheetCell.getRatio()Obtain ratio value of the cell.Access an existing Sheet with the given name.abstract OceanusUnitsPrometheusSheetCell.getUnits()Obtain units value of the cell.PrometheusSheetFactory.loadFromStream(InputStream pInput) Load readOnly workBook from inputStream.static PrometheusSheetWorkBookPrometheusSheetProvider.loadFromStream(PrometheusSheetWorkBookType pType, InputStream pInput) Load readOnly workBook from inputStream.Create a new Sheet with the given name.Create a new Sheet with the given name.PrometheusSheetFactory.newWorkBook()Create empty workBook.static PrometheusSheetWorkBookPrometheusSheetProvider.newWorkBook(PrometheusSheetWorkBookType pType) Create empty workBook.voidPrometheusSheetWorkBook.saveToStream(OutputStream pOutput) Save the workBook to output stream.voidPrometheusSheetCell.setBoolean(Boolean pValue) Set boolean value of the cell.protected abstract voidPrometheusSheetCell.setBooleanValue(Boolean pValue) Set non-null boolean value of the cell.voidPrometheusSheetCell.setBytes(byte[] pValue) Set byte array value of the cell.voidPrometheusSheetCell.setCharArray(char[] pValue) Set char array value of the cell.voidPrometheusSheetCell.setDate(OceanusDate pValue) Set date value of the cell.protected abstract voidPrometheusSheetCell.setDateValue(OceanusDate pValue) Set non-null date value of the cell.voidPrometheusSheetCell.setDecimal(OceanusDecimal pValue) Set decimal value of the cell.protected abstract voidPrometheusSheetCell.setDecimalValue(OceanusDecimal pValue) Set non-null decimal value of the cell.voidSet header value of the cell.protected abstract voidPrometheusSheetCell.setHeaderValue(String pValue) Set non-null header value of the cell.voidPrometheusSheetCell.setInteger(Integer pValue) Set integer value of the cell.protected abstract voidPrometheusSheetCell.setIntegerValue(Integer pValue) Set non-null integer value of the cell.voidSet long value of the cell.voidPrometheusSheetCell.setLongAsString(Long pValue) Set long value of the cell.protected abstract voidPrometheusSheetCell.setLongValue(Long pValue) Set non-null long value of the cell.voidPrometheusSheetCell.setMonetary(OceanusMoney pValue) Set monetary value of the cell.protected abstract voidPrometheusSheetCell.setMonetaryValue(OceanusMoney pValue) Set non-null monetary value of the cell.voidPrometheusSheetCell.setNull()Set null value for the cell.protected abstract voidPrometheusSheetCell.setNullValue()Set null value for the cell.voidSet string value of the cell.protected abstract voidPrometheusSheetCell.setStringValue(String pValue) Set non-null string value of the cell. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.sheets
Methods in io.github.tonywasher.joceanus.prometheus.sheets that throw OceanusExceptionModifier and TypeMethodDescriptionprotected voidPrometheusSheetDataItem.applyDataFilter(int pOffset) Freeze titles.voidPrometheusSheetDataItem.applyDataValidation(int pOffset, String pList) Apply Data Validation.voidPrometheusSheetWriter.createBackup(PrometheusDataSet pData, File pFile, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSheetWriter.createBackup(PrometheusDataSet pData, OutputStream pZipStream, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSpreadSheet.createBackup(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, File pFile, PrometheusSheetWorkBookType pType) Create a Backup Workbook.voidPrometheusSpreadSheet.createBackup(TethysUIThreadStatusReport pReport, PrometheusDataSet pData, OutputStream pZipStream, PrometheusSheetWorkBookType pType) Create a Backup Workbook.protected PrometheusDataValuesPrometheusSheetDataInfo.getRowValues(String pName) protected PrometheusDataValuesPrometheusSheetDataItem.getRowValues(String pName) Obtain row values.protected PrometheusDataValuesPrometheusSheetEncrypted.getRowValues(String pName) protected PrometheusDataValuesPrometheusSheetStaticData.getRowValues(String pName) protected voidPrometheusSheetControlData.insertSecureItem(PrometheusControlData pItem) protected voidPrometheusSheetControlKey.insertSecureItem(PrometheusControlKey pItem) protected voidPrometheusSheetControlKeySet.insertSecureItem(PrometheusControlKeySet pItem) protected voidPrometheusSheetDataInfo.insertSecureItem(T pItem) protected voidPrometheusSheetDataItem.insertSecureItem(T pItem) Insert secure item into spreadsheet.protected voidPrometheusSheetDataKeySet.insertSecureItem(PrometheusDataKeySet pItem) protected voidPrometheusSheetEncrypted.insertSecureItem(T pItem) protected voidPrometheusSheetStaticData.insertSecureItem(T pItem) voidPrometheusSheetReader.loadBackup(File pFile, PrometheusDataSet pData) Load a Backup Workbook.voidPrometheusSheetReader.loadBackup(InputStream pInStream, PrometheusDataSet pData, String pName) Load a Backup Workbook.voidPrometheusSpreadSheet.loadBackup(TethysUIThreadStatusReport pReport, PrometheusSecurityPasswordManager pPasswordMgr, PrometheusDataSet pData, File pFile) Load a Backup Workbook.voidPrometheusSpreadSheet.loadBackup(TethysUIThreadStatusReport pReport, PrometheusSecurityPasswordManager pPasswordMgr, PrometheusDataSet pData, InputStream pInStream, String pName) Load a Backup Workbook.protected char[]PrometheusSheetDataItem.loadChars(int pOffset) Access a char array from the WorkSheet.protected OceanusDatePrometheusSheetDataItem.loadDate(int pOffset) Access a date from the WorkSheet.voidPrometheusSheetReader.loadEntry(GordianZipReadFile pFile, GordianZipFileEntry pEntry) Load a Backup Workbook.protected IntegerPrometheusSheetDataItem.loadInteger(int pOffset) Access an integer from the WorkSheet.protected LongPrometheusSheetDataItem.loadLong(int pOffset) Access a long from the WorkSheet.protected OceanusMoneyPrometheusSheetDataItem.loadMoney(int pOffset) Access a money value from the WorkSheet.protected OceanusPricePrometheusSheetDataItem.loadPrice(int pOffset) Access a price value from the WorkSheet.protected OceanusRatePrometheusSheetDataItem.loadRate(int pOffset) Access a rate value from the WorkSheet.protected OceanusRatioPrometheusSheetDataItem.loadRatio(int pOffset) Access a ratio value from the WorkSheet.protected PrometheusDataValuesPrometheusSheetControlData.loadSecureValues()protected PrometheusDataValuesPrometheusSheetControlKey.loadSecureValues()protected PrometheusDataValuesPrometheusSheetControlKeySet.loadSecureValues()protected abstract PrometheusDataValuesPrometheusSheetDataItem.loadSecureValues()Load secure item from spreadsheet.protected PrometheusDataValuesPrometheusSheetDataKeySet.loadSecureValues()voidPrometheusSheetDataItem.loadSpreadSheet()Load the DataItems from a spreadsheet.protected OceanusUnitsPrometheusSheetDataItem.loadUnits(int pOffset) Access a units value from the WorkSheet.protected voidPrometheusSheetDataItem.nameColumnRange(int pOffset, String pName) Name the column range.protected voidPrometheusSheetDataItem.nameRange()Name the basic range.protected voidPrometheusSheetDataItem.postProcessOnLoad()PostProcess on load.protected voidPrometheusSheetDataItem.writeBoolean(int pOffset, Boolean pValue) Write a boolean to the WorkSheet.protected voidPrometheusSheetDataItem.writeBytes(int pOffset, byte[] pBytes) Write a byte array to the WorkSheet.protected voidPrometheusSheetDataItem.writeChars(int pOffset, char[] pChars) Write a char array to the WorkSheet.protected voidPrometheusSheetDataItem.writeDate(int pOffset, OceanusDate pValue) Write a date to the WorkSheet.protected voidPrometheusSheetDataItem.writeDecimal(int pOffset, OceanusDecimal pValue) Write a decimal to the WorkSheet.protected voidPrometheusSheetDataItem.writeHeader(int pOffset, String pHeader) Write a Header to the WorkSheet.protected voidPrometheusSheetDataItem.writeInteger(int pOffset, Integer pValue) Write an integer to the WorkSheet.protected voidWrite an integer to the WorkSheet.protected voidPrometheusSheetDataItem.writeSpreadSheet()Write the DataItems to a spreadsheet.protected voidPrometheusSheetDataItem.writeString(int pOffset, String pValue) Write a string to the WorkSheet. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.threads
Methods in io.github.tonywasher.joceanus.prometheus.threads that throw OceanusExceptionModifier and TypeMethodDescriptionPrometheusThreadCreateBackup.performTask(TethysUIThreadManager pManager) PrometheusThreadCreateDatabase.performTask(TethysUIThreadManager pManager) PrometheusThreadCreateTables.performTask(TethysUIThreadManager pManager) PrometheusThreadCreateXMLFile.performTask(TethysUIThreadManager pManager) PrometheusThreadLoadBackup.performTask(TethysUIThreadManager pManager) PrometheusThreadLoadDatabase.performTask(TethysUIThreadManager pManager) PrometheusThreadLoadXMLFile.performTask(TethysUIThreadManager pManager) PrometheusThreadPurgeDatabase.performTask(TethysUIThreadManager pManager) PrometheusThreadRenewSecurity.performTask(TethysUIThreadManager pManager) PrometheusThreadStoreDatabase.performTask(TethysUIThreadManager pManager) PrometheusThreadUpdatePassword.performTask(TethysUIThreadManager pManager) -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.toolkit
Constructors in io.github.tonywasher.joceanus.prometheus.toolkit that throw OceanusException -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.ui.fieldset
Methods in io.github.tonywasher.joceanus.prometheus.ui.fieldset that throw OceanusException -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.ui.panel
Methods in io.github.tonywasher.joceanus.prometheus.ui.panel that throw OceanusExceptionModifier and TypeMethodDescriptionprotected abstract TethysUIComponentPrometheusMainWindow.buildMainPanel()Build the main panel.voidPrometheusMainWindow.buildMainWindow(PrometheusDataControl pView, PrometheusToolkit pToolkit) Build the main window.protected abstract MetisHelpModulePrometheusMainWindow.getHelpModule()Obtain the Help Module.protected abstract voidPrometheusDataItemPanel.updateField(PrometheusFieldSetEvent pUpdate) Update the field. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.validate
Methods in io.github.tonywasher.joceanus.prometheus.validate that throw OceanusExceptionModifier and TypeMethodDescriptionprotected voidPrometheusValidateInfoSet.autoCorrect(PrometheusDataInfoClass pClass) AutoCorrect an existing value (if necessary).voidPrometheusValidateInfoSet.autoCorrect(PrometheusDataInfoSet<T> pInfoSet) autoCorrect values after change.protected voidPrometheusValidateInfoSet.setDefault(PrometheusDataInfoClass pClass) Set default value for a class. -
Uses of OceanusException in io.github.tonywasher.joceanus.prometheus.views
Methods in io.github.tonywasher.joceanus.prometheus.views with parameters of type OceanusExceptionModifier and TypeMethodDescriptionvoidPrometheusDataControl.addError(OceanusException pError) Add new Error.Methods in io.github.tonywasher.joceanus.prometheus.views that throw OceanusExceptionModifier and TypeMethodDescriptionvoidPrometheusDataControl.deriveUpdates()Derive update list.abstract PrometheusDataStorePrometheusDataControl.getDatabase()Obtain Database object.abstract PrometheusDataStorePrometheusDataControl.getNullDatabase()Obtain Null Database object.voidPrometheusEditEntry.prepareChanges()Prepare changes in an edit view back into the core data. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.api.control
Methods in io.github.tonywasher.joceanus.tethys.api.control that throw OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUIHTMLManager.setCSSContent(TethysUIHTMLManager.TethysUIStyleSheetId pStyleSheet) Set the CSS. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.api.factory
Methods in io.github.tonywasher.joceanus.tethys.api.factory that throw OceanusExceptionModifier and TypeMethodDescriptionabstract TethysUIMainPanelTethysUILaunchProgram.createMainPanel(TethysUIFactory<?> pFactory) create a new mainPanel. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.api.table
Method parameters in io.github.tonywasher.joceanus.tethys.api.table with type arguments of type OceanusExceptionModifier and TypeMethodDescriptionTethysUITableManager.setOnCommitError(Consumer<OceanusException> pOnCommitError) Set the on-commitError consumer.Methods in io.github.tonywasher.joceanus.tethys.api.table that throw OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUITableColumn.TethysUIOnCellCommit.commitCell(R pRow, T pValue) CallBack on a columnCommit.voidCallBack on a rowCommit. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.api.thread
Subclasses of OceanusException in io.github.tonywasher.joceanus.tethys.api.threadModifier and TypeClassDescriptionclassTethysThread Cancellation Exception.Methods in io.github.tonywasher.joceanus.tethys.api.thread that throw OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUIThreadStatusReport.checkForCancellation()Is the task cancelled?voidInitialise Task.TethysUIThread.performTask(TethysUIThreadManager pManager) Perform the task.default voidTethysUIThread.prepareTask(TethysUIThreadManager pManager) prepare task.default voidTethysUIThread.processResult(T pResult) process result.voidTethysUIThreadStatusReport.setCompletion()Set Completion.voidTethysUIThreadStatusReport.setNewStage(String pStage) Set new stage.voidTethysUIThreadStatusReport.setNextStep()Set next step.voidTethysUIThreadStatusReport.setNextStep(String pStep) Set next step.voidTethysUIThreadStatusReport.setNumStages(int pNumStages) Set number of stages.voidTethysUIThreadStatusReport.setNumSteps(int pNumSteps) Set number of steps.voidTethysUIThreadStatusReport.setStepsDone(int pSteps) Set steps done.voidTethysUIThreadStatusReport.throwCancelException()Throw cancellation exception. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.core.base
Subclasses of OceanusException in io.github.tonywasher.joceanus.tethys.core.base -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.core.control
Methods in io.github.tonywasher.joceanus.tethys.core.control that throw OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUICoreHTMLManager.setCSSContent(TethysUIHTMLManager.TethysUIStyleSheetId pStyleSheet) -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.core.table
Methods in io.github.tonywasher.joceanus.tethys.core.table with parameters of type OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUICoreTableManager.processOnCommitError(OceanusException pError) process onCommitError.Method parameters in io.github.tonywasher.joceanus.tethys.core.table with type arguments of type OceanusExceptionModifier and TypeMethodDescriptionTethysUICoreTableManager.setOnCommitError(Consumer<OceanusException> pOnCommitError) Methods in io.github.tonywasher.joceanus.tethys.core.table that throw OceanusExceptionModifier and TypeMethodDescriptionvoidTethysUICoreTableColumn.processOnCommit(R pRow, T pValue) process onCommit.protected voidTethysUICoreTableManager.processOnCommit(R pRow) process onCommit. -
Uses of OceanusException in io.github.tonywasher.joceanus.tethys.core.thread
Methods in io.github.tonywasher.joceanus.tethys.core.thread that throw OceanusExceptionModifier and TypeMethodDescriptionvoidprotected abstract voidTethysUICoreThreadManager.publishStatus(TethysUICoreThreadStatus pStatus) Publish the status.voidTethysUICoreThreadManager.setCompletion()voidTethysUICoreThreadManager.setNewStage(String pStage) voidTethysUICoreThreadManager.setNextStep()voidTethysUICoreThreadManager.setNextStep(String pStep) voidTethysUICoreThreadManager.setNumStages(int pNumStages) voidTethysUICoreThreadManager.setNumSteps(int pNumSteps) voidTethysUICoreThreadManager.setStepsDone(int pSteps) voidTethysUICoreThreadManager.throwCancelException() -
Uses of OceanusException in io.github.tonywasher.joceanus.themis.lethe.ui.launch
Methods in io.github.tonywasher.joceanus.themis.lethe.ui.launch that throw OceanusException