Toggle navigation
Home
javafx.scene.control.TreeItem<com.kodcu.other.Item> to com.kodcu.service.ui.PathItem
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'AsciidocFX'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Similar)
TreeItem<>
to
PathItem
Add or Remove Method invocation
String.format("Loading... (%s)",Optional.of(path).map(Path::getFileName).orElse(path))
to
String.format("%s",Optional.of(path).map(Path::getFileName).orElse(path))
this.addPathToTree(path)
to
logger.info("File browser relisted for {}",path)
Rename Method invocation
runTaskLater
to
runActionLater