Accessors for class IlvApplication

Properties

Methods

Description

Base class for Rogue Wave Views Views Studio generated applications.

TypeNameDescriptionNotes
VoidaddPanel(IlvContainer panel)Adds a panel to the internal list of panels. For the classes generated by Rogue Wave Views Views Studio, each panel is added to the application immediately after it has been created. Consequently, use this function only when adding a panel to an application that has not been created with Rogue Wave Views Views Studio.
ObjectgetPanel(String name)Gets the application panel whose name is provided as argument.
Voidquit()This function lets you quit an IlvApplication.
VoidremovePanel(IlvContainer panel)Removes panel from the application. The panel will be deleted.
ObjectrootStateReturns the root state of the application.
BooleansetState(String name)Sets the state whose name is passed as its argument.