Skip to main content

WindowContext

declare class WindowContext extends Context {}

WindowContext is a subclass of Context

Instance Method

getApplicationFrame

declare class WindowContext {
getApplicationFrame(): ApplicationFrame;
}
  • Description

    Gets ApplicationFrame.

getLayoutRegistry

declare class WindowContext {
getLayoutRegistry():XMLLayoutRegistry;
}
  • Description

    Gets Window Layout Registry.

getResources

declare class WindowContext {
getResources():Resources;
}
  • Description

    Gets Window Resources.