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 Summary
Modifier and TypeMethodDescriptionboolean
Checks 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
canAcceptExternalBrowserEditor
boolean canAcceptExternalBrowserEditor()Checks if a "debug" connection is allowed.getViewOnlyConnectionListener
ITransactionProcessor getViewOnlyConnectionListener()Gets the transaction listener for "view-only connections".- Returns:
- null If not allowed, otherwise an instance.
getEditedPanelDisplayName
String getEditedPanelDisplayName()Gets the panel that is edited.getPanelResource
String getPanelResource()Gets the resource for the panel URL.getEditedPanel
UIPanelBase getEditedPanel()Gets the edited panel.