Package com.iizigo.comm
Interface PanelEditorTransactionProcessor
- All Superinterfaces:
- ITransactionProcessor
Interface for a Panel View to handle "debug" mode using external browser as editing window along with potential connections.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- booleanChecks if a "debug" connection is allowed.Gets the edited panel.Gets the panel that is edited.Gets the resource for the panel URL.Gets the transaction listener for "view-only connections".- Methods inherited from interface com.iizix.comm.ITransactionProcessor- onConnection, onDisposed, onPause, onReconnected, processTransaction
- Method Details- canAcceptExternalBrowserEditorboolean canAcceptExternalBrowserEditor()Checks if a "debug" connection is allowed.
- getViewOnlyConnectionListenerITransactionProcessor getViewOnlyConnectionListener()Gets the transaction listener for "view-only connections".- Returns:
- null If not allowed, otherwise an instance.
 
- getEditedPanelDisplayNameString getEditedPanelDisplayName()Gets the panel that is edited.
- getPanelResourceString getPanelResource()Gets the resource for the panel URL.
- getEditedPanelUIPanelBase getEditedPanel()Gets the edited panel.