org.jzuul.gdk.swt
Class EventEditorDialog

java.lang.Object
  extended byorg.eclipse.swt.widgets.Dialog
      extended byorg.jzuul.gdk.swt.EventEditorDialog

public class EventEditorDialog
extends org.eclipse.swt.widgets.Dialog

Created on Jul 12, 2004

Version:
$Revision: 1.10 $

Field Summary
protected  ActionEditorComposite actionComposite
           
protected  String currentEvent
           
protected  List eventElementsList
           
protected  org.eclipse.swt.widgets.List eventList
           
protected  String[] events
           
 
Fields inherited from class org.eclipse.swt.widgets.Dialog
 
Constructor Summary
EventEditorDialog(org.eclipse.swt.widgets.Shell arg0)
           
EventEditorDialog(org.eclipse.swt.widgets.Shell arg0, int arg1)
           
 
Method Summary
protected  void cleanUpChanges()
           
 Element findEvent(String name)
           
 Object open(List eventElements)
           
protected  void replaceActions(String eventName, List actionElements)
           
 void setEvents(String[] events)
           
 void showActionsByEvent(String event)
           
 
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

events

protected String[] events

eventList

protected org.eclipse.swt.widgets.List eventList

actionComposite

protected ActionEditorComposite actionComposite

currentEvent

protected String currentEvent

eventElementsList

protected List eventElementsList
Constructor Detail

EventEditorDialog

public EventEditorDialog(org.eclipse.swt.widgets.Shell arg0)
Parameters:
arg0 -

EventEditorDialog

public EventEditorDialog(org.eclipse.swt.widgets.Shell arg0,
                         int arg1)
Parameters:
arg0 -
arg1 -
Method Detail

setEvents

public void setEvents(String[] events)

open

public Object open(List eventElements)

findEvent

public Element findEvent(String name)

showActionsByEvent

public void showActionsByEvent(String event)

cleanUpChanges

protected void cleanUpChanges()

replaceActions

protected void replaceActions(String eventName,
                              List actionElements)


Copyright © 2004 JZuul.org All Rights Reserved.
This documentation may be distributed and/or modified under the terms of the FDL