代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/265319/4284063

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/255418/4376036

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/255418/4376039

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/174978/9566252

java filteredcodeservlet.java

package coreservlets; /** Subclass of BadCodeServlet that keeps the same doGet method * but filters the code fragment for HTML-specific characters. * You should filter strings that are likely
www.eeworm.com/read/313005/13599595

java regsingletonchild.java

package com.javapatterns.singleton.demos; /** * This class is a subclass of RegSingleton */ import java.util.HashMap; public class RegSingletonChild extends RegSingleton { public Re
www.eeworm.com/read/151092/5686333

java myrectangle.java

// MyRectangle.java // MyRectangle is a MyShape subclass that represents a // rectangle, including an implementation of the draw method // for drawing the rectangle on a Graphics2D context. packa
www.eeworm.com/read/151092/5686343

java boundedshapecontroller.java

// BoundedShapeController.java // BoundedShapeController is a MyShapeController subclass for // rectangle-bounded shapes, such as MyOvals and MyRectangles. package com.deitel.advjhtp1.drawing.cont
www.eeworm.com/read/139182/5807219

cxx dprecord.cxx

#include "DPRecord.hxx" #include /* This implements 'Dial Plan' subclass of the * 'Record' superclass. * * DPRecord.cxx version 1.0 -- 19 Mar 2003 *
www.eeworm.com/read/139182/5807226

cxx cfbrecord.cxx

#include "CFBRecord.hxx" #include /* This implements 'CallForward on Busy' subclass of * the 'Record' superclass. * * CFBRecord.cxx version 1.0 -- 18 Mar 2003
www.eeworm.com/read/139182/5807227

cxx cfnarecord.cxx

#include "CFNARecord.hxx" #include /* This implements 'CallForward on No Answer' subclass of * the 'Record' superclass. * * CallFNARecord.cxx version 1.0 -- 18 Mar 2