代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/171586/5392425

java comboboxbutton.java

package com.digitprop.tonic; import java.awt.*; import javax.swing.*; /** Subclass of JButton for combo boxes. * * @author Markus Fischer * * This software is under the
www.eeworm.com/read/171479/5394416

java proxymetaclass.java

package groovy.lang; import org.codehaus.groovy.runtime.InvokerHelper; import java.beans.IntrospectionException; /** * As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to
www.eeworm.com/read/168239/5447423

java imagepanel.java

import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * An ImagePanel is a Swing component that can display an OFImage. * It is constructed as a subclass of JComponent with the adde
www.eeworm.com/read/168239/5447446

java imagepanel.java

import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * An ImagePanel is a Swing component that can display an OFImage. * It is constructed as a subclass of JComponent with the adde
www.eeworm.com/read/168239/5447459

java imagepanel.java

import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * An ImagePanel is a Swing component that can display an OFImage. * It is constructed as a subclass of JComponent with the adde
www.eeworm.com/read/168239/5447467

java imagepanel.java

import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * An ImagePanel is a Swing component that can display an OFImage. * It is constructed as a subclass of JComponent with the adde
www.eeworm.com/read/168239/5447473

java imagepanel.java

import java.awt.*; import javax.swing.*; import java.awt.image.*; /** * An ImagePanel is a Swing component that can display an OFImage. * It is constructed as a subclass of JComponent with the adde
www.eeworm.com/read/165904/5476698

java cow.java

package tutorial.inheritance.tableperhierarchy; /** * @hibernate.subclass * discriminator-value="C" */ public class Cow extends Animal { private String furColor; public void makeSound() { Syst
www.eeworm.com/read/165904/5476700

java cat.java

package tutorial.inheritance.tableperhierarchy; /** * @hibernate.subclass * discriminator-value="B" */ public class Cat extends Animal { private String nickName; public void makeSound() { Syst
www.eeworm.com/read/164604/5489001

java singletontestdrive.java

package headfirst.singleton.subclass; public class SingletonTestDrive { public static void main(String[] args) { Singleton foo = CoolerSingleton.getInstance(); Singleton bar = HotterSingleton.ge