當前位置: 首頁>>代碼示例>>Java>>正文


Java DcPackage.FONT__NAME屬性代碼示例

本文整理匯總了Java中org.eclipse.dd.dc.DcPackage.FONT__NAME屬性的典型用法代碼示例。如果您正苦於以下問題:Java DcPackage.FONT__NAME屬性的具體用法?Java DcPackage.FONT__NAME怎麽用?Java DcPackage.FONT__NAME使用的例子?那麽, 這裏精選的屬性代碼示例或許可以為您提供幫助。您也可以進一步了解該屬性所在org.eclipse.dd.dc.DcPackage的用法示例。


在下文中一共展示了DcPackage.FONT__NAME屬性的9個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Java代碼示例。

示例1: notifyChanged

/**
 * This handles model notifications by calling {@link #updateChildren} to update any cached
 * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void notifyChanged(Notification notification) {
	updateChildren(notification);

	switch (notification.getFeatureID(Font.class)) {
	case DcPackage.FONT__IS_BOLD:
	case DcPackage.FONT__IS_ITALIC:
	case DcPackage.FONT__IS_STRIKE_THROUGH:
	case DcPackage.FONT__IS_UNDERLINE:
	case DcPackage.FONT__NAME:
	case DcPackage.FONT__SIZE:
		fireNotifyChanged(new ViewerNotification(notification,
				notification.getNotifier(), false, true));
		return;
	}
	super.notifyChanged(notification);
}
 
開發者ID:logicalhacking,項目名稱:SecureBPMN,代碼行數:24,代碼來源:FontItemProvider.java

示例2: eGet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
	switch (featureID) {
	case DcPackage.FONT__IS_BOLD:
		return isIsBold();
	case DcPackage.FONT__IS_ITALIC:
		return isIsItalic();
	case DcPackage.FONT__IS_STRIKE_THROUGH:
		return isIsStrikeThrough();
	case DcPackage.FONT__IS_UNDERLINE:
		return isIsUnderline();
	case DcPackage.FONT__NAME:
		return getName();
	case DcPackage.FONT__SIZE:
		return getSize();
	}
	return super.eGet(featureID, resolve, coreType);
}
 
開發者ID:logicalhacking,項目名稱:SecureBPMN,代碼行數:23,代碼來源:FontImpl.java

示例3: eSet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eSet(int featureID, Object newValue) {
	switch (featureID) {
	case DcPackage.FONT__IS_BOLD:
		setIsBold((Boolean) newValue);
		return;
	case DcPackage.FONT__IS_ITALIC:
		setIsItalic((Boolean) newValue);
		return;
	case DcPackage.FONT__IS_STRIKE_THROUGH:
		setIsStrikeThrough((Boolean) newValue);
		return;
	case DcPackage.FONT__IS_UNDERLINE:
		setIsUnderline((Boolean) newValue);
		return;
	case DcPackage.FONT__NAME:
		setName((String) newValue);
		return;
	case DcPackage.FONT__SIZE:
		setSize((Float) newValue);
		return;
	}
	super.eSet(featureID, newValue);
}
 
開發者ID:logicalhacking,項目名稱:SecureBPMN,代碼行數:29,代碼來源:FontImpl.java

示例4: eUnset

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eUnset(int featureID) {
	switch (featureID) {
	case DcPackage.FONT__IS_BOLD:
		setIsBold(IS_BOLD_EDEFAULT);
		return;
	case DcPackage.FONT__IS_ITALIC:
		setIsItalic(IS_ITALIC_EDEFAULT);
		return;
	case DcPackage.FONT__IS_STRIKE_THROUGH:
		setIsStrikeThrough(IS_STRIKE_THROUGH_EDEFAULT);
		return;
	case DcPackage.FONT__IS_UNDERLINE:
		setIsUnderline(IS_UNDERLINE_EDEFAULT);
		return;
	case DcPackage.FONT__NAME:
		setName(NAME_EDEFAULT);
		return;
	case DcPackage.FONT__SIZE:
		setSize(SIZE_EDEFAULT);
		return;
	}
	super.eUnset(featureID);
}
 
開發者ID:logicalhacking,項目名稱:SecureBPMN,代碼行數:29,代碼來源:FontImpl.java

示例5: eIsSet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public boolean eIsSet(int featureID) {
	switch (featureID) {
	case DcPackage.FONT__IS_BOLD:
		return isBold != IS_BOLD_EDEFAULT;
	case DcPackage.FONT__IS_ITALIC:
		return isItalic != IS_ITALIC_EDEFAULT;
	case DcPackage.FONT__IS_STRIKE_THROUGH:
		return isStrikeThrough != IS_STRIKE_THROUGH_EDEFAULT;
	case DcPackage.FONT__IS_UNDERLINE:
		return isUnderline != IS_UNDERLINE_EDEFAULT;
	case DcPackage.FONT__NAME:
		return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT
				.equals(name);
	case DcPackage.FONT__SIZE:
		return size != SIZE_EDEFAULT;
	}
	return super.eIsSet(featureID);
}
 
開發者ID:logicalhacking,項目名稱:SecureBPMN,代碼行數:24,代碼來源:FontImpl.java

示例6: eGet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
    switch (featureID) {
    case DcPackage.FONT__IS_BOLD:
        return isIsBold();
    case DcPackage.FONT__IS_ITALIC:
        return isIsItalic();
    case DcPackage.FONT__IS_STRIKE_THROUGH:
        return isIsStrikeThrough();
    case DcPackage.FONT__IS_UNDERLINE:
        return isIsUnderline();
    case DcPackage.FONT__NAME:
        return getName();
    case DcPackage.FONT__SIZE:
        return getSize();
    }
    return super.eGet(featureID, resolve, coreType);
}
 
開發者ID:fixteam,項目名稱:fixflow,代碼行數:23,代碼來源:FontImpl.java

示例7: eSet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eSet(int featureID, Object newValue) {
    switch (featureID) {
    case DcPackage.FONT__IS_BOLD:
        setIsBold((Boolean) newValue);
        return;
    case DcPackage.FONT__IS_ITALIC:
        setIsItalic((Boolean) newValue);
        return;
    case DcPackage.FONT__IS_STRIKE_THROUGH:
        setIsStrikeThrough((Boolean) newValue);
        return;
    case DcPackage.FONT__IS_UNDERLINE:
        setIsUnderline((Boolean) newValue);
        return;
    case DcPackage.FONT__NAME:
        setName((String) newValue);
        return;
    case DcPackage.FONT__SIZE:
        setSize((Float) newValue);
        return;
    }
    super.eSet(featureID, newValue);
}
 
開發者ID:fixteam,項目名稱:fixflow,代碼行數:29,代碼來源:FontImpl.java

示例8: eUnset

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public void eUnset(int featureID) {
    switch (featureID) {
    case DcPackage.FONT__IS_BOLD:
        setIsBold(IS_BOLD_EDEFAULT);
        return;
    case DcPackage.FONT__IS_ITALIC:
        setIsItalic(IS_ITALIC_EDEFAULT);
        return;
    case DcPackage.FONT__IS_STRIKE_THROUGH:
        setIsStrikeThrough(IS_STRIKE_THROUGH_EDEFAULT);
        return;
    case DcPackage.FONT__IS_UNDERLINE:
        setIsUnderline(IS_UNDERLINE_EDEFAULT);
        return;
    case DcPackage.FONT__NAME:
        setName(NAME_EDEFAULT);
        return;
    case DcPackage.FONT__SIZE:
        setSize(SIZE_EDEFAULT);
        return;
    }
    super.eUnset(featureID);
}
 
開發者ID:fixteam,項目名稱:fixflow,代碼行數:29,代碼來源:FontImpl.java

示例9: eIsSet

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
@Override
public boolean eIsSet(int featureID) {
    switch (featureID) {
    case DcPackage.FONT__IS_BOLD:
        return isBold != IS_BOLD_EDEFAULT;
    case DcPackage.FONT__IS_ITALIC:
        return isItalic != IS_ITALIC_EDEFAULT;
    case DcPackage.FONT__IS_STRIKE_THROUGH:
        return isStrikeThrough != IS_STRIKE_THROUGH_EDEFAULT;
    case DcPackage.FONT__IS_UNDERLINE:
        return isUnderline != IS_UNDERLINE_EDEFAULT;
    case DcPackage.FONT__NAME:
        return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
    case DcPackage.FONT__SIZE:
        return size != SIZE_EDEFAULT;
    }
    return super.eIsSet(featureID);
}
 
開發者ID:fixteam,項目名稱:fixflow,代碼行數:23,代碼來源:FontImpl.java


注:本文中的org.eclipse.dd.dc.DcPackage.FONT__NAME屬性示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。