문제

I wish to change some visual properties of nodes and connections. How better can it be done? I found that visual information is applied in model factory that is returned from org.eclipse.zest.core.viewers.GraphViewer.getFactory(). There are three factories and all are placed in internal package org.eclipse.zest.core.viewers.internal.

Is it good approach to override org.eclipse.zest.core.viewers.GraphViewer.getFactory() and return own factory that does all necessary styling actions?

도움이 되었습니까?

해결책

There is interface org.eclipse.zest.core.viewers.ISelfStyleProvider which solves my problem without hacking into zest internal structure!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top