代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/265319/4283576
java accounttextview.java
// AccountTextView.java
// AccountTextView is an AbstractAccountView subclass
// that displays an Account balance in a JTextField.
package com.deitel.advjhtp1.mvc.account;
// Java core packages
www.eeworm.com/read/265319/4283996
java drawingfilefilter.java
// DrawingFileFilter.java
// DrawingFileFilter is a FileFilter subclass for selecting
// DeitelDrawing files in a JFileChooser dialog.
package com.deitel.advjhtp1.drawing;
// Java core packages
www.eeworm.com/read/255418/4376037
java singleton.java
package headfirst.singleton.subclass;
public class Singleton {
protected static Singleton uniqueInstance;
// other useful instance variables here
protected Singleton() {}
public static sync
www.eeworm.com/read/154452/5637292
java token.java
package java_cup.runtime;
/** This subclass of symbol represents (at least) terminal symbols returned
* by the scanner and placed on the parse stack. At present, this
* class does nothing mor
www.eeworm.com/read/154452/5637336
java token.java
package java_cup.runtime;
/** This subclass of symbol represents (at least) terminal symbols returned
* by the scanner and placed on the parse stack. At present, this
* class does nothing mor
www.eeworm.com/read/132541/14084873
java hasxy.java
package examples.inheritance;
/** An example Java subclass used to demonstrate
* inheritance concepts
*/
public class HasXY extends HasX {
private int y;
/** Method to set the ob
www.eeworm.com/read/111679/15506005
java persistent.java
//
// Unified Library Application
// Case study in Unified Modeling Language Toolkit
//
// Persistent.java: super class for class that wants to be
// persistent. Subclass must implement read
www.eeworm.com/read/391573/8396619
as fractal_branch_class.as
/*
FractalBranch Class v1.1
Oct. 29, 2002
(c) 2002 Robert Penner
The FractalBranch is a MovieClip subclass that encapsulates
the behavior of a branch of the fractal tree.
Dep
www.eeworm.com/read/182664/9197268
java mycalendar.java
// MyCalendar.java: A subclass of GregorianCalendar
import java.awt.*;
import java.util.*;
public class MyCalendar extends GregorianCalendar
{
// Find the number of days in a month
public
www.eeworm.com/read/372219/9517320
tcl new-key-set.tcl
Set/KeySet instproc copy {args} {
# this will work even if this
# function is called by a subclass
set cl [$self info class]
if {[llength $args] == 0} {
set name [new $cl]
} else