|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.view.ILookAndFeelManager
public abstract ILookAndFeelManager
Interface to manage the Look and Feel of Astah. This class can be used with Plug-in only.
Method Summary | |
---|---|
abstract URL |
getResourceWithThemeAware()
Get resources with name qualifiers according to the theme of look and feel. |
abstract boolean |
isDarkLookAndFeel()
Check it the look and feel is dark mode. |
Method Detail |
---|
abstract boolean isDarkLookAndFeel()
abstract URL getResourceWithThemeAware()
For example, to get some.png in the case of a dark theme, some$dark.png should be searched. The URL can be returned if the resource exists, otherwise, the URL of some.png is returned.
classLoader
- the class loader to get the resourcename
- the name of the resource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |