代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/125532/6028027
java relationaldatabase.java
package pl.sql;
import java.sql.Connection;
/**
* Represents a relational database. Performs connection pooling.
* Methods getNewConnection() and getNewId() should be implemented by subclass
www.eeworm.com/read/125532/6028051
java relationaldatabase.java
package pl.sql;
import java.sql.Connection;
/**
* Represents a relational database. Performs connection pooling.
* Methods getNewConnection() and getNewId() should be implemented by subclass
www.eeworm.com/read/104713/6203129
java relationaldatabase.java
package pl.sql;
import java.sql.Connection;
/**
* Represents a relational database. Performs connection pooling.
* Methods getNewConnection() and getNewId() should be implemented by subclass
www.eeworm.com/read/345593/11806810
pas unit1.pas
{: Simple TGLShader based multipass demo.
This demo uses a custom TGLShader subclass to implement the classic
multipass hidden lines rendering technique on a torus: first pass renders
www.eeworm.com/read/130612/14181499
java shape.java
// Chapter 6 Exercises 1 & 2
// ABSTRACT BASE CLASS FOR SHAPE.
// The move() method that is implemented here assumes shapes are defined
// relative to the reference point, position, so subclass
www.eeworm.com/read/127767/14337444
txt e687. the quintessential accessible object.txt
You should try to subclass from JComponent or one of its descendants since that will automatically make your object accessible. If that is not possible, your object should implement Accessible.
www.eeworm.com/read/118524/14864861
java accountbargraphview.java
// AccountBarGraphView.java
// AccountBarGraphView is an AbstractAccountView subclass
// that displays an Account balance as a bar graph.
package com.deitel.advjhtp1.mvc.account;
// Java core pa
www.eeworm.com/read/118524/14864868
java assetpiechartview.java
// AssetPieChartView.java
// AssetPieChartView is an AbstractAccountView subclass that
// displays multiple asset Account balances as a pie chart.
package com.deitel.advjhtp1.mvc.account;
// Jav
www.eeworm.com/read/118524/14865309
java drawinginternalframe.java
// DrawingInternalFrame.java
// DrawingInternalFrame is a JInternalFrame subclass for
// DeitelDrawing drawings.
package com.deitel.advjhtp1.drawing;
// Java core packages
import java.awt.*;
www.eeworm.com/read/458810/1581254
java jdbcpet.java
package org.springframework.samples.petclinic.jdbc;
import org.springframework.samples.petclinic.Pet;
/**
* Subclass of Pet that carries temporary id properties
* which are only relevant for