⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guioption.java

📁 lumaQQ的源文件
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
/**
 * <copyright>
 * </copyright>
 *
 * $Id: GUIOption.java 1 2006-06-12 17:37:42Z sxp $
 */
package edu.tsinghua.lumaqq.ecore.option;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>GUI Option</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isAutoDock <em>Auto Dock</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isBold <em>Bold</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontColor <em>Font Color</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontName <em>Font Name</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontSize <em>Font Size</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getGroupBackground <em>Group Background</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getHeight <em>Height</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isHideWhenMinimize <em>Hide When Minimize</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isImOnTop <em>Im On Top</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isItalic <em>Italic</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationX <em>Location X</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationY <em>Location Y</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isMinimizeWhenClose <em>Minimize When Close</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getOnlineTipLocationX <em>Online Tip Location X</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getOnlineTipLocationY <em>Online Tip Location Y</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isOnTop <em>On Top</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowBlacklist <em>Show Blacklist</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowFriendTip <em>Show Friend Tip</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowNick <em>Show Nick</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowOnlineOnly <em>Show Online Only</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowOnlineTip <em>Show Online Tip</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowLastLoginTip <em>Show Last Login Tip</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowSignature <em>Show Signature</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowCustomHead <em>Show Custom Head</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isShowSmallHead <em>Show Small Head</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isTreeMode <em>Tree Mode</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isUseTabIMWindow <em>Use Tab IM Window</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isBarExpanded <em>Bar Expanded</em>}</li>
 *   <li>{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getWidth <em>Width</em>}</li>
 * </ul>
 * </p>
 *
 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption()
 * @model
 * @generated
 */
public interface GUIOption extends EObject {
	/**
	 * Returns the value of the '<em><b>Auto Dock</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Auto Dock</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Auto Dock</em>' attribute.
	 * @see #isSetAutoDock()
	 * @see #unsetAutoDock()
	 * @see #setAutoDock(boolean)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_AutoDock()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true"
	 * @generated
	 */
	boolean isAutoDock();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isAutoDock <em>Auto Dock</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Auto Dock</em>' attribute.
	 * @see #isSetAutoDock()
	 * @see #unsetAutoDock()
	 * @see #isAutoDock()
	 * @generated
	 */
	void setAutoDock(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isAutoDock <em>Auto Dock</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetAutoDock()
	 * @see #isAutoDock()
	 * @see #setAutoDock(boolean)
	 * @generated
	 */
	void unsetAutoDock();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isAutoDock <em>Auto Dock</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Auto Dock</em>' attribute is set.
	 * @see #unsetAutoDock()
	 * @see #isAutoDock()
	 * @see #setAutoDock(boolean)
	 * @generated
	 */
	boolean isSetAutoDock();

	/**
	 * Returns the value of the '<em><b>Bold</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Bold</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Bold</em>' attribute.
	 * @see #isSetBold()
	 * @see #unsetBold()
	 * @see #setBold(boolean)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_Bold()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" required="true"
	 * @generated
	 */
	boolean isBold();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isBold <em>Bold</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Bold</em>' attribute.
	 * @see #isSetBold()
	 * @see #unsetBold()
	 * @see #isBold()
	 * @generated
	 */
	void setBold(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isBold <em>Bold</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetBold()
	 * @see #isBold()
	 * @see #setBold(boolean)
	 * @generated
	 */
	void unsetBold();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isBold <em>Bold</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Bold</em>' attribute is set.
	 * @see #unsetBold()
	 * @see #isBold()
	 * @see #setBold(boolean)
	 * @generated
	 */
	boolean isSetBold();

	/**
	 * Returns the value of the '<em><b>Font Color</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Font Color</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Font Color</em>' attribute.
	 * @see #isSetFontColor()
	 * @see #unsetFontColor()
	 * @see #setFontColor(int)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_FontColor()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getFontColor();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontColor <em>Font Color</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Font Color</em>' attribute.
	 * @see #isSetFontColor()
	 * @see #unsetFontColor()
	 * @see #getFontColor()
	 * @generated
	 */
	void setFontColor(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontColor <em>Font Color</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetFontColor()
	 * @see #getFontColor()
	 * @see #setFontColor(int)
	 * @generated
	 */
	void unsetFontColor();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontColor <em>Font Color</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Font Color</em>' attribute is set.
	 * @see #unsetFontColor()
	 * @see #getFontColor()
	 * @see #setFontColor(int)
	 * @generated
	 */
	boolean isSetFontColor();

	/**
	 * Returns the value of the '<em><b>Font Name</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Font Name</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Font Name</em>' attribute.
	 * @see #setFontName(String)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_FontName()
	 * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
	 * @generated
	 */
	String getFontName();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontName <em>Font Name</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Font Name</em>' attribute.
	 * @see #getFontName()
	 * @generated
	 */
	void setFontName(String value);

	/**
	 * Returns the value of the '<em><b>Font Size</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Font Size</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Font Size</em>' attribute.
	 * @see #isSetFontSize()
	 * @see #unsetFontSize()
	 * @see #setFontSize(int)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_FontSize()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getFontSize();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontSize <em>Font Size</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Font Size</em>' attribute.
	 * @see #isSetFontSize()
	 * @see #unsetFontSize()
	 * @see #getFontSize()
	 * @generated
	 */
	void setFontSize(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontSize <em>Font Size</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetFontSize()
	 * @see #getFontSize()
	 * @see #setFontSize(int)
	 * @generated
	 */
	void unsetFontSize();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getFontSize <em>Font Size</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Font Size</em>' attribute is set.
	 * @see #unsetFontSize()
	 * @see #getFontSize()
	 * @see #setFontSize(int)
	 * @generated
	 */
	boolean isSetFontSize();

	/**
	 * Returns the value of the '<em><b>Group Background</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Group Background</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Group Background</em>' attribute.
	 * @see #isSetGroupBackground()
	 * @see #unsetGroupBackground()
	 * @see #setGroupBackground(int)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_GroupBackground()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getGroupBackground();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getGroupBackground <em>Group Background</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Group Background</em>' attribute.
	 * @see #isSetGroupBackground()
	 * @see #unsetGroupBackground()
	 * @see #getGroupBackground()
	 * @generated
	 */
	void setGroupBackground(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getGroupBackground <em>Group Background</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetGroupBackground()
	 * @see #getGroupBackground()
	 * @see #setGroupBackground(int)
	 * @generated
	 */
	void unsetGroupBackground();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getGroupBackground <em>Group Background</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Group Background</em>' attribute is set.
	 * @see #unsetGroupBackground()
	 * @see #getGroupBackground()
	 * @see #setGroupBackground(int)
	 * @generated
	 */
	boolean isSetGroupBackground();

	/**
	 * Returns the value of the '<em><b>Height</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Height</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Height</em>' attribute.
	 * @see #isSetHeight()
	 * @see #unsetHeight()
	 * @see #setHeight(int)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_Height()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"
	 * @generated
	 */
	int getHeight();

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getHeight <em>Height</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Height</em>' attribute.
	 * @see #isSetHeight()
	 * @see #unsetHeight()
	 * @see #getHeight()
	 * @generated
	 */
	void setHeight(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getHeight <em>Height</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetHeight()
	 * @see #getHeight()
	 * @see #setHeight(int)
	 * @generated
	 */
	void unsetHeight();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getHeight <em>Height</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Height</em>' attribute is set.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -