代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/298430/3866084
java testinitblock.java
/*
* TestInitBlock.java
*/
public class TestInitBlock {
public static void main(String[] args) {
new TestInitBlock();
}
/** Creates a new instance of TestInitBlock */
public Tes
www.eeworm.com/read/287122/4028770
java soundeffects.java
import javax.microedition.media.*;
import java.io.*;
class SoundEffects
{
private static SoundEffects instance;
private Player blastSoundPlayer;
private SoundEffects()
{
www.eeworm.com/read/287122/4028869
java counteritem.java
import javax.microedition.lcdui.*;
// A custom component for MIDP 2.0 that wraps
// a CounterArea instance.
public class CounterItem extends CustomItem
implements Coun
www.eeworm.com/read/283473/4078662
java symbolloader.java
/*
* A Symbol Loader to register all prototype instance
*/
import java.util.*;
public class SymbolLoader {
private Hashtable symbols = new Hashtable();
public SymbolLoader() {
www.eeworm.com/read/283334/4082876
tex mbcnvfil.tex
\section{\class{wxMBConvFile}}\label{wxmbconvfile}
This class used to define the class instance
{\bf wxConvFileName}, but nowadays {\bf wxConvFileName} is
either of type wxConvLibc (on most plat
www.eeworm.com/read/277660/4152333
svn-base datarecruittablemodel.java.svn-base
package collector.gui.model;
import javax.swing.table.*;
public class DataRecruitTableModel
extends DefaultTableModel {
/** Creates a new instance of DataRecruitTableModel */
public
www.eeworm.com/read/277660/4152380
java datarecruittablemodel.java
package collector.gui.model;
import javax.swing.table.*;
public class DataRecruitTableModel
extends DefaultTableModel {
/** Creates a new instance of DataRecruitTableModel */
public
www.eeworm.com/read/273525/4207807
class areastyle.class
*! version 1.0.2 12nov2003
version 8
class {
instance:
linestyle = .linestyle.new
shadestyle = .shadestyle.new
} , inherit(style)
/* ---------------------------------------------
www.eeworm.com/read/273525/4209664
class twowaygraph_g.class
// twowaygraph_g
//
// Base class for twoway graphs
*! version 1.1.6 02feb2005
version 8
class {
class:
graphfamily = "twoway"
instance:
www.eeworm.com/read/272871/4214316
java soundeffects.java
import javax.microedition.media.*;
import java.io.*;
class SoundEffects
{
private static SoundEffects instance;
private Player blastSoundPlayer;
private SoundEffects()
{