代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/117953/14894026
java frameadapter.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Defines a subclass of WindowAdapter, overriding
* the windowClosing metho
www.eeworm.com/read/12870/251580
xcp tools.xcp
# This is the tools definition file
# It should not be hand edited.
# This file contains the definitions for tools to appear in the
# control panel and be launchable by it.
#-CLASS-SUBCLASS-TARGE
www.eeworm.com/read/250753/4427078
java webtoolbar.java
// WebToolBar.java
// WebToolBar is a JToolBar subclass that contains components
// for navigating a WebBrowserPane. WebToolBar includes back
// and forward buttons and a text field for entering UR
www.eeworm.com/read/226369/4785760
h canvas.h
#ifndef CANVAS_H
#define CANVAS_H
/***********************************************************************
canvas Widget (subclass of CompositeClass)
Copyright (C) 1995 Bruce E. Wampler
Thi
www.eeworm.com/read/219872/4844847
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/219872/4844850
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/181243/5277720
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/181243/5277723
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/164604/5489002
java coolersingleton.java
package headfirst.singleton.subclass;
public class CoolerSingleton extends Singleton {
// useful instance variables here
protected static Singleton uniqueInstance;
private CoolerSingleton() {
www.eeworm.com/read/329780/3429884
makefile
#############################################################################
# Makefile for building: subclass4
# Generated by qmake (1.07a) (Qt 3.3.1) on: Mon Jan 03 00:10:51 2005
# Project: sub