A B C D E F G H I J K L M O P Q R S T U W Y Z 

S

saveMySQLConfig() - Static method in class hu.juranyi.zsolt.pubsearch.Config
Saves MySQL connection parameters to the config file.
saveProxyList() - Static method in class hu.juranyi.zsolt.pubsearch.Config
Saves the proxy list to the proxy list file.
sched - Variable in class hu.juranyi.zsolt.pubsearch.crawl.ACrawler
Thread count limiter, used by scheduleCrawlers().
scheduleCrawlers(int) - Method in class hu.juranyi.zsolt.pubsearch.crawl.ACrawler
Schedules the child crawler threads: starts them in order, and provides that the maximum count of running threads will be threadLimit.
searchResults(String, String) - Static method in class hu.juranyi.zsolt.pubsearch.data.Publication
Selects the matching publications from the database.
setAuthors(String) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setAuthorsPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setBaseUrl(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setBibtex(String) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setBibtexLinkPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setBibtexPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setCitedBy(Set<Publication>) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setCSS() - Method in class hu.juranyi.zsolt.pubsearch.gui.window.AWindow
Sets the CSS file for the window.
setFirstIndex(Byte) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setId(Long) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setJdbcPass(String) - Static method in class hu.juranyi.zsolt.pubsearch.Config
 
setJdbcUrl(String) - Static method in class hu.juranyi.zsolt.pubsearch.Config
 
setJdbcUser(String) - Static method in class hu.juranyi.zsolt.pubsearch.Config
 
setMessage(String) - Method in class hu.juranyi.zsolt.pubsearch.gui.window.AlertWindow
 
setName(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setNoResultsTextPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setPdatabase(PDatabase) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setProxy(String, int) - Method in class hu.juranyi.zsolt.pubsearch.crawl.HTTPRequest
Sets up the proxy used by the client.
setProxy(String) - Method in class hu.juranyi.zsolt.pubsearch.crawl.HTTPRequest
Sets up the proxy used by the client.
setProxyList(List<String>) - Static method in class hu.juranyi.zsolt.pubsearch.Config
Sets the proxy list.
setProxyList(String[]) - Static method in class hu.juranyi.zsolt.pubsearch.Config
Sets the proxy list.
setPubPageLinkModFormat(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setPubPageLinkPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setPubTable(PubTable) - Method in class hu.juranyi.zsolt.pubsearch.gui.window.ExportWindow
 
setRefPubAuthorsPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setRefPubListItemPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setRefPubListPageLinkPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setRefPubListPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setRefPubTitlePattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setRefPubYearPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setResultListItemPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setResultListPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setResultsPerPage(Byte) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setStartField(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setSubmitParamsFormat(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setSubmitParamsWithTitleFormat(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setSubmitUrl(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setThreadLimit(int) - Static method in class hu.juranyi.zsolt.pubsearch.crawl.PubListHTMLCrawler
 
setTitle(String) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setTitlePattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
setUrl(String) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setYear(Integer) - Method in class hu.juranyi.zsolt.pubsearch.data.Publication
 
setYearPattern(String) - Method in class hu.juranyi.zsolt.pubsearch.data.PDatabase
 
shadow() - Method in class hu.juranyi.zsolt.pubsearch.gui.control.LabelEx
 
shadow - Static variable in class hu.juranyi.zsolt.pubsearch.gui.GuiTools
 
show(String) - Static method in class hu.juranyi.zsolt.pubsearch.gui.window.AlertWindow
Shows an error dialog.
show(String, String) - Static method in class hu.juranyi.zsolt.pubsearch.gui.window.AlertWindow
Shows an error dialog
showResults(long) - Method in class hu.juranyi.zsolt.pubsearch.gui.tab.MainTab
Shows the results in the table.
SQL_ERROR - Static variable in class hu.juranyi.zsolt.pubsearch.data.Connection
 
start(Stage) - Method in class hu.juranyi.zsolt.pubsearch.Pubsearch
Loads configurations, creates main window, then connects to the database.
startAndWait() - Method in class hu.juranyi.zsolt.pubsearch.crawl.ThreadScheduler
Starts the scheduler, then waits for it to stop working.
store(Publication) - Static method in class hu.juranyi.zsolt.pubsearch.data.Publication
Stores a publication in the database.
StringTools - Class in hu.juranyi.zsolt.pubsearch
Tools for advanced string handling.
StringTools() - Constructor for class hu.juranyi.zsolt.pubsearch.StringTools
 
submit() - Method in class hu.juranyi.zsolt.pubsearch.crawl.HTTPRequest
Sends the request then downloads HTML response page.
submit() - Method in class hu.juranyi.zsolt.pubsearch.crawl.HTTPRequestEx
Calls submit(5).
submit(int) - Method in class hu.juranyi.zsolt.pubsearch.crawl.HTTPRequestEx
Calls HTTPRequest's submit() but tries again if it fails.
switchScene(boolean) - Method in class hu.juranyi.zsolt.pubsearch.gui.tab.MainTab
Switches the GUI between "search form" and "search in progress" modes.
A B C D E F G H I J K L M O P Q R S T U W Y Z