代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/287992/4012950
java swingworker.java
package springutilities;
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-rela
www.eeworm.com/read/287711/4018299
java swingworker.java
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-related work in a dedicat
www.eeworm.com/read/287078/4030857
h subsimple.h
/**
* SubSimple.h
*
* A subclass of the Simple class
*
*/
#ifndef _subsimple_h_
#define _subsimple_h_
#include "Simple.h"
class SubSimple : public Simple
{
public:
SubSimple(
www.eeworm.com/read/284088/4068320
java swingworker.java
package javaatwork.myuploader.utils;
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perf
www.eeworm.com/read/283334/4084231
cxx scintillabase.cxx
// Scintilla source code edit control
/** @file ScintillaBase.cxx
** An enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2003 by Neil Hodgson
www.eeworm.com/read/283334/4084246
h scintillabase.h
// Scintilla source code edit control
/** @file ScintillaBase.h
** Defines an enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2002 by Neil Hodgson
www.eeworm.com/read/275576/4173792
java proxymetaclass.java
package groovy.lang;
import org.codehaus.groovy.runtime.InvokerHelper;
import java.beans.IntrospectionException;
/**
* As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Obj
www.eeworm.com/read/441973/1768104
java casoperationstatus.java
package net.spy.memcached.ops;
import net.spy.memcached.CASResponse;
/**
* OperationStatus subclass for indicating CAS status.
*/
public class CASOperationStatus extends OperationStatus {
privat
www.eeworm.com/read/440906/1784628
java posixprocess.java
// PosixProcess.java - Subclass of Process for POSIX systems.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/440906/1785008
java httpurlconnection.java
// HttpURLConnection.java - Subclass of communications links using
// Hypertext Transfer Protocol.
/* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation
This file is part of GNU Classpa