at.spardat.xma.page
Interface IAppShell

All Superinterfaces:
at.spardat.xma.boot.component.IDialog, at.spardat.xma.boot.component.IXMAControl

public interface IAppShell
extends at.spardat.xma.boot.component.IDialog


Method Summary
 void contextStringChanged(at.spardat.xma.boot.component.IXMAControl source, java.lang.String newText)
           
 void pushClientComponent(at.spardat.xma.boot.component.IXMAControl newClient, boolean modal)
           
 
Methods inherited from interface at.spardat.xma.boot.component.IDialog
clearError, closeCancel, closeOK, getErrorCount, getFocusControl, getShell, setError, setFocusControl, updateErrorStatus
 
Methods inherited from interface at.spardat.xma.boot.component.IXMAControl
createComposite, enterBase, getComposite, initGUI, leaveBase, removeModel, removeWidgetsBase, stateChangedBase
 

Method Detail

pushClientComponent

public void pushClientComponent(at.spardat.xma.boot.component.IXMAControl newClient,
                                boolean modal)

contextStringChanged

public void contextStringChanged(at.spardat.xma.boot.component.IXMAControl source,
                                 java.lang.String newText)