代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/227630/4771130

java mychoicegroup.java

package com.j2medev.httpme.view; import javax.microedition.lcdui.ChoiceGroup; import javax.microedition.lcdui.Image; /** * MyChoiceGroup is the subclass of javax.microedition.lcdui.ChoiceGrou
www.eeworm.com/read/227630/4771131

java mytextfield.java

package com.j2medev.httpme.view; import javax.microedition.lcdui.TextField; /** * MyTextField class is the subclass of javax.microedition.lcdui.TextField,It only adds a field name so that *
www.eeworm.com/read/226285/4786145

java main.java

import java.text.Collator; import java.util.Locale; class Main { public static void main(String args[]) { Locale loc = Locale.FRENCH; // Create an instance of a subclass of colla
www.eeworm.com/read/188551/5208193

java swingworker.java

package jmt.gui.jwat; import javax.swing.SwingUtilities; /** * This is the 3rd version of SwingWorker (also known as * SwingWorker 3), an abstract class that you subclass to * perform GUI-related
www.eeworm.com/read/188551/5208416

java swingworker.java

package jmt.gui.jmodel.mainGui; import javax.swing.*; /** * This is the 3rd version of SwingWorker (also known as * SwingWorker 3), an abstract class that you subclass to * perform GUI-rel
www.eeworm.com/read/176145/5339317

java testcase.java

package junit.framework; import java.lang.reflect.Method; /** * A test case defines the fixture to run multiple tests. To define a test case * 1) implement a subclass of TestCase *
www.eeworm.com/read/327360/3456894

mof cim_storagesettingsgeneratedfromcapabilities.mof

// Copyright (c) 2005 DMTF. All rights reserved. // Change subclass to // CIM_SettingAssociatedToCapabilities. //
www.eeworm.com/read/326747/3468797

java identifiergeneratinginsert.java

package org.hibernate.id.insert; import org.hibernate.sql.Insert; import org.hibernate.dialect.Dialect; /** * Nothing more than a distinguishing subclass of Insert used to indicate * intent
www.eeworm.com/read/321483/3533582

inc bigfltpm.inc

#include this file into another test for subclass testing... ok ($class->config()->{lib},$CL); use strict; my $z; while () { $_ =~ s/[\n\r]//g; # remove newlines $_ =~ s/#.*$//; # remo
www.eeworm.com/read/321483/3534218

pm baseto.pm

require 5; package Pod::Perldoc::BaseTo; use strict; use warnings; sub is_pageable { '' } sub write_with_binmode { 1 } sub output_extension { 'txt' } # override in subclass! # sub new {