代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/405478/2291276
java component.java
//$Id: $
package org.hibernate.test.annotations.tableperclass;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Inheritanc
www.eeworm.com/read/403765/2308914
cpp component.cpp
// Component.cpp
//
#include
#include "Component.hxx"
Component::Component() {
my_widget = (Widget)NULL;
}
www.eeworm.com/read/403765/2308916
hxx component.hxx
// Component.hxx
//
// This is the super class for Label, Button, and Text
//
#ifndef Component__hxx
#define Component__hxx
#include
class Component {
public:
Component();
vir
www.eeworm.com/read/403765/2308950
cpp component.cpp
// Component.cpp
//
#include
#include "Component.hxx"
Component::Component() {
my_widget = (Widget)NULL;
}
www.eeworm.com/read/403765/2308952
hxx component.hxx
// Component.hxx
//
// This is the super class for Label, Button, and Text
//
#ifndef Component__hxx
#define Component__hxx
#include
class Component {
public:
Component();
vir
www.eeworm.com/read/399451/2360084
java component.java
/* Component.java
{{IS_NOTE
Purpose:
Description:
History:
Mon May 30 21:03:47 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
www.eeworm.com/read/398854/2368282
js component.js
/*
* Ext JS Library 2.0.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Component
* @extends Ext.util.Observable
*
www.eeworm.com/read/398634/2372315
wpj component.wpj
Document file - DO NOT EDIT
CORE_INFO_TYPE
::prj_component
CORE_INFO_VERSION
AE1.1
BUILD__CURRENT
PENTIUM2gnu.debug
BUILD_PENTIUM2gnu.debug_CURREN
www.eeworm.com/read/398634/2372318
cdf component.cdf
/* component.cdf - dynamically updated configuration */
/*
* NOTE: you may edit this file to alter the configuration
* But all non-configuration information, including comments,
* will be lost upo
www.eeworm.com/read/397826/2399248
java component.java
/* Generated by Together */
package com.javapatterns.composite.exercise1;
public interface Component {
public Composite getComposite();
public void sampleOperation();
}