代码搜索:interception
找到约 132 项符合「interception」的源代码
代码结果 132
www.eeworm.com/read/313796/3641403
java showninterceptiondetectionhandler.java
package org.uispec4j.interception.handlers;
import junit.framework.Assert;
import org.uispec4j.Window;
import org.uispec4j.utils.Utils;
public class ShownInterceptionDetectionHandler extends A
www.eeworm.com/read/313796/3641408
java toolkitdelegate.java
package org.uispec4j.interception.toolkit;
import sun.awt.ComponentFactory;
import sun.awt.SunToolkit;
import java.awt.*;
import java.awt.datatransfer.Clipboard;
import java.awt.dnd.*;
impor
www.eeworm.com/read/313796/3641410
java uispecdialogpeer.java
package org.uispec4j.interception.toolkit;
import junit.framework.AssertionFailedError;
import org.uispec4j.Window;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ComponentAda
www.eeworm.com/read/313796/3641414
java empty.java
package org.uispec4j.interception.toolkit;
import sun.awt.image.SunVolatileImage;
import javax.swing.*;
import java.awt.*;
import java.awt.event.PaintEvent;
import java.awt.font.FontRenderCon
www.eeworm.com/read/313796/3641443
java triggerrunner.java
package org.uispec4j.utils;
import org.uispec4j.Trigger;
import org.uispec4j.interception.toolkit.UISpecDisplay;
import javax.swing.*;
import java.lang.reflect.InvocationTargetException;
pu
www.eeworm.com/read/313796/3641263
java mainclassadaptertest.java
package org.uispec4j.interception;
import org.uispec4j.Window;
import org.uispec4j.TextBox;
import javax.swing.*;
import java.util.Arrays;
public class MainClassAdapterTest extends Intercep
www.eeworm.com/read/313796/3641356
java uispeclf.java
package org.uispec4j.interception.ui;
import javax.swing.*;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.Set;
import java.util.TreeSet;
public class UISpecLF {
www.eeworm.com/read/313796/3641405
java popupmenuinterceptor.java
package org.uispec4j.interception;
import junit.framework.AssertionFailedError;
import org.uispec4j.*;
import org.uispec4j.assertion.Assertion;
import org.uispec4j.assertion.UISpecAssert;
impor
www.eeworm.com/read/313796/3641413
java uispectoolkit.java
package org.uispec4j.interception.toolkit;
import org.uispec4j.UISpec4J;
import javax.swing.*;
import java.awt.*;
import java.awt.peer.*;
/**
* Mock toolkit used for intercepting displaye
www.eeworm.com/read/313796/3641346
java uispectestcase.java
package org.uispec4j;
import junit.framework.TestCase;
import org.uispec4j.assertion.Assertion;
import org.uispec4j.assertion.UISpecAssert;
import org.uispec4j.interception.toolkit.UISpecDisplay