代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/340665/3282947

java posixprocess.java

// PosixProcess.java - Subclass of Process for POSIX systems. /* Copyright (C) 1998, 1999 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under
www.eeworm.com/read/340665/3283327

java httpurlconnection.java

// HttpURLConnection.java - Subclass of communications links using // Hypertext Transfer Protocol. /* Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation This file is part of GNU Classpa
www.eeworm.com/read/329072/3434709

java swingworker.java

package com.bdaum.dukeSpeake; import javax.swing.SwingUtilities; /** * This is the 3rd version of SwingWorker (also known as * SwingWorker 3), an abstract class that you subclass to * perf
www.eeworm.com/read/325535/3482929

py vtktkphotoimage.py

""" A subclass of Tkinter.PhotoImage that connects a vtkImageData to a photo widget. Created by Daniel Blezek, August 2002 """ import Tkinter from Tkinter import * from vtkpython import * from vtkL
www.eeworm.com/read/325240/3485117

java zoomdrawingview.java

// ZoomDrawingView.java // ZoomDrawingView is a subclass of DrawingView that scales // the view of the drawing using the given scale factor. package com.deitel.advjhtp1.drawing.view; // Java cor
www.eeworm.com/read/325240/3485357

java navigator.java

// Class Navigator is a subclass of Behavior that implements a // keyboard translation navigator. Navigator responds to certain // key presses by translating an object in a 3D scene. package com.
www.eeworm.com/read/325240/3485560

java navigator.java

// Class Navigator is a subclass of Behavior that implements a // keyboard translation navigator. Navigator responds to certain // key presses by translating an object in a 3D scene. package com.
www.eeworm.com/read/325240/3486108

java zoomdrawingview.java

// ZoomDrawingView.java // ZoomDrawingView is a subclass of DrawingView that scales // the view of the drawing using the given scale factor. package com.deitel.advjhtp1.drawing.view; // Java cor
www.eeworm.com/read/321483/3533526

inc bigratpm.inc

#include this file into another test for subclass testing... ok ($class->config()->{lib},$CL); $setup = ''; while () { chomp; $_ =~ s/#.*$//; # remove comments $_ =~ s/\s+$//; # trail
www.eeworm.com/read/291513/3964390

java swingworker.java

package com.bdaum.dukeSpeaks; import javax.swing.SwingUtilities; /** * This is the 3rd version of SwingWorker (also known as * SwingWorker 3), an abstract class that you subclass to * perf