代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/358023/3007183
java swingworker.java
package it.trento.comune.j4sign.examples;
import javax.swing.SwingUtilities;
/**
* This is the 3rd version of SwingWorker (also known as
* SwingWorker 3), an abstract class that you subclass to
*
www.eeworm.com/read/355365/3054509
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/265319/4283112
java mylinecontroller.java
// MyLineController.java
// MyLineController is a MyShapeController subclass for MyLines.
package com.deitel.advjhtp1.drawing.controller;
// Deitel packages
import com.deitel.advjhtp1.drawing.mo
www.eeworm.com/read/265319/4283176
java myabstractaction.java
// MyAbstractAction.java
// MyAbstractAction is an AbstractAction subclass that provides
// set methods for Action properties (e.g., name, icon, etc.).
package com.deitel.advjhtp1.gui.actions;
/
www.eeworm.com/read/265319/4284013
java mylinecontroller.java
// MyLineController.java
// MyLineController is a MyShapeController subclass for MyLines.
package com.deitel.advjhtp1.drawing.controller;
// Deitel packages
import com.deitel.advjhtp1.drawing.mo
www.eeworm.com/read/265319/4284056
java myabstractaction.java
// MyAbstractAction.java
// MyAbstractAction is an AbstractAction subclass that provides
// set methods for Action properties (e.g., name, icon, etc.).
package com.deitel.advjhtp1.gui.actions;
/
www.eeworm.com/read/334557/12591474
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/205278/15322271
cpp subclassview.cpp
// SubClassView.cpp : implementation of the CSubClassView class
//
#include "stdafx.h"
#include "SubClass.h"
#include "SubClassDoc.h"
#include "SubClassView.h"
#include "SubClassDialog.h"
www.eeworm.com/read/202486/15381564
cpp ex1305.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 13.5, page 306
// A Subclass Template for Vectors
#include
using namespace st
www.eeworm.com/read/460741/7242278
pas oneinstance.pas
unit OneInstance;
interface
uses Forms, Windows, Dialogs, SysUtils, Registry;
const
MI_NO_ERROR = 0;
MI_FAIL_SUBCLASS = 1;
MI_FAIL_CREATE_MUTEX = 2;
var
FirstInsta