代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/362163/10015098
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/362163/10015388
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/145545/12715152
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/151092/5686327
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/151092/5686580
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/139182/5807242
cxx dpentryrecord.cxx
#include "DPEntryRecord.hxx"
#include
/* This implements 'Dial Plan Entry' subclass of
* the 'Record' superclass.
*
* DPEntryRecord.cxx version 1.0 -- 19 Mar 2003
www.eeworm.com/read/139182/5807273
cxx dpentryrecord.cxx
#include "DPEntryRecord.hxx"
#include
/* This implements 'Dial Plan Entry' subclass of
* the 'Record' superclass.
*
* DPEntryRecord.cxx version 1.0 -- 19 Mar 2003
www.eeworm.com/read/136571/5869139
m sdl_quartzwindow.m
/* Subclass of NSWindow to allow customization if we need it */
@interface SDL_QuartzWindow : NSWindow
{}
- (void)miniaturize:(id)sender;
- (void)deminiaturize:(id)sender;
- (void)display;
@en
www.eeworm.com/read/125608/6027512
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/125608/6027556
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