Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

N

name - Variable in class com.screenscraper.action.FormParameter
The name of the form parameter.
name - Variable in class com.screenscraper.datamanager.skeleton.BasicSchema
 
name - Variable in enum com.screenscraper.datamanager.sql.SqlTableSchema.SqlSchemaAttr
 
name - Variable in class com.screenscraper.util.form.Input
 
Name - Class in com.screenscraper.util.parsing.name
Representation of a name
Name(String, String) - Constructor for class com.screenscraper.util.parsing.name.Name
Creates a simple name
Name(String, List<String>, String) - Constructor for class com.screenscraper.util.parsing.name.Name
Creates a name with the given parameters
Name(List<String>, String, List<String>, String, Collection<String>, Collection<String>) - Constructor for class com.screenscraper.util.parsing.name.Name
Creates a name with all the specified parameters
name - Variable in class com.screenscraper.view.languagesupport.javadoc.Documentation
 
NAME_FIRST_COMPARATOR - Static variable in class com.screenscraper.http.util.SharedResourceUser
Comparator to return first by name, then by time (oldest first)
NamedTask<T> - Class in com.screenscraper.concurrent
Class that adds simple functionality for naming a callable or runnable and assigning it a name.
NamedTask(String, Runnable) - Constructor for class com.screenscraper.concurrent.NamedTask
Wraps a runnable as a named task.
NamedTask(String, Callable<T>) - Constructor for class com.screenscraper.concurrent.NamedTask
Wraps a callable as a named task.
NamedThreadFactory - Class in com.screenscraper.concurrent
Simple named thread factory class
NamedThreadFactory() - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Create a default thread factory
NamedThreadFactory(String) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Create a factory with a base name
NamedThreadFactory(ThreadGroup) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Create a factory that creates threads into the specified group
NamedThreadFactory(String, ThreadGroup) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Creates a factory that uses a base name and a thread group
NamedThreadFactory(String, ThreadGroup, int) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Creates a factory that uses a base name and a thread group
NamedThreadFactory(String, ThreadGroup, boolean) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Creates a factory that uses a base name and a thread group
NamedThreadFactory(String, ThreadGroup, boolean, int) - Constructor for class com.screenscraper.concurrent.NamedThreadFactory
Creates a factory that uses a base name and a thread group
NameParser - Interface in com.screenscraper.util.parsing.name
Basic methods required for a name parser
NameParserEnum - Enum in com.screenscraper.util.parsing.name
Name parser with default parse formats
nativeSQL(String) - Method in class com.screenscraper.datamanager.sql.DataManagerDataSource.ManagedConnection
 
navigate(String) - Method in class com.screenscraper.webbrowser.ScreenScraperWebBrowser
 
NavigationAction - Class in com.screenscraper.action
A base class for browser navigation actions such as clicking a link or submitting a form.
NavigationAction() - Constructor for class com.screenscraper.action.NavigationAction
An empty constructor needed for Castor.
NavigationAction(String) - Constructor for class com.screenscraper.action.NavigationAction
Initializes the action with only a name.
NavigationActionDoer - Class in com.screenscraper.action
A base class for carrying out navigation actions, such as clicking a button or entering text into a text field.
NavigationActionDoer() - Constructor for class com.screenscraper.action.NavigationActionDoer
 
NavigationActionDoerDisplayer(List<NavigationActionDoer>) - Constructor for class com.screenscraper.view.ViewNavigationAction.NavigationActionDoerDisplayer
Initializes and displays the viewer based on the passed in navigation action doers.
NavigatorMimeTypes - Class in com.screenscraper.util.javascript.models.dom
Class Description
NavigatorMimeTypes(WindowModel) - Constructor for class com.screenscraper.util.javascript.models.dom.NavigatorMimeTypes
 
NavigatorModel - Class in com.screenscraper.util.javascript.models.dom
Represents the navigator object
NavigatorModel(WindowModel) - Constructor for class com.screenscraper.util.javascript.models.dom.NavigatorModel
 
NavigatorModel(WindowModel, String) - Constructor for class com.screenscraper.util.javascript.models.dom.NavigatorModel
 
navView - Variable in class com.screenscraper.view.FieldChooserDialog
 
NeedsSavingDialogCloser(JDialog) - Constructor for class com.screenscraper.view.ViewMainFrame.NeedsSavingDialogCloser
 
negate() - Method in class com.screenscraper.profiling.session.units.RationalNumber
Returns the negative value of this number
NEGATIVE_ONE - Static variable in class com.screenscraper.profiling.session.units.RationalNumber
The number -1
NEW_LINE_REPLACER - Static variable in class com.screenscraper.scraper.RemoteScrapingSessionCommand
The new line replacer.
newInstance(HttpParams) - Method in class com.screenscraper.scraper.NTLMSchemeFactory
 
newTaskFor(Runnable, T) - Method in class com.screenscraper.concurrent.TimedExecutorService
 
newTaskFor(Callable<T>) - Method in class com.screenscraper.concurrent.TimedExecutorService
 
newThread(Runnable) - Method in class com.screenscraper.concurrent.NamedThreadFactory
 
newThreadName - Variable in class com.screenscraper.scraper.ScriptContext.ScriptRunner
 
next() - Method in class com.screenscraper.datamanager.sql.cache.CacheLoader
Deprecated.
Returns the next bundle of data that needs to be fixed
NO_MAPPING_SET - Static variable in class com.screenscraper.model.MappingSetComboBoxModel
Indicates that no mapping set is to be used.
NO_ORDER - Static variable in class com.screenscraper.datamanager.sql.util.SqlLookup
 
noAnonymousProxyAccountLogMessage - Static variable in class com.screenscraper.util.AnonymousProxyUtils
 
noAnonymousProxyAccountPopUpMessage - Static variable in class com.screenscraper.util.AnonymousProxyUtils
 
noExtractorPatternsMatched() - Method in interface com.screenscraper.scraper.RunningScrapeableFile
Indicates whether or not none of the extractor patterns for this scrapeable file found a match.
noExtractorPatternsMatched() - Method in class com.screenscraper.scraper.ScrapeableFile
Indicates whether or not none of the extractor patterns for this scrapeable file found a match.
Notifiable - Interface in com.screenscraper.common
 
notifyOfCorruptDatabase() - Static method in class com.screenscraper.util.General
Notifies the user that the database is corrupted.
notifyOfCorruptDatabase() - Static method in class com.screenscraper.view.ViewMainFrame
Notifies the user that the database is corrupted.
notifyOfWriteFileError(String) - Static method in class com.screenscraper.util.General
Notifies the user that they don't have write access to needed files.
notifyOfWriteFileError(String) - Static method in class com.screenscraper.view.ViewMainFrame
Notifies the user that the database is corrupted.
notifyUserOfComplexHTML(JComponent) - Static method in class com.screenscraper.util.General
If, when trying to get the currently selected HTML, we're unable to for some reason this method will notify the user.
NotNull - Annotation Type in com.screenscraper.annotations
Represents that a value is expected to never be null
NTLMSchemeFactory - Class in com.screenscraper.scraper
 
NTLMSchemeFactory() - Constructor for class com.screenscraper.scraper.NTLMSchemeFactory
 
NULL - Static variable in class com.screenscraper.view.languagesupport.javadoc.ClassDocumentation
Null object for the class
NULL - Static variable in class com.screenscraper.view.languagesupport.javadoc.ConstructorDocumentation
Null object for the class
NULL - Static variable in class com.screenscraper.view.languagesupport.javadoc.MethodDocumentation
Null object for the class
NULL - Static variable in class com.screenscraper.view.languagesupport.javadoc.VariableDocumentation
Null object for the class
Nullable - Annotation Type in com.screenscraper.annotations
Represents that a value can be null, and the code is setup to deal with that
nullScrapingSessionReference() - Method in class com.screenscraper.scraper.ScheduledScrapingSession
Nulls out the reference this object has to its corresponding ScrapingSession object.
nullScrapingSessionReference() - Method in class com.screenscraper.scraper.ScrapeableSession
Nulls out the reference this object has to its corresponding ScrapingSession object.
nullScrapingSessionReference(ScrapingSession) - Static method in class com.screenscraper.scraper.ScrapeableSessionManager
Nulls out the reference to the given ScrapingSession if a ScrapeableSession containing that ScrapingSession is found.
nullToEmptyString(Object) - Static method in class com.screenscraper.util.General
Turns a potentially null value into an empty string.
nullToEmptyString(Object) - Method in class com.screenscraper.util.ScrapingUtil
Turns a potentially null value into an empty string.
NullTypeConverter - Enum in com.screenscraper.util.objectlogger
Class for logging null values
NUM_REQUESTS - Static variable in class com.screenscraper.ie.InternetExplorer
 
NUMBER_CONVERSION_RADIX - Static variable in class com.screenscraper.datamanager.skeleton.cache.CacheUtility
The radix used for converting numbers to an output string value
NUMBER_CONVERSION_RADIX - Static variable in class com.screenscraper.datamanager.sql.cache.CachingUtility
Deprecated.
The radix used for converting numbers to an output string value
NumberInput - Class in com.screenscraper.util.form
Represents a number input
NumberInput(String) - Constructor for class com.screenscraper.util.form.NumberInput
 
NumberSupplier - Class in com.screenscraper.util.suppliers
Supplier of numbers.
NumberSupplier(long, long) - Constructor for class com.screenscraper.util.suppliers.NumberSupplier
Creates the number supplier.
NumberSupplier(long, long, long) - Constructor for class com.screenscraper.util.suppliers.NumberSupplier
Creates the number supplier.
numCancellerThreads(int) - Method in class com.screenscraper.concurrent.TimedExecutorService.Builder
Sets the number of canceller threads to use for monitoring tasks.
numeric - Variable in enum com.screenscraper.datamanager.DataObject.ObjectType
 
NUMERIC_CAPTCHA - Static variable in class com.screenscraper.util.images.TwoCaptchaDecoder
Constant for captcha should only contain numbers
NUMERIC_SUFFIX - Static variable in class com.screenscraper.util.parsing.address.USAddressParser
The suffix to get numeric values after a street name
numRunning - Variable in enum com.screenscraper.scraper.ScrapingSessionManager
 
numTries(int) - Method in class com.screenscraper.util.internal.services.proxypool.ProxyPoolClient.ProxyPoolClientBuilder
Sets how many times the client will attempt to get a new proxy before failing
numValidElements - Variable in class com.screenscraper.action.HtmlElementIdentifier
Tracks the number of valid elements found.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links