代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/127767/14335869
txt e636. listening to all key events before delivery to focused component.txt
Registering a key event dispatcher with the keyboard focus manager allows you to see all key events before they are sent to the focused component. It is possible to modify the event or even prevent th
www.eeworm.com/read/127767/14336761
txt e022. deleting a file.txt
boolean success = (new File("filename")).delete();
if (!success) {
// Deletion failed
}
www.eeworm.com/read/127767/14337023
txt e956. programmatically starting and stopping cell editing in a jtable component.txt
Normally, the table component automatically starts and stops the editing of table cells based on user input. However, when building table commands, it may be necessary to programmatically enable and d
www.eeworm.com/read/127116/14377628
java not.java
package com.javapatterns.interpreter;
public class Not extends Expression
{
/**
* @link aggregation
*/
private Expression exp;
public Not(Expression exp)
{
th
www.eeworm.com/read/228349/14390157
pas wsocket.pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: TWSocket class encapsulate the Windows Socket paradigm
Creation: April
www.eeworm.com/read/126983/14390697
bas modulepublic.bas
Attribute VB_Name = "Modulepublic"
Global Const MSGTITLE As String = "财务月报表系统"
Public CONN As ADODB.Connection '本地数据库连接名称
Public COMM As ADODB.Command '本地数据库执行命令
Public RS As ADODB.Record
www.eeworm.com/read/126226/14437453
java choice.java
/*
* ChoiceItem.java
*
* Created on 2003年11月5日, 下午9:13
*/
package romulus;
/**
*
* @author Romulus
* @version 1.0
*/
public class Choice implements QuestionItem {
/** The ident of
www.eeworm.com/read/125708/14470122
h hidpi.h
/*++
Copyright (c) 1996-1998 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
www.eeworm.com/read/226337/14480407
h packet32.h
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/226233/14485191
pas teelisb.pas
{***************************************}
{ TeeChart Pro - TChartListBox class }
{ Copyright (c) 1995-2004 David Berneda }
{ Component Registration Unit }
{***************************