A B C D E F G H I J L M N O P R S T U V W

A

APP_HEIGHT - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
APP_NAME - Static variable in class com.edsdev.jconvert.util.JConvertProperties
 
APP_WIDTH - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
APP_X - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
APP_Y - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
AboutDialog - class com.edsdev.jconvert.presentation.AboutDialog.
 
AboutDialog(Frame) - Constructor for class com.edsdev.jconvert.presentation.AboutDialog
 
AddCustomConversionDlg - class com.edsdev.jconvert.presentation.AddCustomConversionDlg.
 
AddCustomConversionDlg(Frame) - Constructor for class com.edsdev.jconvert.presentation.AddCustomConversionDlg
 
addConversion(Conversion) - Method in class com.edsdev.jconvert.domain.ConversionType
 
addConversionsChangedListener(ConversionsChangedListener) - Method in class com.edsdev.jconvert.presentation.AddCustomConversionDlg
 
addConversionsChangedListener(ConversionsChangedListener) - Method in class com.edsdev.jconvert.presentation.SettingsDlg
 
addDataUpdatedListener(CustomDataUpdatedListener) - Method in interface com.edsdev.jconvert.common.CustomConversionDataInterface
Adds a listener for so that you can inform others to call getConversions() because there is an update
addDataUpdatedListener(CustomDataUpdatedListener) - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 
addListDataListener(ListDataListener) - Method in class com.edsdev.jconvert.presentation.component.ConvertListModel
 

B

BUILD_DATE - Static variable in class com.edsdev.jconvert.util.JConvertProperties
 
BaseTextField - class com.edsdev.jconvert.presentation.component.BaseTextField.
Base text field that you should use instead of using JTextField directly
BaseTextField() - Constructor for class com.edsdev.jconvert.presentation.component.BaseTextField
 
BaseTextField(Document, String, int) - Constructor for class com.edsdev.jconvert.presentation.component.BaseTextField
 
BaseTextField(int) - Constructor for class com.edsdev.jconvert.presentation.component.BaseTextField
 
BaseTextField(String, int) - Constructor for class com.edsdev.jconvert.presentation.component.BaseTextField
 
BaseTextField(String) - Constructor for class com.edsdev.jconvert.presentation.component.BaseTextField
 
Browser - class com.edsdev.jconvert.util.Browser.
This is a very lightweight browser support class.
Browser() - Constructor for class com.edsdev.jconvert.util.Browser
 
ByteBuffer - class com.edsdev.jconvert.util.ByteBuffer.
 
ByteBuffer(byte[], int) - Constructor for class com.edsdev.jconvert.util.ByteBuffer
 

C

CHECK_FOR_NEWER_VERSION - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
CUSTOM_CONVERSION_CLASS - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
CUSTOM_CONVERSION_JAR - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
Conversion - class com.edsdev.jconvert.domain.Conversion.
This is the abstract class that represents a conversion itself.
Conversion() - Constructor for class com.edsdev.jconvert.domain.Conversion
 
Conversion(String, String, String, String, String, double) - Constructor for class com.edsdev.jconvert.domain.Conversion
 
ConversionGapBuilder - class com.edsdev.jconvert.logic.ConversionGapBuilder.
This class is responsible for generating missing conversions in a ConversionType list.
ConversionGapBuilder() - Constructor for class com.edsdev.jconvert.logic.ConversionGapBuilder
 
ConversionPanel - class com.edsdev.jconvert.presentation.ConversionPanel.
Basic panel that displays conversions of one type
ConversionPanel(ConversionTypeData) - Constructor for class com.edsdev.jconvert.presentation.ConversionPanel
 
ConversionType - class com.edsdev.jconvert.domain.ConversionType.
Simple domain object that facilitates segregation of like conversions.
ConversionType() - Constructor for class com.edsdev.jconvert.domain.ConversionType
 
ConversionTypeData - class com.edsdev.jconvert.presentation.ConversionTypeData.
Presentation side representation of Conversion Data
ConversionTypeData(ConversionType) - Constructor for class com.edsdev.jconvert.presentation.ConversionTypeData
 
ConversionUnitData - class com.edsdev.jconvert.presentation.ConversionUnitData.
This class is used for creating presentation views of the data.
ConversionUnitData(String, String, int) - Constructor for class com.edsdev.jconvert.presentation.ConversionUnitData
 
ConversionsChangedListener - interface com.edsdev.jconvert.presentation.ConversionsChangedListener.
 
ConvertListCellRenderer - class com.edsdev.jconvert.presentation.component.ConvertListCellRenderer.
This is responsible for rendering conversions in a list.
ConvertListCellRenderer() - Constructor for class com.edsdev.jconvert.presentation.component.ConvertListCellRenderer
 
ConvertListModel - class com.edsdev.jconvert.presentation.component.ConvertListModel.
 
ConvertListModel(List) - Constructor for class com.edsdev.jconvert.presentation.component.ConvertListModel
 
CustomConversionCurrency - class com.edsdev.jconvert.common.CustomConversionCurrency.
This class implements the CustomConversionDataInterface and is responsible for gathering custom conversions.
CustomConversionCurrency() - Constructor for class com.edsdev.jconvert.common.CustomConversionCurrency
 
CustomConversionCurrency2 - class com.edsdev.jconvert.common.CustomConversionCurrency2.
This class implements the CustomConversionDataInterface and is responsible for gathering custom conversions.
CustomConversionCurrency2() - Constructor for class com.edsdev.jconvert.common.CustomConversionCurrency2
 
CustomConversionDataInterface - interface com.edsdev.jconvert.common.CustomConversionDataInterface.
This interface needs to be implemented if you are to tie in your own custom conversion code into JConvert.
CustomConversionImpl - class com.edsdev.jconvert.common.CustomConversionImpl.
This is the custom conversion interface that must be implemented to add a custom conversion panel to JConvert.
CustomConversionImpl() - Constructor for class com.edsdev.jconvert.common.CustomConversionImpl
 
CustomDataUpdatedListener - interface com.edsdev.jconvert.common.CustomDataUpdatedListener.
 
CustomTabConversionPanel - class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel.
This is the proposed way this will work.
CustomTabConversionPanel(CustomConversionDataInterface) - Constructor for class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel
 
checkForUpdates(Frame) - Method in class com.edsdev.jconvert.presentation.UpgradeVersionChecker
 
com.edsdev.jconvert.common - package com.edsdev.jconvert.common
 
com.edsdev.jconvert.domain - package com.edsdev.jconvert.domain
 
com.edsdev.jconvert.logic - package com.edsdev.jconvert.logic
 
com.edsdev.jconvert.persistence - package com.edsdev.jconvert.persistence
 
com.edsdev.jconvert.presentation - package com.edsdev.jconvert.presentation
 
com.edsdev.jconvert.presentation.component - package com.edsdev.jconvert.presentation.component
 
com.edsdev.jconvert.util - package com.edsdev.jconvert.util
 
compareTo(Object) - Method in class com.edsdev.jconvert.domain.Conversion
 
compareTo(Object) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
compareTo(Object) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
conversionsUpdated() - Method in interface com.edsdev.jconvert.presentation.ConversionsChangedListener
 
conversionsUpdated() - Method in class com.edsdev.jconvert.presentation.MainFrame
 
convert() - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
convert(double, String, String) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
convert(String, String, String) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
convertFraction(String, String, String) - Method in class com.edsdev.jconvert.domain.Conversion
Converts a fraction.
convertFraction(String, String, String) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
convertValue(double, String) - Method in class com.edsdev.jconvert.domain.Conversion
Converts a value for you are returns the answer.
convertValue(BigInteger, BigInteger, String) - Method in class com.edsdev.jconvert.domain.Conversion
Converts a value represented by a numerator and denominator, returning a String representation of the result
convertValue(String, String, String) - Method in class com.edsdev.jconvert.domain.Conversion
Converts from one unit to another.
convertValue(double, String, String) - Method in class com.edsdev.jconvert.domain.Conversion
Converts from one unit to another.
convertValue(double, String) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
convertValue(BigInteger, BigInteger, String) - Method in class com.edsdev.jconvert.domain.DecimalConversion
Method returns nothing since this is a Decimal conversion and it does not know how to handle fractions
convertValue(double, String) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
convertValue(BigInteger, BigInteger, String) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
createDefaultModel() - Method in class com.edsdev.jconvert.presentation.component.NumericalTextField
 
createEmptyInstance(String, String, String, String) - Static method in class com.edsdev.jconvert.domain.Conversion
Just a helper method to get a conversion that is not functional, but can be used to compare This is primarily to speed up generating conversions to determine if one already exists.
createInstance(String, String, String, String, String, double) - Static method in class com.edsdev.jconvert.domain.Conversion
This static mehtod acts as the factory for Conversion objects.
createMissingConversions(ConversionType) - Static method in class com.edsdev.jconvert.logic.ConversionGapBuilder
Looks through all of the conversions in the specified ConversionType and tries to create missing conversions through association.
createOneToOneConversions(ConversionType) - Static method in class com.edsdev.jconvert.logic.ConversionGapBuilder
This method is responsible for creating the one-to-one conversions.
customDataUpdated() - Method in interface com.edsdev.jconvert.common.CustomDataUpdatedListener
 
customDataUpdated() - Method in class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel
 

D

DataLoader - class com.edsdev.jconvert.persistence.DataLoader.
This class is responsible for creating ConversionTypes by loading data from the data files that contain the specifiactions.
DataLoader() - Constructor for class com.edsdev.jconvert.persistence.DataLoader
 
DecimalConversion - class com.edsdev.jconvert.domain.DecimalConversion.
This is the class that represents a decimal conversion in the application.
DecimalConversion(String, String, String, String, String, double) - Constructor for class com.edsdev.jconvert.domain.DecimalConversion
 
debug(Object) - Method in class com.edsdev.jconvert.util.Logger
 
divide(Conversion) - Method in class com.edsdev.jconvert.domain.Conversion
Divide this conversion by the passed in conversion
divide(Conversion) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
divide(Conversion) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 

E

equals(Object) - Method in class com.edsdev.jconvert.domain.Conversion
 
equals(Object) - Method in class com.edsdev.jconvert.domain.ConversionType
 
equals(Object) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
error(Object) - Method in class com.edsdev.jconvert.util.Logger
 
error(Object, Throwable) - Method in class com.edsdev.jconvert.util.Logger
 

F

FractionalConversion - class com.edsdev.jconvert.domain.FractionalConversion.
This is the class that represents a fraction conversion in the application.
FractionalConversion(String, String, String, String, String, double) - Constructor for class com.edsdev.jconvert.domain.FractionalConversion
 
fatal(Object) - Method in class com.edsdev.jconvert.util.Logger
 
fatal(Object, Throwable) - Method in class com.edsdev.jconvert.util.Logger
 
findClass(String) - Method in class com.edsdev.jconvert.util.JCClassLoader
 
fireDataUpdatedEvent() - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 

G

getAllFromUnits() - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
getAppHeight() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getAppName() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getAppWidth() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getAppX() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getAppY() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getBigInteger(String) - Method in class com.edsdev.jconvert.domain.Conversion
Simply extracts BigInteger out of string, but also handles it when there is decimals - should use isWhole number to make sure, because this will throw an exception if not perfect
getBuidVersion() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getBuildDate() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getCRC() - Method in class com.edsdev.jconvert.util.ByteBuffer
 
getCheckForNewerVersion() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getConversionPartner(String) - Method in class com.edsdev.jconvert.domain.Conversion
Returns the "Partner" conversion unit.
getConversionPartnerAbbrev(String) - Method in class com.edsdev.jconvert.domain.Conversion
Returns the "Partner" conversion unit abbreviation.
getConversions() - Method in class com.edsdev.jconvert.common.CustomConversionCurrency
 
getConversions() - Method in class com.edsdev.jconvert.common.CustomConversionCurrency2
 
getConversions() - Method in interface com.edsdev.jconvert.common.CustomConversionDataInterface
This method will do what it needs to do to go out, read, etcetera the information it has to return ConversionType that if fully populated with the custom conversions
getConversions() - Method in class com.edsdev.jconvert.domain.ConversionType
 
getCustomConversionClass() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getCustomConversionJar() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getData() - Method in class com.edsdev.jconvert.util.ByteBuffer
 
getEffectiveNumerator(FractionalConversion) - Method in class com.edsdev.jconvert.domain.FractionalConversion
Simply returns what the numerator would be if this was not a composite fraction.
getElementAt(int) - Method in class com.edsdev.jconvert.presentation.component.ConvertListModel
 
getFromToBottomFactor() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToBottomFactor() - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
getFromToBottomFactor() - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
getFromToFactor() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToFactor() - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
getFromToFactor() - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
getFromToFactorString() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToFactorString() - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
getFromToFactorString() - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
getFromToOffset() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToTopFactor() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToTopFactor() - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
getFromToTopFactor() - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
getFromToWholeNumber() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromToWholeNumber() - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
getFromToWholeNumber() - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
getFromUnit() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromUnit() - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
getFromUnitAbbr() - Method in class com.edsdev.jconvert.domain.Conversion
 
getFromValue() - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
getGenerationAge() - Method in class com.edsdev.jconvert.domain.Conversion
This represents the general age for a conversion.
getGenerationAge() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
getHiddenTabs() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getImage(String) - Static method in class com.edsdev.jconvert.util.ResourceManager
Loads and Image from the classpath as a resource
getImageIcon(String) - Static method in class com.edsdev.jconvert.util.ResourceManager
Gets and ImageIcom from the classloader based on the image resource URL
getInstance(Class) - Static method in class com.edsdev.jconvert.util.Logger
 
getJarPath() - Static method in class com.edsdev.jconvert.util.ResourceManager
Responsible for determining what the path is to the jar file.
getLastFrom() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLastTab() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLastTo() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLastUpdated() - Method in interface com.edsdev.jconvert.common.CustomConversionDataInterface
The internal mechanisms in the implementing class are unknown, but depending on how it works, this method should always return the date that this data is accurate to.
getLastUpdated() - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 
getLastValue() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLength() - Method in class com.edsdev.jconvert.util.ByteBuffer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.edsdev.jconvert.presentation.component.ConvertListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.edsdev.jconvert.presentation.component.VisibleTabsListCellRenderer
 
getLocaleCountry() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLocaleLanguage() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLocaleVariant() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getLogLevel() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getMajorVersion() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getMaxTextLength() - Method in class com.edsdev.jconvert.presentation.component.BaseTextField
 
getMinorVersion() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getNextPlainData(StringBuffer, int) - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 
getPage(String) - Static method in class com.edsdev.jconvert.util.Http
Simplest request, load a URL, no cookie, no referer, follow redirects blindly.
getPage(String, String, String, boolean) - Static method in class com.edsdev.jconvert.util.Http
 
getProp(String) - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getProp(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
getResource(String) - Static method in class com.edsdev.jconvert.util.Messages
Gets the resource specific to the specified key
getResource(String, String) - Static method in class com.edsdev.jconvert.util.Messages
Gets the resource specific to the specified key
getResource(String, String, String) - Static method in class com.edsdev.jconvert.util.Messages
Gets the resource specific to the specified key, replacing the parmeters in the string with the two passed in values
getResource(String, Object[]) - Static method in class com.edsdev.jconvert.util.Messages
Gets the resource specific to the specified key, replacing the parmeters in the string with the values passed in
getResourceAsStream(String) - Static method in class com.edsdev.jconvert.util.ResourceManager
Attempts to find a resource in the classpath and returns an InputStream to that resrouce
getReverseLookup(String) - Static method in class com.edsdev.jconvert.util.Messages
Special method!!! This is messed up, but we need to be able to lookup the original key from the resource bundle from the target resource.
getRevision() - Static method in class com.edsdev.jconvert.util.JConvertProperties
 
getRoundedResult(double) - Method in class com.edsdev.jconvert.domain.Conversion
 
getSize() - Method in class com.edsdev.jconvert.presentation.component.ConvertListModel
 
getToUnit() - Method in class com.edsdev.jconvert.domain.Conversion
 
getToUnit() - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
getToUnitAbbr() - Method in class com.edsdev.jconvert.domain.Conversion
 
getToUnits(String) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
getTopComponent() - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
getTopComponent() - Method in class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel
 
getTranslatedUnit() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
getTranslatedUnitAbbrev() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
getType() - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
getTypeName() - Method in class com.edsdev.jconvert.domain.ConversionType
 
getTypeName() - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
getURL(URL) - Static method in class com.edsdev.jconvert.util.Http
 
getURL(URL, String) - Static method in class com.edsdev.jconvert.util.Http
Retrieve data from HTTP in raw byte form.
getUnit() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
getUnitAbbrev() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
getUnitTranslation(String) - Static method in class com.edsdev.jconvert.util.Messages
Specialized translation designed to handle missing resources in the bundle.

H

HIDDEN_TABS - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
Http - class com.edsdev.jconvert.util.Http.
 
Http() - Constructor for class com.edsdev.jconvert.util.Http
 
hashCode() - Method in class com.edsdev.jconvert.domain.Conversion
 
hashCode() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
htmlToUnicode(String) - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 
hyperlinkUpdate(HyperlinkEvent) - Method in class com.edsdev.jconvert.presentation.AboutDialog
 

I

info(Object) - Method in class com.edsdev.jconvert.util.Logger
 
isFraction(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
isWholeNumber(String) - Static method in class com.edsdev.jconvert.domain.Conversion
This method really tells you if the number can be represented as a long.

J

JCClassLoader - class com.edsdev.jconvert.util.JCClassLoader.
Used to load classes that are not in the classpath, by loading them from a specific directory/jar file.
JCClassLoader(String) - Constructor for class com.edsdev.jconvert.util.JCClassLoader
Constructs this class loader with the specified path.
JConvertProperties - class com.edsdev.jconvert.util.JConvertProperties.
"Static" class that represents the jconvert properties file.
JConvertSettingsProperties - class com.edsdev.jconvert.util.JConvertSettingsProperties.
"Static" class that represents the settings of the application that could be configured by the user.

L

LAST_FROM - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LAST_TAB - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LAST_TO - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LAST_VALUE - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LOCALE_COUNTRY - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LOCALE_LANGUAGE - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LOCALE_VARIANT - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
LOG_LEVEL - Static variable in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
Logger - class com.edsdev.jconvert.util.Logger.
This logger is intended to interface with log4j if it can be found in the classpath.
Logger(Class) - Constructor for class com.edsdev.jconvert.util.Logger
 
loadData() - Method in class com.edsdev.jconvert.persistence.DataLoader
This method will load data from convert.dat and convert_custom.dat.
loadData(String, boolean, List) - Method in class com.edsdev.jconvert.persistence.DataLoader
This method is responsible for loading data from a resource into a list.
loadProperties(String) - Static method in class com.edsdev.jconvert.util.ResourceManager
Loads a properties file from the classpath based on the name provided
loadProperties(InputStream) - Static method in class com.edsdev.jconvert.util.ResourceManager
Loads properties from an InputStream into a Properties object

M

MAJOR_VERSION - Static variable in class com.edsdev.jconvert.util.JConvertProperties
 
MINOR_VERSION - Static variable in class com.edsdev.jconvert.util.JConvertProperties
 
MainFrame - class com.edsdev.jconvert.presentation.MainFrame.
 
MainFrame() - Constructor for class com.edsdev.jconvert.presentation.MainFrame
 
Messages - class com.edsdev.jconvert.util.Messages.
This class is used to load String resources specific to the current Locale
Messages() - Constructor for class com.edsdev.jconvert.util.Messages
 
main(String[]) - Static method in class com.edsdev.jconvert.persistence.DataLoader
 
main(String[]) - Static method in class com.edsdev.jconvert.presentation.MainFrame
 
main(String[]) - Static method in class com.edsdev.jconvert.presentation.UpgradeVersionChecker
 
makeRequest(URL, String) - Static method in class com.edsdev.jconvert.util.Http
 
multiply(Conversion) - Method in class com.edsdev.jconvert.domain.Conversion
Multiply this conversion by the passed in conversion
multiply(Conversion) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
multiply(Conversion) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 

N

NumericalTextField - class com.edsdev.jconvert.presentation.component.NumericalTextField.
 
NumericalTextField(int) - Constructor for class com.edsdev.jconvert.presentation.component.NumericalTextField
 
NumericalTextField() - Constructor for class com.edsdev.jconvert.presentation.component.NumericalTextField
 

O

openURL(String) - Static method in class com.edsdev.jconvert.util.Browser
Opens the browser with the supplied URL

P

persist() - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
postFormPage(String, String, String, String, boolean) - Static method in class com.edsdev.jconvert.util.Http
 
printDetails() - Method in class com.edsdev.jconvert.domain.ConversionType
 
processFocusEvent(FocusEvent) - Method in class com.edsdev.jconvert.presentation.component.BaseTextField
 

R

REVISION - Static variable in class com.edsdev.jconvert.util.JConvertProperties
 
ResourceManager - class com.edsdev.jconvert.util.ResourceManager.
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
ResourceManager() - Constructor for class com.edsdev.jconvert.util.ResourceManager
 
receiveData(URLConnection) - Static method in class com.edsdev.jconvert.util.Http
Retrieve raw data from an already existing URL connection.
receivePage(URLConnection, String) - Static method in class com.edsdev.jconvert.util.Http
 
receivePage(URLConnection) - Static method in class com.edsdev.jconvert.util.Http
 
receivePage_old(URLConnection) - Static method in class com.edsdev.jconvert.util.Http
 
recordCurrentTabInfo() - Method in class com.edsdev.jconvert.presentation.MainFrame
 
reduceFraction(String) - Static method in class com.edsdev.jconvert.domain.FractionalConversion
 
removeConversionsChangedListener(ConversionsChangedListener) - Method in class com.edsdev.jconvert.presentation.AddCustomConversionDlg
 
removeConversionsChangedListener(ConversionsChangedListener) - Method in class com.edsdev.jconvert.presentation.SettingsDlg
 
removeListDataListener(ListDataListener) - Method in class com.edsdev.jconvert.presentation.component.ConvertListModel
 
resetBundle() - Static method in class com.edsdev.jconvert.util.Messages
 
restorTabInfo() - Method in class com.edsdev.jconvert.presentation.MainFrame
 

S

SettingsDlg - class com.edsdev.jconvert.presentation.SettingsDlg.
 
SettingsDlg(Frame, List) - Constructor for class com.edsdev.jconvert.presentation.SettingsDlg
 
save(String) - Method in class com.edsdev.jconvert.util.ByteBuffer
 
selectText() - Method in class com.edsdev.jconvert.presentation.component.BaseTextField
Highlights the text in the text box.
setAppHeight(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setAppWidth(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setAppX(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setAppY(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setCheckForNewerVersion(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setConversionTypeData(ConversionTypeData) - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
setCustomConversionClass(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setCustomConversionJar(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setCustomDataAdapter(CustomConversionDataInterface) - Method in class com.edsdev.jconvert.presentation.component.CustomTabConversionPanel
 
setFromToBottomFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToBottomFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
setFromToBottomFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
setFromToFactor(double) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToFactor(double) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
setFromToFactor(double) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
setFromToFactorString(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToFactorString(String) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
setFromToFactorString(String) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
setFromToOffset(double) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToTopFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToTopFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
setFromToTopFactor(BigInteger) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
setFromToWholeNumber(BigInteger) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromToWholeNumber(BigInteger) - Method in class com.edsdev.jconvert.domain.DecimalConversion
 
setFromToWholeNumber(BigInteger) - Method in class com.edsdev.jconvert.domain.FractionalConversion
 
setFromUnit(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromUnit(String) - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
setFromUnitAbbr(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
setFromValue(String) - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
setGenerationAge(int) - Method in class com.edsdev.jconvert.domain.Conversion
 
setGenerationAge(int) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
setHiddenTabs(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLastFrom(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLastTab(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLastTo(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLastUpdated(Date) - Method in class com.edsdev.jconvert.common.CustomConversionImpl
 
setLastValue(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setList(List) - Method in class com.edsdev.jconvert.presentation.component.ConvertListModel
 
setLocaleCountry(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLocaleLanguage(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLocaleVariant(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setLogLevel(String) - Static method in class com.edsdev.jconvert.util.JConvertSettingsProperties
 
setMaxTextLength(int) - Method in class com.edsdev.jconvert.presentation.component.BaseTextField
Sets the maximum length of text allowed in this field
setText(String) - Method in class com.edsdev.jconvert.presentation.component.BaseTextField
 
setToUnit(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
setToUnit(String) - Method in class com.edsdev.jconvert.presentation.ConversionPanel
 
setToUnitAbbr(String) - Method in class com.edsdev.jconvert.domain.Conversion
 
setTranslatedUnit(String) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
setTranslatedUnitAbbrev(String) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
setType(ConversionType) - Method in class com.edsdev.jconvert.presentation.ConversionTypeData
 
setTypeName(String) - Method in class com.edsdev.jconvert.domain.ConversionType
 
setUnit(String) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 
setUnitAbbrev(String) - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 

T

toString() - Method in class com.edsdev.jconvert.domain.Conversion
 
toString() - Method in class com.edsdev.jconvert.presentation.ConversionUnitData
 

U

UpgradeVersionChecker - class com.edsdev.jconvert.presentation.UpgradeVersionChecker.
This is a helper class that is designed to determine if there is a new version of the application that should be retrieved.
UpgradeVersionChecker() - Constructor for class com.edsdev.jconvert.presentation.UpgradeVersionChecker
 
unloadData(List, String) - Method in class com.edsdev.jconvert.persistence.DataLoader
Writes the List of ConversionTypes to output.dat.

V

VisibleTabsListCellRenderer - class com.edsdev.jconvert.presentation.component.VisibleTabsListCellRenderer.
This is a renderer specifically for displaying and updating hidden and visible tabs within the application
VisibleTabsListCellRenderer() - Constructor for class com.edsdev.jconvert.presentation.component.VisibleTabsListCellRenderer
 

W

warn(Object) - Method in class com.edsdev.jconvert.util.Logger
 
warn(Object, Throwable) - Method in class com.edsdev.jconvert.util.Logger
 

A B C D E F G H I J L M N O P R S T U V W

JConvert - opensource project by Ed Sarrazin