代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/325240/3485577

java accounttextview.java

// AccountTextView.java // AccountTextView is an AbstractAccountView subclass // that displays an Account balance in a JTextField. package com.deitel.advjhtp1.mvc.account; // Java core packages
www.eeworm.com/read/325240/3486099

java drawingfilefilter.java

// DrawingFileFilter.java // DrawingFileFilter is a FileFilter subclass for selecting // DeitelDrawing files in a JFileChooser dialog. package com.deitel.advjhtp1.drawing; // Java core packages
www.eeworm.com/read/292061/3960142

java action.java

package com.javaeedev.lightweight.mvc; /** * Prototype Action that execute for handle http request. NOTE that subclass * should designed as "Use and throw". * * @author Xuefeng */ publ
www.eeworm.com/read/274764/4182766

java workrequest.java

/* * WorkRequest.java - Runnable subclass * Copyright (C) 2000 Slava Pestov * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public
www.eeworm.com/read/380073/2663896

java singleton.java

package headfirst.singleton.subclass; public class Singleton { protected static Singleton uniqueInstance; // other useful instance variables here protected Singleton() {} public static sync
www.eeworm.com/read/363148/2922469

h xunicdevice.h

// XunicDevice.h // // Generated by DriverWizard 3.2.0 (Build 2485) // Requires DDK and DriverWorks // File created on 2/8/2006 // // This include file contains the definition of a subclass of K
www.eeworm.com/read/363148/2922472

h xunicdriver.h

// XunicDriver.h // // Generated by DriverWizard 3.2.0 (Build 2485) // Requires DDK and DriverWorks // File created on 2/8/2006 // // This include file contains the definition of a subclass of K
www.eeworm.com/read/351636/3101333

py itklazy.py

import types, itkBase not_loaded = 'not loaded' class LazyITKModule(types.ModuleType): """Subclass of ModuleType that implements a custom __getattribute__ method to allow lazy-loading of a
www.eeworm.com/read/265319/4283094

java drawingfilefilter.java

// DrawingFileFilter.java // DrawingFileFilter is a FileFilter subclass for selecting // DeitelDrawing files in a JFileChooser dialog. package com.deitel.advjhtp1.drawing; // Java core packages
www.eeworm.com/read/265319/4283347

java accounttextview.java

// AccountTextView.java // AccountTextView is an AbstractAccountView subclass // that displays an Account balance in a JTextField. package com.deitel.advjhtp1.mvc.account; // Java core packages