Toggle navigation
Home
javafx.scene.web.WebView to com.kodcu.component.EditorPane
No. of Instances - 6
No. of Commits - 1
No. of Projects - {'AsciidocFX'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Variable
webView
to
editorPane
webView
to
editorPane
webView
to
editorPane
webView
to
editorPane
webView
to
editorPane
webView
to
editorPane
Cascading Type Change (Similar)
WebView
to
EditorPane
Add or Remove Method invocation
webView.requestFocus()
to
editorPane.focus()
session.call("switchMode",editorPane)
to
editorPane.switchMode(newValue)
session.call("rerender",new Object[]{})
to
editorPane.rerender(new Object[]{})
Other
new Object[]{newValue}
to
editorPane