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

📄 guioption.java

📁 lumaQQ的源文件
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
	 * @see #unsetHeight()
	 * @see #getHeight()
	 * @see #setHeight(int)
	 * @generated
	 */
	boolean isSetHeight();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isHideWhenMinimize <em>Hide When Minimize</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Hide When Minimize</em>' attribute.
	 * @see #isSetHideWhenMinimize()
	 * @see #unsetHideWhenMinimize()
	 * @see #isHideWhenMinimize()
	 * @generated
	 */
	void setHideWhenMinimize(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isHideWhenMinimize <em>Hide When Minimize</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetHideWhenMinimize()
	 * @see #isHideWhenMinimize()
	 * @see #setHideWhenMinimize(boolean)
	 * @generated
	 */
	void unsetHideWhenMinimize();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isHideWhenMinimize <em>Hide When Minimize</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Hide When Minimize</em>' attribute is set.
	 * @see #unsetHideWhenMinimize()
	 * @see #isHideWhenMinimize()
	 * @see #setHideWhenMinimize(boolean)
	 * @generated
	 */
	boolean isSetHideWhenMinimize();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isImOnTop <em>Im On Top</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Im On Top</em>' attribute.
	 * @see #isSetImOnTop()
	 * @see #unsetImOnTop()
	 * @see #isImOnTop()
	 * @generated
	 */
	void setImOnTop(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isImOnTop <em>Im On Top</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetImOnTop()
	 * @see #isImOnTop()
	 * @see #setImOnTop(boolean)
	 * @generated
	 */
	void unsetImOnTop();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isImOnTop <em>Im On Top</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Im On Top</em>' attribute is set.
	 * @see #unsetImOnTop()
	 * @see #isImOnTop()
	 * @see #setImOnTop(boolean)
	 * @generated
	 */
	boolean isSetImOnTop();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isItalic <em>Italic</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Italic</em>' attribute.
	 * @see #isSetItalic()
	 * @see #unsetItalic()
	 * @see #isItalic()
	 * @generated
	 */
	void setItalic(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isItalic <em>Italic</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetItalic()
	 * @see #isItalic()
	 * @see #setItalic(boolean)
	 * @generated
	 */
	void unsetItalic();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isItalic <em>Italic</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Italic</em>' attribute is set.
	 * @see #unsetItalic()
	 * @see #isItalic()
	 * @see #setItalic(boolean)
	 * @generated
	 */
	boolean isSetItalic();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationX <em>Location X</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Location X</em>' attribute.
	 * @see #isSetLocationX()
	 * @see #unsetLocationX()
	 * @see #getLocationX()
	 * @generated
	 */
	void setLocationX(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationX <em>Location X</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetLocationX()
	 * @see #getLocationX()
	 * @see #setLocationX(int)
	 * @generated
	 */
	void unsetLocationX();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationX <em>Location X</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Location X</em>' attribute is set.
	 * @see #unsetLocationX()
	 * @see #getLocationX()
	 * @see #setLocationX(int)
	 * @generated
	 */
	boolean isSetLocationX();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationY <em>Location Y</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Location Y</em>' attribute.
	 * @see #isSetLocationY()
	 * @see #unsetLocationY()
	 * @see #getLocationY()
	 * @generated
	 */
	void setLocationY(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationY <em>Location Y</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetLocationY()
	 * @see #getLocationY()
	 * @see #setLocationY(int)
	 * @generated
	 */
	void unsetLocationY();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getLocationY <em>Location Y</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Location Y</em>' attribute is set.
	 * @see #unsetLocationY()
	 * @see #getLocationY()
	 * @see #setLocationY(int)
	 * @generated
	 */
	boolean isSetLocationY();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isMinimizeWhenClose <em>Minimize When Close</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Minimize When Close</em>' attribute.
	 * @see #isSetMinimizeWhenClose()
	 * @see #unsetMinimizeWhenClose()
	 * @see #isMinimizeWhenClose()
	 * @generated
	 */
	void setMinimizeWhenClose(boolean value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isMinimizeWhenClose <em>Minimize When Close</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetMinimizeWhenClose()
	 * @see #isMinimizeWhenClose()
	 * @see #setMinimizeWhenClose(boolean)
	 * @generated
	 */
	void unsetMinimizeWhenClose();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#isMinimizeWhenClose <em>Minimize When Close</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Minimize When Close</em>' attribute is set.
	 * @see #unsetMinimizeWhenClose()
	 * @see #isMinimizeWhenClose()
	 * @see #setMinimizeWhenClose(boolean)
	 * @generated
	 */
	boolean isSetMinimizeWhenClose();

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

	/**
	 * Sets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getOnlineTipLocationX <em>Online Tip Location X</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Online Tip Location X</em>' attribute.
	 * @see #isSetOnlineTipLocationX()
	 * @see #unsetOnlineTipLocationX()
	 * @see #getOnlineTipLocationX()
	 * @generated
	 */
	void setOnlineTipLocationX(int value);

	/**
	 * Unsets the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getOnlineTipLocationX <em>Online Tip Location X</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @see #isSetOnlineTipLocationX()
	 * @see #getOnlineTipLocationX()
	 * @see #setOnlineTipLocationX(int)
	 * @generated
	 */
	void unsetOnlineTipLocationX();

	/**
	 * Returns whether the value of the '{@link edu.tsinghua.lumaqq.ecore.option.GUIOption#getOnlineTipLocationX <em>Online Tip Location X</em>}' attribute is set.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @return whether the value of the '<em>Online Tip Location X</em>' attribute is set.
	 * @see #unsetOnlineTipLocationX()
	 * @see #getOnlineTipLocationX()
	 * @see #setOnlineTipLocationX(int)
	 * @generated
	 */
	boolean isSetOnlineTipLocationX();

	/**
	 * Returns the value of the '<em><b>Online Tip Location Y</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Online Tip Location Y</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Online Tip Location Y</em>' attribute.
	 * @see #isSetOnlineTipLocationY()
	 * @see #unsetOnlineTipLocationY()
	 * @see #setOnlineTipLocationY(int)
	 * @see edu.tsinghua.lumaqq.ecore.option.OptionPackage#getGUIOption_OnlineTipLocationY()
	 * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" required="true"

⌨️ 快捷键说明

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