edu.isi.powerloom.gui.components
Class PowerloomApp

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Frame
                          |
                          +--javax.swing.JFrame
                                |
                                +--edu.isi.powerloom.gui.components.PowerloomApp
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants

public class PowerloomApp
extends javax.swing.JFrame

Main class for the Powerloom GUI application. Contains all application frame code such as setting up menus, etc. Also contains code and data which is common to the entire application.

Author:
Eric Melz
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.JFrame
javax.swing.JFrame.AccessibleJFrame
 
Nested classes inherited from class java.awt.Frame
java.awt.Frame.AccessibleAWTFrame
 
Nested classes inherited from class java.awt.Window
java.awt.Window.AccessibleAWTWindow
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
static boolean DEVELOPMENT_MODE
           
static java.lang.String HELP_URL
           
 PLModule mostRecentlyTouchedModule
           
static java.lang.String RESOURCE_BASE_PATH
           
 
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
 
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
PowerloomApp()
          PowerloomApp constructor comment.
PowerloomApp(java.lang.String title)
          PowerloomApp constructor comment.
 
Method Summary
 void addPLEditListener(PLEditListener listener)
          Edit Listeners management
 void backMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void browseMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void clearModuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void connectMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void demoThemeMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void displayFrame(javax.swing.JInternalFrame frame)
          Register, position, and show frame
 void doActionOnCurrentlySelectedComponent()
           
 boolean doStartup()
          Insert the method's description here.
 void editMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void expressionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void extensionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
protected  void fireEditPerformed(PLEditEvent event)
           
 void flashMessage(javax.swing.JLabel component, java.lang.String msg, int flashTimes, int flashDelay)
          Display flashing message in a JLabel, such as a status bar
 void flashStatusMessage2(java.lang.String msg)
           
 void forwardMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 java.util.Collection getBrowserFrames()
          Insert the method's description here.
 java.util.Collection getConceptFrames()
          Insert the method's description here.
 boolean getDoingRightClickMenu()
           
 java.util.Collection getEditListeners()
           
static javax.swing.ImageIcon getImage(java.lang.String path)
           
static PowerloomApp getInstance()
          Singleton get method
 java.util.Collection getInstanceFrames()
          Insert the method's description here.
 PLModule getMostRecentlyTouchedModule()
          Insert the method's description here.
 PLObject getMostRecentlyTouchedObject()
           
 java.util.Collection getPropositionFrames()
           
 javax.swing.JDesktopPane getPubJDesktopPane()
          Insert the method's description here.
 java.util.Collection getRelationFrames()
          Insert the method's description here.
 ActionComponent getSelectedActionComponent()
           
 BrowserFrame4 getSelectedBrowserFrame()
          Insert the method's description here.
 ExpressionEditorPanel getSelectedEditor()
           
 EditInstanceCellPanel getSelectedInstanceCellEditor()
           
 PLServerInfo getServerInfo()
           
 javax.swing.JLabel getStatusMsg2()
          Return the StatusMsg2 property value.
 BrowserFrame4 getTopmostBrowserFrame()
           
 javax.swing.JInternalFrame getTopmostFrame()
           
 javax.swing.JMenu getWindowMenu()
           
 void handleException(java.lang.Throwable exception)
          Called whenever the part throws an exception.
 void help_TopicsMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void localLoadMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void localSaveMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
static void main(java.lang.String[] args)
          Starts the application.
 void metalThemeMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void newConcept2MenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void newInstanceMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void newModuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void newPropositionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void newRelationMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void newRuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void openConsoleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void positionFrame(javax.swing.JInternalFrame frame)
          Insert the method's description here.
 void preferencesMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void queryMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void refreshMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
           
 void remoteLoadMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void remoteSaveMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void removePLEditListener(PLEditListener listener)
           
 void scrapbookMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void searchMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
          Comment
 void setBrowserFrames(java.util.Collection newBrowserFrames)
          Insert the method's description here.
 void setConceptFrames(java.util.Collection newConceptFrames)
          Insert the method's description here.
 void setDoingRightClickMenu(boolean doingIt)
           
 void setInstanceFrames(java.util.Collection newInstanceFrames)
          Insert the method's description here.
 void setMostRecentlyTouchedModule(PLModule newMostRecentlyTouchedModule)
          Insert the method's description here.
 void setMostRecentlyTouchedObject(PLObject object)
           
 void setRelationFrames(java.util.Collection newRelationFrames)
          Insert the method's description here.
 void setSelectedActionComponent(ActionComponent component)
           
 void setSelectedEditor(ExpressionEditorPanel editor)
           
 void setSelectedInstanceCellEditor(EditInstanceCellPanel editor)
           
 void showAboutBox()
           
 void updateNavigationMenuState(PowerloomTrees trees)
           
 void viewStatusBar()
           
 void viewToolBar()
           
 
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
 
Methods inherited from class java.awt.Frame
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Field Detail

DEVELOPMENT_MODE

public static final boolean DEVELOPMENT_MODE
See Also:
Constant Field Values

RESOURCE_BASE_PATH

public static final java.lang.String RESOURCE_BASE_PATH
See Also:
Constant Field Values

HELP_URL

public static final java.lang.String HELP_URL
See Also:
Constant Field Values

mostRecentlyTouchedModule

public PLModule mostRecentlyTouchedModule
Constructor Detail

PowerloomApp

public PowerloomApp()
PowerloomApp constructor comment.


PowerloomApp

public PowerloomApp(java.lang.String title)
PowerloomApp constructor comment.

Parameters:
title - java.lang.String
Method Detail

setSelectedEditor

public void setSelectedEditor(ExpressionEditorPanel editor)

getSelectedEditor

public ExpressionEditorPanel getSelectedEditor()

setSelectedInstanceCellEditor

public void setSelectedInstanceCellEditor(EditInstanceCellPanel editor)

getSelectedInstanceCellEditor

public EditInstanceCellPanel getSelectedInstanceCellEditor()

setSelectedActionComponent

public void setSelectedActionComponent(ActionComponent component)

getSelectedActionComponent

public ActionComponent getSelectedActionComponent()

doActionOnCurrentlySelectedComponent

public void doActionOnCurrentlySelectedComponent()

displayFrame

public void displayFrame(javax.swing.JInternalFrame frame)
Register, position, and show frame


browseMenuItem_ActionPerformed

public void browseMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


clearModuleMenuItem_ActionPerformed

public void clearModuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


connectMenuItem_ActionPerformed

public void connectMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


openConsoleMenuItem_ActionPerformed

public void openConsoleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

help_TopicsMenuItem_ActionPerformed

public void help_TopicsMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

getServerInfo

public PLServerInfo getServerInfo()

doStartup

public boolean doStartup()
Insert the method's description here. Creation date: (4/29/2002 7:59:56 AM)

Returns:
true if startup was successful

refreshMenuItem_ActionPerformed

public void refreshMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

backMenuItem_ActionPerformed

public void backMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

forwardMenuItem_ActionPerformed

public void forwardMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

editMenuItem_ActionPerformed

public void editMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


expressionMenuItem_ActionPerformed

public void expressionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


getBrowserFrames

public java.util.Collection getBrowserFrames()
Insert the method's description here. Creation date: (4/10/2002 6:49:23 PM)

Returns:
java.util.Collection

getConceptFrames

public java.util.Collection getConceptFrames()
Insert the method's description here. Creation date: (4/15/2002 9:01:22 PM)

Returns:
java.util.Collection

getPropositionFrames

public java.util.Collection getPropositionFrames()

getImage

public static javax.swing.ImageIcon getImage(java.lang.String path)

getWindowMenu

public javax.swing.JMenu getWindowMenu()

getInstanceFrames

public java.util.Collection getInstanceFrames()
Insert the method's description here. Creation date: (4/15/2002 9:04:49 PM)

Returns:
java.util.Collection

getMostRecentlyTouchedModule

public PLModule getMostRecentlyTouchedModule()
Insert the method's description here. Creation date: (4/10/2002 3:35:39 PM)

Returns:
edu.isi.powerloom.gui.xmlobject.PLModule

getMostRecentlyTouchedObject

public PLObject getMostRecentlyTouchedObject()

getPubJDesktopPane

public javax.swing.JDesktopPane getPubJDesktopPane()
Insert the method's description here. Creation date: (4/16/2002 1:13:22 PM)

Returns:
javax.swing.JDesktopPane

getRelationFrames

public java.util.Collection getRelationFrames()
Insert the method's description here. Creation date: (4/15/2002 9:03:50 PM)

Returns:
java.util.Collection

getSelectedBrowserFrame

public BrowserFrame4 getSelectedBrowserFrame()
Insert the method's description here. Creation date: (4/30/2002 7:14:51 PM)

Returns:
redesign.gui.BrowserFrame4

getTopmostBrowserFrame

public BrowserFrame4 getTopmostBrowserFrame()

getTopmostFrame

public javax.swing.JInternalFrame getTopmostFrame()

getStatusMsg2

public javax.swing.JLabel getStatusMsg2()
Return the StatusMsg2 property value.

Returns:
javax.swing.JLabel

handleException

public void handleException(java.lang.Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable

metalThemeMenuItem_ActionPerformed

public void metalThemeMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

demoThemeMenuItem_ActionPerformed

public void demoThemeMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

remoteLoadMenuItem_ActionPerformed

public void remoteLoadMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


remoteSaveMenuItem_ActionPerformed

public void remoteSaveMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


localLoadMenuItem_ActionPerformed

public void localLoadMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


localSaveMenuItem_ActionPerformed

public void localSaveMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


main

public static void main(java.lang.String[] args)
Starts the application.

Parameters:
args - an array of command-line arguments

newConcept2MenuItem_ActionPerformed

public void newConcept2MenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


newInstanceMenuItem_ActionPerformed

public void newInstanceMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


newModuleMenuItem_ActionPerformed

public void newModuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


newPropositionMenuItem_ActionPerformed

public void newPropositionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


newRelationMenuItem_ActionPerformed

public void newRelationMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


newRuleMenuItem_ActionPerformed

public void newRuleMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


positionFrame

public void positionFrame(javax.swing.JInternalFrame frame)
Insert the method's description here. Creation date: (4/29/2002 8:59:20 AM)

Parameters:
frame - javax.swing.JInternalFrame

preferencesMenuItem_ActionPerformed

public void preferencesMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


queryMenuItem_ActionPerformed

public void queryMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


extensionMenuItem_ActionPerformed

public void extensionMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)

scrapbookMenuItem_ActionPerformed

public void scrapbookMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


searchMenuItem_ActionPerformed

public void searchMenuItem_ActionPerformed(java.awt.event.ActionEvent actionEvent)
Comment


setBrowserFrames

public void setBrowserFrames(java.util.Collection newBrowserFrames)
Insert the method's description here. Creation date: (4/10/2002 6:49:23 PM)

Parameters:
newBrowserFrames - java.util.Collection

setConceptFrames

public void setConceptFrames(java.util.Collection newConceptFrames)
Insert the method's description here. Creation date: (4/15/2002 9:01:22 PM)

Parameters:
newConceptFrames - java.util.Collection

setInstanceFrames

public void setInstanceFrames(java.util.Collection newInstanceFrames)
Insert the method's description here. Creation date: (4/15/2002 9:04:49 PM)

Parameters:
newInstanceFrames - java.util.Collection

setMostRecentlyTouchedModule

public void setMostRecentlyTouchedModule(PLModule newMostRecentlyTouchedModule)
Insert the method's description here. Creation date: (4/10/2002 3:35:39 PM)

Parameters:
newMostRecentlyTouchedModule - edu.isi.powerloom.gui.xmlobject.PLModule

setMostRecentlyTouchedObject

public void setMostRecentlyTouchedObject(PLObject object)

updateNavigationMenuState

public void updateNavigationMenuState(PowerloomTrees trees)

setRelationFrames

public void setRelationFrames(java.util.Collection newRelationFrames)
Insert the method's description here. Creation date: (4/15/2002 9:03:50 PM)

Parameters:
newRelationFrames - java.util.Collection

showAboutBox

public void showAboutBox()

viewStatusBar

public void viewStatusBar()

viewToolBar

public void viewToolBar()

flashMessage

public void flashMessage(javax.swing.JLabel component,
                         java.lang.String msg,
                         int flashTimes,
                         int flashDelay)
Display flashing message in a JLabel, such as a status bar


flashStatusMessage2

public void flashStatusMessage2(java.lang.String msg)

setDoingRightClickMenu

public void setDoingRightClickMenu(boolean doingIt)

getDoingRightClickMenu

public boolean getDoingRightClickMenu()

getInstance

public static PowerloomApp getInstance()
Singleton get method


addPLEditListener

public void addPLEditListener(PLEditListener listener)
Edit Listeners management


removePLEditListener

public void removePLEditListener(PLEditListener listener)

fireEditPerformed

protected void fireEditPerformed(PLEditEvent event)

getEditListeners

public java.util.Collection getEditListeners()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.