代码搜索:Subclass

找到约 2,526 项符合「Subclass」的源代码

代码结果 2,526
www.eeworm.com/read/387868/2555581

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
www.eeworm.com/read/384681/2598423

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/384681/2598426

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/381758/2641487

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/381758/2641490

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/375427/2724541

java mydatagramsocket.java

import java.net.*; import java.io.*; /** * A subclass of DatagramSocket which contains * methods for sending and receiving messages * @author M. L. Liu */ public class MyDatagramSocket e
www.eeworm.com/read/375427/2724584

java mydatagramsocket.java

import java.net.*; import java.io.*; /** * A subclass of DatagramSocket which contains * methods for sending and receiving messages * @author M. L. Liu */ public class MyDatagramSocket e
www.eeworm.com/read/359048/2981155

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/359048/2981158

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/358272/2987833

java swingworker.java

package org.mindswap.swoop.utils.ui; import javax.swing.SwingUtilities; /** * This is the 3rd version of SwingWorker (also known as * SwingWorker 3), an abstract class that you subclass to * perf