代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/287209/4025341
java swingworker.java
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-related work in a dedicated th
www.eeworm.com/read/279177/4138848
java topologicalsorting.java
package salvo.jesus.graph.algorithm;
import java.util.*;
import salvo.jesus.graph.*;
/**
* A concrete subclass of GraphTraversal that performs a topological sort
* against a directed acyclic graph
www.eeworm.com/read/279177/4138934
java jtabpanel.java
package salvo.jesus.graph.javax.swing;
import java.io.*;
import javax.swing.JPanel;
/**
* Abstract class for components to act as a tabpage in a GraphTabbedPane,
* which is a subclass of JT
www.eeworm.com/read/277150/4159112
java supertest.java
class SuperClass{
void showMyPosition(){
System.out.println("I am in superclass!");
System.out.println("I will go back now ...");
}
}
class SubClass extends SuperClass{
void showMyPositi
www.eeworm.com/read/275576/4174471
groovy groovy996_bug.groovy
package groovy.bugs
class Groovy996_Bug extends GroovyTestCase {
void testAccessToSuperProtectedField() {
def a = new Groovy996_SubClass()
a.out()
}
}
class Groovy99
www.eeworm.com/read/440906/1784706
java ecosprocess.java
// EcosProcess.java - Subclass of Process for eCos systems.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under th
www.eeworm.com/read/429836/1945315
java calculator3.java
package Jt.examples.patterns;
import Jt.*;
import Jt.xml.JtXMLHelper;
/**
* Calculator implementation based on Command, Memento, Strategy and Factory Method.
* Creating a subclass of Jt
www.eeworm.com/read/427686/1968006
java locatablemission.java
package bb;
import java.util.*;
/*
A special subclass of missions that also has an associated location.
It also has a "range" argument which indicates how close the
agents should get to the
www.eeworm.com/read/423237/2028802
as idatatiprenderer.as
package com.yahoo.astra.fl.charts
{
import flash.events.IEventDispatcher;
/**
* A renderer for a mouse-over datatip on a chart.
*
* Important: Must be a subclass of DisplayObject
www.eeworm.com/read/406718/2273815
java mapoperator.java
package org.jutil.java.collections;
import java.util.Collection;
/**
* MapOperator is the toplevel interface for map operators.
*
* To be able to prove the correctness of a subclass, a m