- findAllMatch(String, String, int) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Finds all matching part of a pattern in a string, then returns their one
group in a list.
- findFirstMatch(String, String, int) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Finds the first matching part of a pattern in a string and returns the
specified group.
- focusAuthorField() - Method in class hu.juranyi.zsolt.pubsearch.gui.tab.MainTab
-
Sets the focus on the author search field.
- formatDataSize(long) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Transforms a data size in bytes to a readable text which includes the unit.
- formatNanoTime(long, boolean, boolean) - Static method in class hu.juranyi.zsolt.pubsearch.StringTools
-
Transforms a time in nanoseconsds to a readable text.