代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/325240/3486105

java myimage.java

// MyImage.java // MyImage is a MyShape subclass that contains a JPEG image. package com.deitel.advjhtp1.drawing.model.shapes; // Java core packages import java.io.*; import java.awt.*; import
www.eeworm.com/read/325240/3486121

java myline.java

// MyLine.java // MyLine is a MyShape subclass that represents a line. package com.deitel.advjhtp1.drawing.model.shapes; // Java core packages import java.awt.*; import java.awt.geom.*; // t
www.eeworm.com/read/310974/3688501

java basicio.java

package murlen.util.fscript; import java.io.*; import java.util.*; /** * BasicIO - an simple IO Subclass of FScript * * Copyright (C) 2000 murlen. * * This library is
www.eeworm.com/read/276313/4166511

java standardfont.java

// $Id: StandardFont.java,v 1.5 2003/11/04 17:16:01 mike Exp $ package org.faceless.pdf; import java.util.*; /** * * A concrete subclass of {@link PDFSimpleFont} representing the standard 14
www.eeworm.com/read/276313/4166518

java colorpattern.java

// $Id: ColorPattern.java,v 1.5 2003/11/04 17:16:01 mike Exp $ package org.faceless.pdf; import java.awt.*; /** * * A ColorPattern is a subclass of Paint that can be used with *
www.eeworm.com/read/440906/1780180

m class-3.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a minimal subclass tree */ @interface RootClass {
www.eeworm.com/read/440906/1780201

m class-12.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass with a class methods */ @interface Roo
www.eeworm.com/read/440906/1780221

m class-2.m

/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */ #include #include /* Tests creating a root class and a subclass */ @interface RootClass { Class isa;
www.eeworm.com/read/360971/2955134

java selfcontainedpaneltest.java

// Fig. 29.21: SelfContainedPanelTest.java // Creating a self-contained subclass of JPanel // that processes its own mouse events. import java.awt.*; import java.awt.event.*; import javax.swing.
www.eeworm.com/read/265319/4283098

java myimage.java

// MyImage.java // MyImage is a MyShape subclass that contains a JPEG image. package com.deitel.advjhtp1.drawing.model.shapes; // Java core packages import java.io.*; import java.awt.*; import