代码搜索:Subclass

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

代码结果 2,526
www.eeworm.com/read/307055/3729354

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/306512/3738021

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/279177/4138849

java depthfirstdirectedgraphtraversal.java

package salvo.jesus.graph.algorithm; import salvo.jesus.graph.*; import java.util.*; /** * A concrete subclass of GraphTraversal that uses depth-first search in * traversing a directed graph. Note
www.eeworm.com/read/440906/1784568

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/438718/1822848

py dirwin.py

# Module 'dirwin' # Directory windows, a subclass of listwin import os import gwin import listwin import anywin import dircache def action(w, string, i, detail): (h, v), clicks, button, mask = det
www.eeworm.com/read/438718/1822868

py textwin.py

# Module 'textwin' # Text windows, a subclass of gwin import stdwin import gwin from stdwinevents import * def fixsize(w): docwidth, docheight = w.text.getrect()[1] winheight = w.getwinsize()[1]
www.eeworm.com/read/408377/2251450

java abstractentity.java

import com.threed.jpct.*; /** * This abstract implementation of Entity extends Object3D, so that every subclass of AbstractEntity * is an Object3D. That makes a lot of things very easy. */ p
www.eeworm.com/read/407499/2263542

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/407498/2263711

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/407497/2263740

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