comparison src/viewer_swing/java/com/glavsoft/viewer/ViewerInterface.java @ 455:6f3d3da40940

fix cui and hasViewer flag
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 22 Jun 2016 12:29:57 +0900
parents 344a35b7c47f
children 34277b436cac
comparison
equal deleted inserted replaced
454:432e2967eaab 455:6f3d3da40940
29 29
30 public void connectToParenet(int port, String hostname) throws IOException; 30 public void connectToParenet(int port, String hostname) throws IOException;
31 31
32 public void inhelitClients(String hostName, short newVNCServerId, int x, int y, int width, int height, int scale); 32 public void inhelitClients(String hostName, short newVNCServerId, int x, int y, int width, int height, int scale);
33 33
34 public void proxyStart(String[] args, String hostName, int width, int height, boolean showTree, boolean checkDelay, boolean addSerialNum, boolean fixingSize, boolean filterSingleDisplay); 34 public void proxyStart(String[] args, String hostName, int width, int height, boolean showTree, boolean checkDelay, boolean addSerialNum, boolean fixingSize, boolean filterSingleDisplay, boolean hasViewer);
35 35
36 public void setNoConnection(boolean noConnection); 36 public void setNoConnection(boolean noConnection);
37 37
38 public void setVisible(boolean b); 38 public void setVisible(boolean b);
39 39