comparison src/viewer_swing/java/com/glavsoft/viewer/CuiViewer.java @ 188:f176bffcdc4a

add showTreeNode option.
author oc
date Tue, 24 Jun 2014 16:49:29 +0900
parents c1b91dd27a13
children aa00e4b2fc27
comparison
equal deleted inserted replaced
187:b62a16548800 188:f176bffcdc4a
255 public void inhelitClients(ViewerInterface vncProxyService, String hostName) { 255 public void inhelitClients(ViewerInterface vncProxyService, String hostName) {
256 256
257 } 257 }
258 258
259 @Override 259 @Override
260 public void proxyStart(String[] args, int width, int height) { 260 public void proxyStart(String[] args, int width, int height, boolean showTree) {
261 261
262 } 262 }
263 263
264 @Override 264 @Override
265 public void setNoConnection(boolean noConnection) { 265 public void setNoConnection(boolean noConnection) {