代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/372047/2776593
java component.java
/*
* Fire (Flexible Interface Rendering Engine) is a set of graphics widgets for creating GUIs for j2me applications.
* Copyright (C) 2006-2008 Bluevibe (www.bluevibe.net)
* This library is free s
www.eeworm.com/read/368902/2803464
java component.java
package net.sf.navigator.menu;
/**
* @author DEPeart
*
*/
public interface Component {
String getName();
void setName(String name);
}
www.eeworm.com/read/368348/2822899
js component.js
/*
* Ext JS Library 1.0.1
* Copyright(c) 2006-2007, Ext JS, LLC.
* licensing@extjs.com
*
* http://www.extjs.com/license
*/
/**
* @class Ext.ComponentMgr
* Provides a common registry
www.eeworm.com/read/366513/2888603
js component.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.Component
* @extends Ext.util.Observable
* B