Since java doesn't correctly implement the protected modifier
and also doesn't provide necessary other modifiers, we need this class
to avoid exposing some internal methods to the Widgets' public APIs.
Since java doesn't correctly implement the protected modifier
and also doesn't provide necessary other modifiers, we need this class
to avoid exposing some internal methods to the Widgets' public APIs.
This class provides pass-through methods for methods, that
are only for internal use and therefore should not be public,
but need to be publicly accessible in some way to access them
from different packages in xith.