- LabelEx - Class in hu.juranyi.zsolt.pubsearch.gui.control
-
Makes easy to use the JavaFX 2.0 Label object.
- LabelEx(String) - Constructor for class hu.juranyi.zsolt.pubsearch.gui.control.LabelEx
-
- launch(boolean) - Method in class hu.juranyi.zsolt.pubsearch.crawl.ACrawler
-
Starts the crawler algorhytm.
- loadMySQLConfig() - Static method in class hu.juranyi.zsolt.pubsearch.Config
-
Loads MySQL connection parameters from the config file.
- loadPDatabases() - Static method in class hu.juranyi.zsolt.pubsearch.data.Importer
-
Gets the file list for the pattern 'conf/*.pdb', then calls loadPDatabase
for all of them.
- loadProxyList() - Static method in class hu.juranyi.zsolt.pubsearch.Config
-
Loads proxy list from the proxy list file.
- lpad(String, int, char) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Pads a text from left to the specified length with the specified character.