Interface LookAndFeelManager.ILookAndFeelManagerCaller

Enclosing class:
LookAndFeelManager

public static interface LookAndFeelManager.ILookAndFeelManagerCaller
Allows for error reporting function and a set-property function of the caller.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    err(Exception ex, String str)
    Used for error reporting through the caller.
    void
    setLAFProperty(int index)
    Sets a property of the caller, or something similar.
  • Method Details

    • err

      void err(Exception ex, String str)
      Used for error reporting through the caller.
      Parameters:
      ex - Exception.
      str - Error message.
    • setLAFProperty

      void setLAFProperty(int index)
      Sets a property of the caller, or something similar.
      Parameters:
      index - System dependent index of the LAF class.