private void setupEventHandlers() {
this.setUpEventHandler(this.topCenterNodeProperty);
this.setUpEventHandler(this.topRightNodeProperty);
this.setUpEventHandler(this.centerRightNodeProperty);
this.setUpEventHandler(this.bottomRightNodeProperty);
this.setUpEventHandler(this.bottomCenterNodeProperty);
this.setUpEventHandler(this.bottomLeftNodeProperty);
this.setUpEventHandler(this.centerLeftNodeProperty);
this.setUpEventHandler(this.topLeftNodeProperty);
this.setUpEventHandler(this.wrappedControlProperty);
this.contextMenuActions.addListener(
(final Change<? extends Action> change) -> this
.getWrappedControl()
.contextMenuProperty()
.set(ActionUtils.createContextMenu(
this.contextMenuActions())));
}
ControlWrapper.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:jutility-javafx
作者:
评论列表
文章目录