代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.h
#ifndef Screen_h
#define Screen_h
#pragma interface
#include "others/mystring.h"
#include "others/auto_ptr.h"
#include "user_interface.h"
class screen
{
public:
static screen* Instance() { retu
screen.h
#ifndef Screen_h
#define Screen_h
#pragma interface
#include
#include "ui/user_interface.h"
typedef int key_type;
class screen // Bridge to the UserInterface, singleton
{
friend
screen.cc
/*
This file is part of the 'ears' package.
Copyright (C) 1995 Ralf Stephan
This program is free software; you can redistribute it and/or modify
it under the te
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.java
/*
*/
package com.sun.j2ee.workflow.control.web;
import java.util.HashMap;
/**
* @author Jian (James) Cai
*/
public class Screen implements java.io.Serializable {
private String name;
p
screen.java~
/*
*/
package com.sun.j2ee.workflow.control.web;
import java.util.HashMap;
public class Screen implements java.io.Serializable {
private String name;
private HashMap parameters;
publ
screen.java
/*
*/
package com.sun.j2ee.workflow.control.web;
import java.util.HashMap;
/**
* @author Jian (James) Cai
*/
public class Screen implements java.io.Serializable {
private String name;
p
screen.java
/*
*/
package org.impact.stars.control.web;
import java.util.HashMap;
public class Screen implements java.io.Serializable {
private String name;
private HashMap parameters;
public Sc
screen.java
/*
* Copyright (c) 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll