代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/277660/4152675
java swingworker.java
package collector.gui.test;
import javax.swing.*;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
* perform GUI-related
www.eeworm.com/read/277414/4155547
java subhttpproxy.java
// Trivial subclass of HttpProxy
// Does not log host names and
// puts a * in front of each line of log output
import java.io.*;
import java.net.*;
public class SubHttpProxy extends HttpProx
www.eeworm.com/read/439279/1806476
java exercise9_10.java
// Exercise9_10.java: Display calendar from command line
import java.util.*;
public class Exercise9_10 {
/** MyCalendar is a subclass of GregorianCalendar,
provided in a separate compani
www.eeworm.com/read/431231/1908737
java swingworker.java
package ai.common;
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-rel
www.eeworm.com/read/427819/1964952
pm tokenizer.pm
package Plucene::Analysis::Tokenizer;
=head1 NAME
Plucene::Analysis::Tokenizer - base class for tokenizers
=head1 SYNOPSIS
my $tokenizer = Plucene::Analysis::Tokenizer::Subclass
->new({ reader
www.eeworm.com/read/405353/2292920
java statusrequestevent.java
package bingo.player;
import java.awt.*;
/** Event posted when the user requests status. */
//should subclass some BingoPlayerEvent class that defines constants?
class StatusRequestEvent extends AWT
www.eeworm.com/read/405353/2292923
java registerevent.java
package bingo.player;
import java.awt.*;
/** Event posted when the user wants to register. */
//should subclass some BingoPlayerEvent class that defines constants?
class RegisterEvent extends AWTEve
www.eeworm.com/read/396039/2425488
java swingworker.java
import javax.swing.SwingUtilities;
/**
* An abstract class that you subclass to perform
* GUI-related work in a dedicated thread.
* For instructions on using this class, see
* http://java.sun.co
www.eeworm.com/read/396039/2425642
java swingworker.java
import com.sun.java.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 dedic
www.eeworm.com/read/389864/2535298
cxx scintillabase.cxx
// Scintilla source code edit control
/** @file ScintillaBase.cxx
** An enhanced subclass of Editor with calltips, autocomplete and context menu.
**/
// Copyright 1998-2003 by Neil Hodgson