Serialized Form


Package cz.vity.freerapid.core.tasks

Class cz.vity.freerapid.core.tasks.Blocker extends Object implements Serializable


Package cz.vity.freerapid.core.tasks.exceptions

Class cz.vity.freerapid.core.tasks.exceptions.NoAvailableConnection extends Exception implements Serializable

Class cz.vity.freerapid.core.tasks.exceptions.UpdateFailedException extends Exception implements Serializable


Package cz.vity.freerapid.gui

Class cz.vity.freerapid.gui.JXListSelectionConverter extends com.jgoodies.binding.value.AbstractConverter implements Serializable

Serialized Fields

list

org.jdesktop.swingx.JXList list

Class cz.vity.freerapid.gui.JXTableSelectionConverter extends com.jgoodies.binding.value.AbstractConverter implements Serializable

Serialized Fields

table

org.jdesktop.swingx.JXTable table

Class cz.vity.freerapid.gui.MyPreferencesAdapter extends com.jgoodies.binding.value.AbstractValueModel implements Serializable

Serialized Fields

prefs

Preferences prefs
Refers to the preferences node that is used to persist the bound data.


key

String key
Holds the preferences key that is used to access the stored value.


type

Class<T> type
Refers to the type of accepted values.


defaultValue

Object defaultValue
Holds the default value that is used if the preferences do not yet store a value.

Class cz.vity.freerapid.gui.MyPresentationModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

beanAdapter

com.jgoodies.binding.beans.BeanAdapter<B> beanAdapter
Refers to the BeanAdapter that provides all underlying behavior to vend adapting ValueModels, track bean changes, and to register with bound bean properties.


triggerChannel

com.jgoodies.binding.value.ValueModel triggerChannel
Holds a three-state trigger channel that can be used to trigger commit and reset events in instances of BufferedValueModel. The trigger value is changed to true in #triggerCommit and is changed to false in #triggerFlush.

The trigger channel is initialized as a Trigger but may be replaced by any other ValueModel that accepts booleans.

See Also:
MyPresentationModel.getTriggerChannel(), MyPresentationModel.setTriggerChannel(com.jgoodies.binding.value.ValueModel), MyPresentationModel.getBufferedModel(String)

wrappedBuffers

Map<K,V> wrappedBuffers
Maps property names to instances of the inner class WrappedBuffer. These hold a BufferedValueModel associated with the property name, as well as an optional getter and setter name. These accessor names are used to check that multiple calls to #getBufferedModel use the same getter and setter for a given property name.

The indirectly stored BufferedValueModel are checked whenever the buffering state is updated. And these model's trigger channel is updated when the PresentationModel gets a new trigger channel.

See Also:
MyPresentationModel.getBufferedModel(String), MyPresentationModel.getBufferedModel(String,String,String), MyPresentationModel.isBuffering(), MyPresentationModel.setTriggerChannel(com.jgoodies.binding.value.ValueModel)

bufferingUpdateHandler

PropertyChangeListener bufferingUpdateHandler
Listens to value changes and validates this model. The validation result is available in the validationResultHolder.

Also listens to changes of the buffering property in BufferedValueModels and updates the buffering state - if necessary.


buffering

boolean buffering
Indicates whether a registered buffered model has a pending change, in other words whether any of the values has been edited or not.


changedUpdateHandler

PropertyChangeListener changedUpdateHandler
Listens to property changes and updates the changed property.


changed

boolean changed
Indicates whether a registered model has changed.


componentModels

Map<K,V> componentModels
Maps property names to instances of ComponentValueModel. Used to ensure that multiple calls to #getComponentModel return the same instance.

See Also:
MyPresentationModel.getComponentModel(String)

bufferedComponentModels

Map<K,V> bufferedComponentModels
Maps property names to instances of ComponentValueModel. Used to ensure that multiple calls to #getBufferedComponentModel return the same instance.

See Also:
MyPresentationModel.getBufferedComponentModel(String)

Package cz.vity.freerapid.gui.actions

Class cz.vity.freerapid.gui.actions.URLTransferHandler extends TransferHandler implements Serializable

Serialized Fields

urls

List<E> urls

pluginsManager

PluginsManager pluginsManager

Package cz.vity.freerapid.gui.content

Class cz.vity.freerapid.gui.content.ContentPanel extends JPanel implements Serializable

Serialized Fields

context

org.jdesktop.application.ApplicationContext context

director

ManagerDirector director

manager

DataManager manager

cancelActionEnabled

boolean cancelActionEnabled

resumeActionEnabled

boolean resumeActionEnabled

removeCompletedActionEnabled

boolean removeCompletedActionEnabled

pauseActionEnabled

boolean pauseActionEnabled

completeWithFilesEnabled

boolean completeWithFilesEnabled

selectedEnabled

boolean selectedEnabled

nonEmptyEnabled

boolean nonEmptyEnabled

validateLinksEnabled

boolean validateLinksEnabled

removeInvalidLinksActionEnabled

boolean removeInvalidLinksActionEnabled

table

org.jdesktop.swingx.JXTable table

Package cz.vity.freerapid.gui.dialogs

Class cz.vity.freerapid.gui.dialogs.AboutDialog extends AppDialog implements Serializable

Serialized Fields

xImagePanel

JLabel xImagePanel

infoLabel

JLabel infoLabel

audioClip

AudioClip audioClip

btnOK

JButton btnOK

Class cz.vity.freerapid.gui.dialogs.AccountDialog extends AppDialog implements Serializable

Serialized Fields

model

com.jgoodies.binding.PresentationModel<B> model

account

PremiumAccount account

fieldUserName

JTextField fieldUserName

fieldPassword

JPasswordField fieldPassword

btnOK

JButton btnOK

btnCancel

JButton btnCancel

Class cz.vity.freerapid.gui.dialogs.ConnectDialog extends AppDialog implements Serializable

Serialized Fields

model

MyPresentationModel<B> model

fieldHostName

JTextField fieldHostName

fieldPort

JTextField fieldPort

checkAuthentification

JCheckBox checkAuthentification

fieldUserName

JTextField fieldUserName

fieldPassword

JPasswordField fieldPassword

checkStorePassword

JCheckBox checkStorePassword

btnOk

JButton btnOk

btnCancel

JButton btnCancel

contentPanel

JPanel contentPanel

labelLoginName

JLabel labelLoginName

labelPassword

JLabel labelPassword

labelWarning

JLabel labelWarning

checkUseProxy

JCheckBox checkUseProxy

Class cz.vity.freerapid.gui.dialogs.DownloadHistoryDialog extends AppFrame implements Serializable

Serialized Fields

manager

FileHistoryManager manager

selectedEnabled

boolean selectedEnabled

fileExistsEnabled

boolean fileExistsEnabled

director

ManagerDirector director

exampleSearchString

String exampleSearchString

combobox

JComboBox combobox

fieldFilter

JTextField fieldFilter

table

org.jdesktop.swingx.JXTable table

clearHistoryBtn

JButton clearHistoryBtn

okButton

JButton okButton

Class cz.vity.freerapid.gui.dialogs.InformationDialog extends AppFrame implements Serializable

Serialized Fields

director

ManagerDirector director

file

DownloadFile file

model

com.jgoodies.binding.PresentationModel<B> model

iconLabel

JLabel iconLabel

pathLabel

JLabel pathLabel

fieldFrom

JTextField fieldFrom

fieldSize

JTextField fieldSize

descriptionArea

JTextArea descriptionArea

comboPath

JComboBox comboPath

btnSelectPath

JButton btnSelectPath

progressBar

JProgressBar progressBar

remainingLabel

JLabel remainingLabel

currentSpeedLabel

JLabel currentSpeedLabel

avgSpeedLabel

JLabel avgSpeedLabel

okButton

JButton okButton

cancelButton

JButton cancelButton

estTimeLabel

JLabel estTimeLabel

Class cz.vity.freerapid.gui.dialogs.MultipleSettingsDialog extends AppFrame implements Serializable

Serialized Fields

files

List<E> files

file

DownloadFile file

titleLabel

JLabel titleLabel

fieldSize

JTextField fieldSize

descriptionArea

JTextArea descriptionArea

comboPath

JComboBox comboPath

btnSelectPath

JButton btnSelectPath

okButton

JButton okButton

cancelButton

JButton cancelButton

Class cz.vity.freerapid.gui.dialogs.NewLinksDialog extends AppDialog implements Serializable

Serialized Fields

urlsArea

EditorPaneLinkDetector urlsArea

startPaused

boolean startPaused

dataManager

DataManager dataManager

removeList

List<E> removeList

pluginsManager

PluginsManager pluginsManager

director

ManagerDirector director

comboPath

JComboBox comboPath

btnSelectPath

JButton btnSelectPath

btnPasteFromClipboard

JButton btnPasteFromClipboard

okButton

JButton okButton

btnStartPaused

JButton btnStartPaused

cancelButton

JButton cancelButton

descriptionArea

JTextArea descriptionArea

Class cz.vity.freerapid.gui.dialogs.SpeedMeterDialog extends AppFrame implements Serializable

Serialized Fields

director

ManagerDirector director

comp

SpeedMonitor comp

task

TimerTask task

cancelButton

JButton cancelButton

Class cz.vity.freerapid.gui.dialogs.SubmitErrorDialog extends AppDialog implements Serializable

Serialized Fields

errorInfo

SubmitErrorInfo errorInfo

model

com.jgoodies.binding.PresentationModel<B> model

fieldName

JTextField fieldName

fieldEmail

JTextField fieldEmail

commentTextArea

JTextArea commentTextArea

btnConnection

JButton btnConnection

btnOk

JButton btnOk

btnCancel

JButton btnCancel

Class cz.vity.freerapid.gui.dialogs.UpdateDialog extends AppDialog implements Serializable

Serialized Fields

managerDirector

ManagerDirector managerDirector

listModel

com.jgoodies.binding.list.ArrayListModel<E> listModel

table

org.jdesktop.swingx.JXTable table

labelServer

JLabel labelServer

labelUpdatesCount

JLabel labelUpdatesCount

btnOK

JButton btnOK

btnCancel

JButton btnCancel

Class cz.vity.freerapid.gui.dialogs.UserPreferencesDialog extends AppDialog implements Serializable

Serialized Fields

model

MyPresentationModel<B> model

bundle

org.jdesktop.application.ResourceMap bundle

context

org.jdesktop.application.ApplicationContext context

clientManager

ClientManager clientManager

updateDefaultConnection

boolean updateDefaultConnection

managerDirector

ManagerDirector managerDirector

trigger

com.jgoodies.binding.value.Trigger trigger

pluginTableWasChanged

boolean pluginTableWasChanged

pluginOptionsEnabled

boolean pluginOptionsEnabled

pluginTabbedPane

JTabbedPane pluginTabbedPane

backupLaF

LaF backupLaF

btnOK

JButton btnOK

btnCancel

JButton btnCancel

btnCreateDesktopShortcut

JButton btnCreateDesktopShortcut

btnCreateStartMenuShortcut

JButton btnCreateStartMenuShortcut

btnCreateQuickLaunchShortcut

JButton btnCreateQuickLaunchShortcut

btnCreateStartupShortcut

JButton btnCreateStartupShortcut

panelCard

JPanel panelCard

checkForNewVersion

JCheckBox checkForNewVersion

checkAllowOnlyOneInstance

JCheckBox checkAllowOnlyOneInstance

checkContinueInterrupted

JCheckBox checkContinueInterrupted

checkAutoShutDownDisabledWhenExecuted

JCheckBox checkAutoShutDownDisabledWhenExecuted

comboFileExists

JComboBox comboFileExists

comboRemoveCompleted

JComboBox comboRemoveCompleted

checkPlaySoundInCaseOfError

JCheckBox checkPlaySoundInCaseOfError

checkPlaySoundWhenComplete

JCheckBox checkPlaySoundWhenComplete

comboLaF

JComboBox comboLaF

comboLng

JComboBox comboLng

checkDecoratedFrames

JCheckBox checkDecoratedFrames

checkAnimateIcon

JCheckBox checkAnimateIcon

checkShowIconInSystemTray

JCheckBox checkShowIconInSystemTray

checkHideWhenMinimized

JCheckBox checkHideWhenMinimized

checkGenerateTXTDescription

JCheckBox checkGenerateTXTDescription

checkGenerateDescIon

JCheckBox checkGenerateDescIon

checkGenerateHidden

JCheckBox checkGenerateHidden

checkUseHistory

JCheckBox checkUseHistory

checkShowToolbarText

JCheckBox checkShowToolbarText

checkConfirmExiting

JCheckBox checkConfirmExiting

checkConfirmFileDeletion

JCheckBox checkConfirmFileDeletion

checkConfirmFileRemove

JCheckBox checkConfirmFileRemove

checkConfirmDownloadingRemoveOnly

JCheckBox checkConfirmDownloadingRemoveOnly

checkShowHorizontalLinesInTable

JCheckBox checkShowHorizontalLinesInTable

checkShowVerticalLinesInTable

JCheckBox checkShowVerticalLinesInTable

checkPrepareFile

JCheckBox checkPrepareFile

checkCloseToTray

JCheckBox checkCloseToTray

checkUseDefaultConnection

JCheckBox checkUseDefaultConnection

spinnerMaxConcurrentDownloads

JSpinner spinnerMaxConcurrentDownloads

checkUseProxyList

JCheckBox checkUseProxyList

checkShowTitle

JCheckBox checkShowTitle

checkProcessFromTop

JCheckBox checkProcessFromTop

checkForFileExistenceBeforeDownload

JCheckBox checkForFileExistenceBeforeDownload

checkServiceAsIconOnly

JCheckBox checkServiceAsIconOnly

checkRecheckFilesOnStart

JCheckBox checkRecheckFilesOnStart

fieldProxyListPath

JTextField fieldProxyListPath

btnProxyListPathSelect

JButton btnProxyListPathSelect

btnSelectConnectionProxy

JButton btnSelectConnectionProxy

spinnerErrorAttemptsCount

JSpinner spinnerErrorAttemptsCount

spinnerAutoReconnectTime

JSpinner spinnerAutoReconnectTime

toolbar

com.l2fprod.common.swing.JButtonBar toolbar

btnApplyLookAndFeel

JButton btnApplyLookAndFeel

pluginTable

org.jdesktop.swingx.JXTable pluginTable

btnPluginOptions

JButton btnPluginOptions

check4PluginUpdatesAutomatically

JCheckBox check4PluginUpdatesAutomatically

checkDownloadNotExistingPlugins

JCheckBox checkDownloadNotExistingPlugins

comboPluginServers

JComboBox comboPluginServers

btnResetDefaultPluginServer

JButton btnResetDefaultPluginServer

btnUpdatePlugins

JButton btnUpdatePlugins

comboHowToUpdate

JComboBox comboHowToUpdate

popmenuButton

PopdownButton popmenuButton

spinnerUpdateHour

JSpinner spinnerUpdateHour

Package cz.vity.freerapid.gui.managers.exceptions

Class cz.vity.freerapid.gui.managers.exceptions.NotSupportedDownloadServiceException extends RuntimeException implements Serializable

Class cz.vity.freerapid.gui.managers.exceptions.PluginIsNotEnabledException extends NotSupportedDownloadServiceException implements Serializable

Serialized Fields

disabledPlugin

PluginMetaData disabledPlugin

Package cz.vity.freerapid.plugins.exceptions

Class cz.vity.freerapid.plugins.exceptions.BadLoginException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.BuildMethodException extends PluginImplementationException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.CaptchaEntryInputMismatchException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException extends Exception implements Serializable

Class cz.vity.freerapid.plugins.exceptions.FailedToLoadCaptchaPictureException extends ErrorDuringDownloadingException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.FileTransferFailedException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.InvalidURLOrServiceProblemException extends ErrorDuringDownloadingException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.NotEnoughSpaceException extends ErrorDuringDownloadingException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException extends ErrorDuringDownloadingException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.NotSupportedDownloadByServiceException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.PluginImplementationException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.ServiceConnectionProblemException extends ErrorDuringDownloadingException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.URLNotAvailableAnymoreException extends NotRecoverableDownloadException implements Serializable

Class cz.vity.freerapid.plugins.exceptions.YouHaveToWaitException extends ErrorDuringDownloadingException implements Serializable

Serialized Fields

howManySecondsToWait

int howManySecondsToWait
Field howManySecondsToWait - how many second user has to wait


Package cz.vity.freerapid.plugins.webclient.hoster

Class cz.vity.freerapid.plugins.webclient.hoster.PremiumAccount extends org.jdesktop.application.AbstractBean implements Serializable

serialVersionUID: 1L

Serialized Fields

username

String username
Field username


password

String password
Field password


Package cz.vity.freerapid.sandbox

Class cz.vity.freerapid.sandbox.MemoryMonitor extends JPanel implements Serializable

Serialized Fields

surf

MemoryMonitor.Surface surf

controls

JPanel controls

doControls

boolean doControls

tf

JTextField tf

Class cz.vity.freerapid.sandbox.MemoryMonitor.Surface extends JPanel implements Serializable

Serialized Fields

thread

Thread thread

sleepAmount

long sleepAmount

w

int w

h

int h

bimg

BufferedImage bimg

big

Graphics2D big

font

Font font

columnInc

int columnInc

pts

int[] pts

ptNum

int ptNum

ascent

int ascent

descent

int descent

graphOutlineRect

Rectangle graphOutlineRect

mfRect

Rectangle2D mfRect

muRect

Rectangle2D muRect

graphLine

Line2D graphLine

graphColor

Color graphColor

mfColor

Color mfColor

usedStr

String usedStr

r

Random r

max

float max

Class cz.vity.freerapid.sandbox.SpeedMonitor extends JPanel implements Serializable

Serialized Fields

w

int w

h

int h

bimg

BufferedImage bimg

big

Graphics2D big

columnInc

int columnInc

pts

int[] pts

ptNum

int ptNum

ascent

int ascent

descent

int descent

graphOutlineRect

Rectangle graphOutlineRect

mfRect

Rectangle2D mfRect

muRect

Rectangle2D muRect

graphLine

Line2D graphLine

graphColor

Color graphColor

mfColor

Color mfColor

maximum

float maximum

currentSpeed

float currentSpeed

Class cz.vity.freerapid.sandbox.TestDragTable extends JTable implements Serializable

Serialized Fields

jt

JTable jt

Class cz.vity.freerapid.sandbox.TestDragTable.TransferHandler2 extends TransferHandler implements Serializable


Package cz.vity.freerapid.swing

Class cz.vity.freerapid.swing.EDTPropertyChangeSupport extends PropertyChangeSupport implements Serializable

Class cz.vity.freerapid.swing.LimitedPlainDocument extends PlainDocument implements Serializable

Serialized Fields

pattern

Pattern pattern

Class cz.vity.freerapid.swing.ToolbarSeparator extends JToolBar.Separator implements Serializable


Package cz.vity.freerapid.swing.components

Class cz.vity.freerapid.swing.components.CompTitledBorder extends TitledBorder implements Serializable

Serialized Fields

component

Component component

Class cz.vity.freerapid.swing.components.CompTitledPane extends JPanel implements Serializable

Serialized Fields

border

CompTitledBorder border

component

JComponent component

panel

JPanel panel

Class cz.vity.freerapid.swing.components.EditorPaneLinkDetector extends JEditorPane implements Serializable

Class cz.vity.freerapid.swing.components.EnhancedToolbar extends com.l2fprod.common.swing.JButtonBar implements Serializable

Serialized Fields

isCyclic

boolean isCyclic

isGroupSelectionFollowFocus

boolean isGroupSelectionFollowFocus

Class cz.vity.freerapid.swing.components.MemoryIndicator extends JPanel implements Serializable

Serialized Fields

progressBar

JProgressBar progressBar

Class cz.vity.freerapid.swing.components.PopdownButton extends JToggleButton implements Serializable

Serialized Fields

fButton

JToggleButton fButton

fPopupMenu

JPopupMenu fPopupMenu

Package cz.vity.freerapid.swing.models

Class cz.vity.freerapid.swing.models.NaiiveComboModel extends DefaultComboBoxModel implements Serializable

Class cz.vity.freerapid.swing.models.PropertyListComboModel extends DefaultComboBoxModel implements Serializable

Class cz.vity.freerapid.swing.models.RecentsFilesComboModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

stack

Stack<E> stack

keyProperties

String keyProperties

autosave

boolean autosave

maxRecentPhrasesCount

int maxRecentPhrasesCount

Class cz.vity.freerapid.swing.models.SimplePreferencesComboModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

stack

Stack<E> stack

keyProperties

String keyProperties

autosave

boolean autosave

maxRecentPhrasesCount

int maxRecentPhrasesCount

Package cz.vity.freerapid.swing.renderers

Class cz.vity.freerapid.swing.renderers.ComboBoxRenderer extends JLabel implements Serializable

Serialized Fields

separator

JSeparator separator

Class cz.vity.freerapid.swing.renderers.HeaderIconRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

icon

Icon icon