Package org.harctoolbox.guicomponents
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 TypeMethodDescriptionvoid
Used for error reporting through the caller.void
setLAFProperty
(int index) Sets a property of the caller, or something similar.
-
Method Details
-
err
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.
-