You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the JarImporter (via ExplorerBase::exploreEntry) skips only abstract classes and classes that don't extend Node.
When a complex control uses internally other controls, this classes are analysed too.
However, if these are not public/protected controls (that is private or package-private controls that might be used by the skin of the main control), these should be ignored during the jar exploration.
The text was updated successfully, but these errors were encountered:
Currently the
JarImporter
(viaExplorerBase::exploreEntry
) skips only abstract classes and classes that don't extend Node.When a complex control uses internally other controls, this classes are analysed too.
However, if these are not public/protected controls (that is private or package-private controls that might be used by the skin of the main control), these should be ignored during the jar exploration.
The text was updated successfully, but these errors were encountered: