代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/470713/1454908
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
www.eeworm.com/read/470693/1466418
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/470693/1466798
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
www.eeworm.com/read/459034/1574789
java testsetup.java
package jmathlib.tools.junit.extensions;
import jmathlib.tools.junit.framework.*;
/**
* A Decorator to set up and tear down additional fixture state.
* Subclass TestSetup and insert it into
www.eeworm.com/read/454264/1631213
as iseriesitemrenderer.as
package com.yahoo.astra.fl.charts.series
{
import flash.events.IEventDispatcher;
/**
* A renderer for an item in a series on a chart.
*
* Important: Must be a subclass of DisplayOb
www.eeworm.com/read/451220/1664427
cs identifiergeneratinginsert.cs
using NHibernate.Engine;
using NHibernate.SqlCommand;
namespace NHibernate.Id.Insert
{
///
/// Nothing more than a distinguishing subclass of Insert used to indicate
/// intent.
www.eeworm.com/read/250753/4427016
java zoomdrawingview.java
// ZoomDrawingView.java
// ZoomDrawingView is a subclass of DrawingView that scales
// the view of the drawing using the given scale factor.
package com.deitel.advjhtp1.drawing.view;
// Java cor
www.eeworm.com/read/250753/4427256
java navigator.java
// Class Navigator is a subclass of Behavior that implements a
// keyboard translation navigator. Navigator responds to certain
// key presses by translating an object in a 3D scene.
package com.
www.eeworm.com/read/243083/4532920
java swingworker.java
package com.bdaum.dukeSpeaks;
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/239566/4598896
svn-base scintillabase.cxx.svn-base
// 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