📄 guioption.java
字号:
/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with other Zeus-generated classes. If you * modify this file by hand, you run the risk of breaking * this interoperation, as well as introducing errors in * source code compilation. * * * * * * MODIFY THIS FILE AT YOUR OWN RISK * * * * * * * To find out more about the Enhydra Zeus framework, you * can point your browser at <http://zeus.enhydra.org> * where you can download releases, join and discuss Zeus * on user and developer mailing lists, and access source * code. Please report any bugs through that website. */package edu.tsinghua.lumaqq.xml.sysopts;// Global Interface Import Statementsimport java.io.*;// Local Interface Import Statementsimport java.io.Serializable;public interface GUIOption extends Serializable { public static final String ZEUS_XML_NAME = "GUIOption"; public static final String[] ZEUS_ATTRIBUTES = {"blue", "onlineTipLocationY", "onlineTipLocationX", "fontSize", "groupBackground", "italic", "showOnlineTip", "red", "autoHide", "showNick", "green", "showOnlineOnly", "locationY", "locationX", "fontName", "height", "bold", "width", "showViewBar", "showTip", "smallFace"}; public static final String[] ZEUS_ELEMENTS = {}; public String getBlue(); public void setBlue(String blue); public String getOnlineTipLocationY(); public void setOnlineTipLocationY(String onlineTipLocationY); public String getOnlineTipLocationX(); public void setOnlineTipLocationX(String onlineTipLocationX); public String getFontSize(); public void setFontSize(String fontSize); public String getGroupBackground(); public void setGroupBackground(String groupBackground); public String getItalic(); public void setItalic(String italic) throws IllegalArgumentException; public String getShowOnlineTip(); public void setShowOnlineTip(String showOnlineTip) throws IllegalArgumentException; public String getRed(); public void setRed(String red); public String getAutoHide(); public void setAutoHide(String autoHide) throws IllegalArgumentException; public String getShowNick(); public void setShowNick(String showNick) throws IllegalArgumentException; public String getGreen(); public void setGreen(String green); public String getShowOnlineOnly(); public void setShowOnlineOnly(String showOnlineOnly) throws IllegalArgumentException; public String getLocationY(); public void setLocationY(String locationY); public String getLocationX(); public void setLocationX(String locationX); public String getFontName(); public void setFontName(String fontName); public String getHeight(); public void setHeight(String height); public String getBold(); public void setBold(String bold) throws IllegalArgumentException; public String getWidth(); public void setWidth(String width); public String getShowViewBar(); public void setShowViewBar(String showViewBar) throws IllegalArgumentException; public String getShowTip(); public void setShowTip(String showTip) throws IllegalArgumentException; public String getSmallFace(); public void setSmallFace(String smallFace) throws IllegalArgumentException; public void marshal(File file) throws IOException; public void marshal(OutputStream outputStream) throws IOException; public void marshal(Writer writer) throws IOException; public void setDocType(String name, String publicID, String systemID); public void setOutputEncoding(String outputEncoding);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -