Class WindowsLibrary

java.lang.Object
com.github.weisj.darklaf.nativeutil.AbstractLibrary
com.github.weisj.darklaf.platform.windows.WindowsLibrary

public class WindowsLibrary extends com.github.weisj.darklaf.nativeutil.AbstractLibrary
  • Constructor Details

    • WindowsLibrary

      protected WindowsLibrary()
  • Method Details

    • get

      public static WindowsLibrary get()
    • afterLoad

      protected void afterLoad()
      Overrides:
      afterLoad in class com.github.weisj.darklaf.nativeutil.AbstractLibrary
    • getLoaderClass

      protected final Class<?> getLoaderClass()
      Specified by:
      getLoaderClass in class com.github.weisj.darklaf.nativeutil.AbstractLibrary
    • getX86Path

      protected String getX86Path()
    • getX64Path

      protected String getX64Path()
    • getLibraryPath

      public String getLibraryPath()
      Specified by:
      getLibraryPath in class com.github.weisj.darklaf.nativeutil.AbstractLibrary
    • canLoad

      protected boolean canLoad()
      Specified by:
      canLoad in class com.github.weisj.darklaf.nativeutil.AbstractLibrary