17 citations found. Retrieving documents...
Pausch, R., Young, N. and DeLine, R. SUIT: The Pascal of User Interface Toolkits. In Proceedings for ACM USIT `91: Fourth Annual Symposium on User Interface Software and Technology. 1991. pp. 117-120.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
Transforming Graphical Interfaces into Auditory Interfaces - Mynatt (1995)   (6 citations)  (Correct)

....Window System The X Window System was originally developed at MIT in 1984. Toolkits built on top of X Windows are commonly used for building graphical applications on Unix workstations. These toolkits are relatively rudimentary compared to user interface toolkits currently being investigated [59][62][72] They provide abstractions for user interface concepts such as windows, mouse and keyboard input, and 2 1 2D spatial layout. User interface objects such as menus are constructed from lower level objects called widgets. My work focuses on transforming text based graphical interfaces built ....

Pausch, R., Young, N. and DeLine, R. SUIT: The Pascal of User Interface Toolkits. In Proceedings for ACM USIT `91: Fourth Annual Symposium on User Interface Software and Technology. 1991. pp. 117-120.


A Document Architecture for Integrated Software.. - Dennis, Goldman.. (1994)   (2 citations)  (Correct)

....from and can be modi ed independently of the documents to which they apply. They are written in a simple, declarative language and each one applies to an entire document class. Limited support for multiple presentations can be found in several other systems. The SUIT user interface toolkit [24] provides multiple widgets for certain simple objects. Chiron [16] can support an arbitrary number 6 of artists for the same abstract data type. However, an artist de nes both presentation and interaction and is written in a superset of Ada. Thus, artists are more heavyweight than Ensemble ....

Randy Pausch, Nathaniel Y. Young II, and Robert DeLine. SUIT: The Pascal of user interface toolkits. In Proceedings of the ACM Symposium on User Interface Software and Technology, pages 117-126. ACM Press, November 1991.


Model-Based User Interface Design by Demonstration and by Interview - Frank (1995)   (2 citations)  (Correct)

....unrelated prototype. This is not to say that run time inheritance may not be useful in some cases, or that it could not be incorporated into the EET model as a future extension. 19. This is not different from other prototype instance schemes like e.g. the ones used in SX Tools [Kueh92] SUIT [Paus91], and Garnet [Myer90b] 51 from which a new element is copied can change at run time, and that it is marked with an iAmTheCurrentPrototype attribute. element e : create ( iAmTheCurrentPrototype= true ) Note that a set expression in a create statement must yield exactly one element. If it ....

Randy Pausch, Nathaniel R. Young II, and Robert DeLine. SUIT: The Pascal of user interface toolkits. In Proceedings of the ACM Symposium on User Interface Software and Technology, pages 117--125, (Hilton Head, South Carolina, November 11-13) 1991.


AIDE: A tool to assist in the design and evaluation of user.. - Sears   (Correct)

....tools into one seamless user interface development environment that will allow designers to create, evaluate, modify, and reevaluate an interface. AIDE makes use of the user interface development tool SUIT which provides several advantages that facilitate automated design lay out and evaluation [10]. The ASCII interface description file ( SUI) contains a textual description of the interface, including information about the type, location, and size of each interface widget. Since SUIT interprets the SUI file at run time, it is possible to change the interface layout without recompiling ....

Pausch, R., Young II, N., and DeLine, R., SUIT: The Pascal of User Interface Toolkits, Proceedings of the ACM Symposium on User Interface Software and Technology (UIST'91) (1991), New York: ACM, 117-125.


An Experimental Comparison of New Property List Designs - Panzer, Werner (1995)   (Correct)

....split list, categories, grouping INTRODUCTION Property lists allow users to edit object properties in a spreadsheet like interface. Property lists are compact, simple, and extensible. They are particularly useful in environments with many object types and are used in several interface builders [1,2,5] to display and edit the properties of interface elements. A property list usually displays properties for the currently selected object(s) in a separate window, allowing the user to browse object properties simply by changing the selection. A property list can handle multiple objects of different ....

Pausch, R., Young II, N., and DeLine, R. Suit: The pascal of user interface toolkits. In UIST `91 (1991), 117-125.


A Toolkit of Mechanism and Context Independent Widgets - Crease, Gray, Brewster   (Correct)

....Previous solutions to the challenge of a toolkit suitable for multiple platforms have included virtual toolkits. These toolkits layer the user interface architecture, extracting the generic components into portable layers which sit on top of platform dependent layers. The SUIT system [6] was designed to run on three platforms, Mac, UNIX and Windows. The user interface was split into two layers on top of the platform dependent toolkits. The toolkit layer provided the tools necessary to implement the interface. The graphics layer provided a well defined graphical layer which could ....

R. Pausch, I. Nathaniel R. Young, and R. DeLine, "SUIT: The Pascal of User Interface Toolkits," in Proceedings of the ACM SIGGRAPH Symposium on User Interface Software and Technology, UI Frameworks, 1991, pp. 117-125.


Agentsheets: A Tool for Building Domain-Oriented Dynamic, Visual .. - Repenning (1993)   (15 citations)  (Correct)

....spatial metaphors are intrinsically difficult to extend or if only the implementations of spatial metaphors are difficult to extend. Metaphors Lack Domain Orientation From the viewpoint of the HCI community, it seems to be desirable to completely separate the user interface and the application [88]. In terms of user interfaces, the universe of computer applications seems to be reducible to a set of interface objects such as buttons, windows, and menus. In this scheme the application independent spatial metaphor serves as an access mechanism to application specific functionality. We (the ....

....Traditionally, the task of creating an application is divided into the creation of abstract application functionality and the design of a user interface. User Interface Management Systems (UIMSs) are metatools endorsed by the human computer interaction community to create user interfaces [34, 88]. UIMSs are shallow in the sense that they have only a very limited linkage to the application. A UIMS controls the layout of user interface widgets such as buttons, scrollers, and menus. These widgets, in turn, are linked by the UIMS user to application code. The semantics of the coupling between ....

Pausch, R., N. R. Young II and R. DeLine, "SUIT: The Pascal of User Interface Toolkits," Proceedings of the ACM Symposium on User Interface Software and Technology , Hilton Head, SC, 1991, p. 232.


Blending Structured Graphics and Layout - Tang, Linton (1994)   (6 citations)  (Correct)

....and redisplay in the presence of transformations and Steven H. Tang Fujitsu tang hadar.fujitsu.com Mark A. Linton Silicon Graphics linton sgi.com partially transparent objects dominate the problems of layout, the Fresco model is much closer to Inventor than conventional UI toolkits. SUIT[6] is a toolkit that focuses on the graphical and interactive aspects of UI objects, but does not directly support layout. ET [7] and GARNET[8] are both similar to Fresco in that the base class of objects can be used for both graphics and user interface components.However, neither system supports ....

R. Pausch et al. SUIT: The Pascal of User Interface Toolkits. Proceedings of the ACM Symposium on User Interface Software and Technology, Hilton Head, SC, November 1991, pp. 117-125.


A Survey on Research in Graphical User Interfaces - Machiraju (1996)   (Correct)

....design of tools that assist in the development of different types of user interfaces and interfaces with desirable properties. 4.1 Tools with Special Properties 4.1.1 Easy to Use Tools Most of the tools require a learning period of several weeks, and are not portable to several platforms. SUIT [59] (the Simple User Interface Toolkit) is a UIMS developed with simplicity and portability as the main goals. It lays less stress on functionality. Such a tool would be useful to undergraduate students, or professional programmers who wish to quickly build GUIs without investing time to become ....

Randy Pausch, Nathaniel R. Young II, and Robert DeLine, "SUIT: The Pascal of User Interface Toolkits," Computer Science Report TR-91-20, Oct.1991.


The PICASSO Framework: A High-Level Tool for Interface Design - Rowe, Konstan, Smith   (Correct)

....process. We are particularly interested in a graphical WYSIWYG interface builders and better tools to manage the object libraries (e.g. a version control system and a graphical object browser) We need both tools to help construct interfaces visually (such as Ibuild [25] or SUIT[16]) and mechanisms to help specify the binding of application to interface (such as the comments in Mickey [13] Finally, we are investigating finer grained sharing that would be available through nested forms. For example, a nameand address block might be defined and then included in several ....

Pausch, SUIT: The Pascal of user interface toolkits. Proc. UIST `91. Hilton Head, SC, November 1991.


MAVIS: A Visual Environment for Active Computer Vision - Olson, Klop, Hyett, Carnell (1992)   (3 citations)  (Correct)

....inexpensive pointer manipulations. Thus for reasonably large images (and assuming that the message buffers fit in physical memory) sequences of MAVIS instances run nearly as quickly as the equivalent C code. The MAVIS user interface was implemented using SUIT, the Simple User Interface Toolkit [12]. SUIT is a software toolkit that supports rapid prototyping of user interfaces and permits extensive customization of interfaces by the interactive user. SUIT is distinguished by an extraordinarily rapid learning curve compared with standard X widget sets and toolkits. Its ease of use and its ....

Randy Pausch, Nathaniel Young, III, Robert Deline, "SUIT, The Pascal of User Interface Toolkits", Proceedings of UIST: the Annual ACM SIGGRAPH Symposium on User Interface Software and Technology, November, 1991.


Overview of the Amulet User Interface Toolkit - Myers, McDaniel, Ferrency.. (1996)   (Correct)

....and a number of PhD dissertations at the University of Tennessee and CMU are using Amulet. Students. By aiming for Amulet to be useful to students, we will perform the required iterative user testing and refinement to simplify the programming interface of Amulet itself. The success of SUIT [4] and Microsoft s Visual Basic show that it is possible to provide useful functionality in a way that is easy to learn, but unlike those other systems, Amulet will provide a natural growth path to the complete fullyfunctional system. Amulet has been used in three classes at CMU and University of ....

Pausch, R., N.R. II Young, and R. DeLine. SUIT: The Pascal of User Interface Toolkits. in ACM SIGGRAPH Symposium on User Interface Software and Technology. 1991. Hilton Head, SC.


Programming a Pipelined Image Processor - Olson, Lockwood, Taylor (1993)   (2 citations)  (Correct)

....connections necessary to perform the desired computation. 5 MERLIN MERLIN is an interactive graphical user interface for exploratory programming and development of VEIL graphs. The MERLIN application is written in C and sits on top of both the VEIL library and the SUIT user interface toolkit [9]. The user manipulates graphs in the MERLIN work area by adding or deleting functions (nodes) and connections (arcs) and by specifying attributes for functions that require them. Graphs can also be written to or read from files, and saved MERLIN files can be loaded into arbitrary C programs ....

Randy Pausch, Nathaniel Young, III, Robert Deline, "SUIT, The Pascal of User Interface Toolkits", Proceedings of UIST: the Annual ACM SIGGRAPH Symposium on User Interface Software and Technology, November, 1991.


The Design for the Amulet User Interface Toolkit - Myers, McDaniel, Mickish.. (1995)   (4 citations)  (Correct)

....interface software research, and we hope many others will use Amulet after it is released. Students. By aiming for Amulet to be useful to students, we will perform the required iterative user testing and refinement to simplify the programming interface of Amulet itself. The success of SUIT [Pausch 91] and Microsoft s Visual Basic The Design for the Amulet User Interface Toolkit 3 show that it is possible to provide useful functionality in a way that is easy to learn, but unlike those other systems, Amulet will provide a natural growth path to the complete fully functional system. ....

Randy Pausch, Nathaniel R. Young II, and Robert DeLine, "SUIT: The Pascal of User Interface Toolkits," Proceedings UIST'91: ACM SIGGRAPH Symposium on User Interface Software and Technology. Nov, 1991, Hilton Head, SC, pp. 117-125


The Amulet Environment: New Models for Effective.. - Myers, McDaniel.. (1997)   (48 citations)  (Correct)

....Amulet useful for: Researchers. Over 30 research projects all over the world are already using Amulet, including a number of thesis projects at all levels. Students. By aiming for Amulet to be useful to students, we are continually striving to make Amulet easier to learn. The success of SUIT [26] and Microsoft s Visual Basic show that it is possible to provide useful functionality in a way that is easy to learn, but unlike those other systems, Amulet provides a natural growth path to the complete fully functional system. Amulet has been used in at least ten courses at seven universities, ....

R. Pausch, N.R. II Young, and R. DeLine. "SUIT: The Pascal of User Interface Toolkits," in ACM SIGGRAPH Symposium on User Interface Software and Technology. 1991. Hilton Head, SC: pp. 117-125. Proceedings UIST'91.


The Amulet Environment: New Models for Effective User Interface.. - Myers (1996)   (48 citations)  (Correct)

....Amulet useful for: Researchers. Over 25 research projects all over the world are already using Amulet, including a number of thesis projects at all levels. Students. By aiming for Amulet to be useful to students, we are continually striving to make Amulet easier to learn. The success of SUIT [27] and Microsoft s Visual Basic show that it is possible to provide useful functionality in a way that is easy to learn, but unlike those other systems, Amulet provides a natural growth path to the complete fully functional system. Amulet has been used in three courses at Carnegie The Amulet ....

R. Pausch, N.R. II Young, and R. DeLine. "SUIT: The Pascal of User Interface Toolkits," in Proceedings UIST'91: ACM SIGGRAPH Symposium on User Interface Software and Technology. 1991. Hilton Head, SC: pp. 117-125.


IUP/LED: A Portable User Interface Development Tool - Levy, de Figueiredo.. (1996)   (1 citation)  (Correct)

No context found.

R. Pausch, N. Young, and R. DeLine, `SUIT: The Pascal of user interface toolkits', Proceedings of UIST'91, 1991, pp. 117--126.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC