代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/301403/3840189
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/290228/3983347
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/290228/3983374
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/445435/1721930
svn-base command.java.svn-base
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/445435/1721936
java command.java
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/431231/1908738
java algorithmframework.java
package ai.common;
import java.util.*;
/**
* A framework class that provides underlying functionality
* (thread support) for an algorithm subclass.
*
*
* Change History:
*
www.eeworm.com/read/429836/1945295
java calculator1.java
package Jt.examples.patterns;
import Jt.*;
import Jt.xml.JtXMLHelper;
/**
* Calculator implementation based on Command and Memento.
* Creating a subclass of JtCommand and implementing the
www.eeworm.com/read/429717/1946216
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/429717/1946244
tcl timer.tcl
#
# A simple timer class. You can derive a subclass of Timer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay seconds
www.eeworm.com/read/423237/2028787
as iaxisrenderer.as
package com.yahoo.astra.fl.charts.axes
{
/**
* A visual representation of an IAxis instance.
*
* Should be a subclass of UIComponent.
*
* @author Josh Tynjala
*/
public interface IAxi