Dynamische Typinfo, Generics, Reflection, etc
//Class<?> clazz = Class.forName(fullQualType); //Node node = JfxApp.get().lookupNodeById(nodeId); //if (clazz.isInstance(node)) { } //changeStatusInfo("'" + controlTitle + "': Funktionalität noch nicht implementiert");
Object Type Casting in Java | Baeldung … 2021-05-16
Dynamically converting java object of Object class to a given class when class name is known - Stack Overflow … 2021-05-16
Java.lang.Class.cast() Method - Tutorialspoint … 2021-05-16
Dynamic casting in Java … 2021-05-16
Java Reflection - Class.cast() Examples … 2021-05-16
Java Class cast() Method with Examples - Javatpoint … 2021-05-16
Classpath-Scan im Eigenbau [Aus der Java-Trickkiste - JAXenter] … 2021-05-17
1. Generics
Lesson: Generics (Updated) (The Java™ Tutorials > Learning the Java Language) | oracle.com … 23.3.2022, 10:42:29
Java - Generics | tutorialspoint.com … 23.3.2022, 11:00:03
Generics | torsten-horn.de … 23.3.2022, 10:57:36
Java Generics Tutorial - HowToDoInJava … 23.3.2022, 18:58:37
http://www.angelikalanger.com/GenericsFAQ/FAQSections/ProgrammingIdioms.html#FAQ003 [AngelikaLanger.com - Java Generics FAQs - Programming With Java Generics - Angelika Langer Training/Consulting] … 23.3.2022, 10:39:14
The Basics of Java Generics | Baeldung … 23.3.2022, 10:41:48
Java Generics Tutorial With Examples … 25.3.2022, 20:03:51
2. Dynamisches Laden, ClassLoaders, Resourcen von Dateisystem und JARs
https://stackoverflow.com/questions/1429172/how-to-list-the-files-inside-a-jar-file [java - How to list the files inside a JAR file? - Stack Overflow] … 9.4.2022, 10:46:11
https://stackoverflow.com/questions/11012819/how-can-i-access-a-folder-inside-of-a-resource-folder-from-inside-my-jar-file/20073154#20073154 [java - How can I access a folder inside of a resource folder from inside my jar File? - Stack Overflow] … 9.4.2022, 10:46:39
https://mkyong.com/java/java-read-a-file-from-resources-folder/ [Java - Read a file from resources folder - Mkyong.com] … 9.4.2022, 10:47:01
https://stackoverflow.com/questions/1529611/how-to-write-a-java-program-which-can-extract-a-jar-file-and-store-its-data-in-s [How to write a Java program which can extract a JAR file and store its data in specified directory (location)? - Stack Overflow] … 9.4.2022, 10:48:36
https://stackoverflow.com/questions/11012819/how-can-i-access-a-folder-inside-of-a-resource-folder-from-inside-my-jar-file/20073154#20073154 [java - How can I access a folder inside of a resource folder from inside my jar File? - Stack Overflow] … 9.4.2022, 11:03:52
https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html [Accessing Resources] … 9.4.2022, 11:56:44