代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/151092/5686330
java myoval.java
// MyOval.java
// MyOval is a MyShape subclass that represents an oval.
package com.deitel.advjhtp1.drawing.model.shapes;
// Java core packages
import java.awt.*;
import java.awt.geom.*;
//
www.eeworm.com/read/141674/5769459
java imagepanel.java
// ImagePanel.java
// JPanel subclass for positioning and displaying ImageIcon
package com.deitel.jhtp5.elevator.view;
// Java core packages
import java.awt.*;
import java.awt.geom.*;
import j
www.eeworm.com/read/141006/5778004
java imagepanel.java
// ImagePanel.java
// JPanel subclass for positioning and displaying ImageIcon
package com.Anance.elevator.view;
// Java core packages
import java.awt.*;
import java.awt.geom.*;
import java.util.*;
www.eeworm.com/read/131315/5940666
h egetopt.h
// -*- C++ -*-
#ifndef eGetOpt_h
#pragma interface
#define eGetOpt_h 1
#include
#include
// eGetOpt is a subclass of GetOpt which provides functions for
// handling arguments t
www.eeworm.com/read/108417/6182781
java hyperlinktextview.java
/*
* Copyright (c) 2000 Lyrisoft Solutions, Inc.
* Used by permission
*/
package com.lyrisoft.awt;
import java.awt.*;
import java.util.Vector;
import java.util.Enumeration;
/**
* Subclass of Tex
www.eeworm.com/read/119409/14830889
h gridtext.h
/* Specialities of GridText as subclass of HText
*/
#ifndef LYGRIDTEXT_H
#define LYGRIDTEXT_H
#include "HText.h" /* Superclass */
#ifndef HTFORMS_H
#include "HTForms.h"
#endif /* HTFORMS_H */
#de
www.eeworm.com/read/118524/14865281
java myoval.java
// MyOval.java
// MyOval is a MyShape subclass that represents an oval.
package com.deitel.advjhtp1.drawing.model.shapes;
// Java core packages
import java.awt.*;
import java.awt.geom.*;
//
www.eeworm.com/read/470720/1450073
m class-14.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 accessor
methods and a
www.eeworm.com/read/470720/1450081
m class-13.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 accessor
methods and a
www.eeworm.com/read/470720/1450103
m class-6.m
/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */
#include
#include
/* Tests creating a root class and a subclass with an ivar and
accessor methods an