Protege-2000 1.7

edu.stanford.smi.protege.event
Class FrameEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--edu.stanford.smi.protege.util.AbstractEvent
              |
              +--edu.stanford.smi.protege.event.FrameEvent
All Implemented Interfaces:
Serializable

public class FrameEvent
extends AbstractEvent

Description of the class

Author:
Ray Fergerson
See Also:
Serialized Form

Field Summary
static int BROWSER_TEXT_CHANGED
           
static int DELETED
           
static int NAME_CHANGED
           
static int OWN_FACET_ADDED
           
static int OWN_FACET_REMOVED
           
static int OWN_FACET_VALUE_CHANGED
           
static int OWN_SLOT_ADDED
           
static int OWN_SLOT_REMOVED
           
static int OWN_SLOT_VALUE_CHANGED
           
static int VISIBILITY_CHANGED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FrameEvent(Frame frame, int type)
           
FrameEvent(Frame frame, int type, Object argument)
           
FrameEvent(Frame frame, int type, Object argument1, Object argument2)
           
 
Method Summary
 Facet getFacet()
           
 Frame getFrame()
           
 String getOldName()
           
 Slot getSlot()
           
 
Methods inherited from class edu.stanford.smi.protege.util.AbstractEvent
getArgument, getArgument1, getArgument2, getEventType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_CHANGED

public static final int NAME_CHANGED

DELETED

public static final int DELETED

VISIBILITY_CHANGED

public static final int VISIBILITY_CHANGED

BROWSER_TEXT_CHANGED

public static final int BROWSER_TEXT_CHANGED

OWN_SLOT_ADDED

public static final int OWN_SLOT_ADDED

OWN_SLOT_REMOVED

public static final int OWN_SLOT_REMOVED

OWN_FACET_ADDED

public static final int OWN_FACET_ADDED

OWN_FACET_REMOVED

public static final int OWN_FACET_REMOVED

OWN_SLOT_VALUE_CHANGED

public static final int OWN_SLOT_VALUE_CHANGED

OWN_FACET_VALUE_CHANGED

public static final int OWN_FACET_VALUE_CHANGED
Constructor Detail

FrameEvent

public FrameEvent(Frame frame,
                  int type)

FrameEvent

public FrameEvent(Frame frame,
                  int type,
                  Object argument)

FrameEvent

public FrameEvent(Frame frame,
                  int type,
                  Object argument1,
                  Object argument2)
Method Detail

getFacet

public Facet getFacet()

getFrame

public Frame getFrame()

getOldName

public String getOldName()

getSlot

public Slot getSlot()

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.