代码搜索:Subclass

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

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

java win32process.java

// Win32Process.java - Subclass of Process for Win32 systems. /* Copyright (C) 2002, 2003 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under
www.eeworm.com/read/336540/3350250

java htmlparse.java

package com.heaton.bot; import javax.swing.text.html.*; /** * A VERY simple class meant only to subclass the * HTMLEditorKit class to make the getParser method * public so that we can gain access
www.eeworm.com/read/325240/3485105

java zoomdialog.java

// ZoomDialog.java // ZoomDialog is a JDialog subclass that shows a zoomed view // of a DrawingModel. package com.deitel.advjhtp1.drawing; // Java core packages import java.awt.*; import java.
www.eeworm.com/read/325240/3485396

java colorevent.java

// Fig. 6.48 ColorEvent.java // ColorEvent is an EventObject subclass that indicates a // change in color. package com.deitel.advjhtp1.beans; // Java core packages import java.util.*; import
www.eeworm.com/read/325240/3486045

java colorevent.java

// Fig. 6.48 ColorEvent.java // ColorEvent is an EventObject subclass that indicates a // change in color. package com.deitel.advjhtp1.beans; // Java core packages import java.util.*; import
www.eeworm.com/read/325240/3486106

java zoomdialog.java

// ZoomDialog.java // ZoomDialog is a JDialog subclass that shows a zoomed view // of a DrawingModel. package com.deitel.advjhtp1.drawing; // Java core packages import java.awt.*; import java.
www.eeworm.com/read/323643/3510291

readme

The box example This example program shows how to use OpenGL in Qt: Put your OpenGL code in a class inherited from QGLWidget. The resulting subclass may be used like any other Qt widget, with signal
www.eeworm.com/read/321483/3534169

pod subclassing.pod

=head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01';
www.eeworm.com/read/321115/3539914

java htmlparse.java

package com.heaton.bot; import javax.swing.text.html.*; /** * A VERY simple class meant only to subclass the * HTMLEditorKit class to make the getParser method * public so that we can gain access
www.eeworm.com/read/313224/3645082

pm base.pm

package Digest::base; use strict; use vars qw($VERSION); $VERSION = "1.00"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = sh