代码搜索:Subclass

找到约 2,526 项符合「Subclass」的源代码

代码结果 2,526
www.eeworm.com/read/250753/4427145

java addressbookentryframe.java

// Fig. 8.37: AddressBookEntryFrame.java // A subclass of JInternalFrame customized to display and // an AddressBookEntry or set an AddressBookEntry's properties // based on the current data in th
www.eeworm.com/read/171026/5400829

h dimedit.h

/* Name: DimEdit Author: Paul A. Howes Description: This object is a subclass of a normal edit control, which displays a "dimmed" string when the control is empt
www.eeworm.com/read/343911/3213301

java parserlistener.java

package rss; /** * This interface is implemented by objects that listen for * events from a Parser subclass. * * @author Jonathan Knudsen */ public interface ParserListener
www.eeworm.com/read/325240/3485246

java addressbookentryframe.java

// Fig. 8.37: AddressBookEntryFrame.java // A subclass of JInternalFrame customized to display and // an AddressBookEntry or set an AddressBookEntry's properties // based on the current data in th
www.eeworm.com/read/325240/3485962

java addressbookentryframe.java

// Fig. 8.37: AddressBookEntryFrame.java // A subclass of JInternalFrame customized to display and // an AddressBookEntry or set an AddressBookEntry's properties // based on the current data in the U
www.eeworm.com/read/441151/1772273

m istestcasesubclass.m

function tf = isTestCaseSubclass(name) %isTestCaseSubclass True for name of a TestCase subclass % tf = isTestCaseSubclass(name) returns true if the string name is the name of % a TestCase subcl
www.eeworm.com/read/383875/2610470

java incorrectusageexception.java

package dim; /** The class IncorrectUsageException of this package extends the RuntimeException of the * package java.lang. * All exceptions that inherit from this subclass represents exeptions t
www.eeworm.com/read/265319/4283245

java addressbookentryframe.java

// Fig. 8.37: AddressBookEntryFrame.java // A subclass of JInternalFrame customized to display and // an AddressBookEntry or set an AddressBookEntry's properties // based on the current data in th
www.eeworm.com/read/265319/4283869

java addressbookentryframe.java

// Fig. 8.37: AddressBookEntryFrame.java // A subclass of JInternalFrame customized to display and // an AddressBookEntry or set an AddressBookEntry's properties // based on the current data in the U
www.eeworm.com/read/411875/11223829

pl parser.pl

#!/usr/bin/perl -w use strict; # define the subclass package IdentityParse; use base "HTML::Parser"; sub text { my ($self, $text) = @_;