Class ModernUI

All Implemented Interfaces:
LifecycleOwner, AutoCloseable

public class ModernUI extends Activity implements AutoCloseable, LifecycleOwner
The core class of Modern UI.
  • Field Details Link icon

    • ID Link icon

      public static final String ID
      See Also:
    • NAME_CPT Link icon

      public static final String NAME_CPT
      See Also:
    • LOGGER Link icon

      public static final org.apache.logging.log4j.Logger LOGGER
    • MARKER Link icon

      public static final org.apache.logging.log4j.Marker MARKER
    • props Link icon

      public static final Properties props
  • Constructor Details Link icon

    • ModernUI Link icon

      public ModernUI()
  • Method Details Link icon

    • getInstance Link icon

      public static ModernUI getInstance()
      Get Modern UI instance.
      Returns:
      the Modern UI
    • run Link icon

      @MainThread public void run(@NonNull Fragment fragment)
      Runs the Modern UI with the default application setups. This method is only called by the main() on the main thread.
    • getLifecycle Link icon

      @NonNull public Lifecycle getLifecycle()
      Description copied from interface: LifecycleOwner
      Returns the Lifecycle of the provider.
      Specified by:
      getLifecycle in interface LifecycleOwner
      Returns:
      The lifecycle of the provider.
    • getResources Link icon

      public Resources getResources()
      Specified by:
      getResources in class Context
    • onGetSelectedLocale Link icon

      protected Locale onGetSelectedLocale()
      Get the default or preferred locale set by user.
      Returns:
      the selected locale
    • getSelectedLocale Link icon

      @NonNull public static Locale getSelectedLocale()
      Get the default or preferred locale set by user.
      Returns:
      the selected locale
    • onGetSelectedTypeface Link icon

      @NonNull protected Typeface onGetSelectedTypeface()
      Get the default or preferred typeface set by user.
      Returns:
      the selected typeface
    • getSelectedTypeface Link icon

      @NonNull public static Typeface getSelectedTypeface()
      Get the default or preferred typeface set by user.
      Returns:
      the selected typeface
    • hasRtlSupport Link icon

      @Experimental public boolean hasRtlSupport()
      Whether to enable RTL support, it should always be true.
      Returns:
      whether RTL is supported
    • getResourceStream Link icon

      @Experimental @NonNull public InputStream getResourceStream(@NonNull String namespace, @NonNull String path) throws IOException
      Throws:
      IOException
    • getResourceChannel Link icon

      @Experimental @NonNull public ReadableByteChannel getResourceChannel(@NonNull String namespace, @NonNull String path) throws IOException
      Throws:
      IOException
    • getWindowManager Link icon

      @Internal public WindowManager getWindowManager()
      Get the view manager of the application window (i.e. main window).
      Overrides:
      getWindowManager in class Activity
      Returns:
      window view manager
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable