public DialogSelectMap3Color( final Control ownerControl,
final ToolBar toolBar,
final Map3View map3View,
final MapGraphId graphId) {
super(ownerControl);
_graphId = graphId;
_map3View = map3View;
addListener(ownerControl, toolBar);
setToolTipCreateStyle(AnimatedToolTipShell.TOOLTIP_STYLE_KEEP_CONTENT);
setBehaviourOnMouseOver(AnimatedToolTipShell.MOUSE_OVER_BEHAVIOUR_IGNORE_OWNER);
setIsKeepShellOpenWhenMoved(false);
setFadeInSteps(1);
setFadeOutSteps(10);
setFadeOutDelaySteps(1);
}
DialogSelectMap3Color.java 文件源码
java
阅读 33
收藏 0
点赞 0
评论 0
项目:mytourbook
作者:
评论列表
文章目录