gate.gui
Class ApplicationHandle

java.lang.Object
  |
  +--gate.gui.DefaultResourceHandle
        |
        +--gate.gui.ApplicationHandle
All Implemented Interfaces:
ResourceHandle

class ApplicationHandle
extends DefaultResourceHandle


Inner classes inherited from class gate.gui.DefaultResourceHandle
DefaultResourceHandle.CloseAction, DefaultResourceHandle.ReloadAction, DefaultResourceHandle.SaveAction, DefaultResourceHandle.SaveAsXmlAction, DefaultResourceHandle.SaveToAction
 
Field Summary
(package private)  ApplicationViewer appView
           
 
Fields inherited from class gate.gui.DefaultResourceHandle
currentDir, icon, largeView, popup, progressListeners, rData, resource, smallView, statusListeners, title, tooltipText
 
Constructor Summary
ApplicationHandle(SerialController controller, StatusListener sListener, ProgressListener pListener)
           
 
Methods inherited from class gate.gui.DefaultResourceHandle
addAllViews, addProgressListener, addStatusListener, buildViews, fireProcessFinished, fireProgressChanged, fireStatusChanged, getFeatureBearer, getIcon, getLargeView, getPopup, getResource, getSmallView, getTitle, getTooltipText, removeProgressListener, removeStatusListener, setIcon, setPopup, setTitle, setTooltipText, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

appView

ApplicationViewer appView
Constructor Detail

ApplicationHandle

public ApplicationHandle(SerialController controller,
                         StatusListener sListener,
                         ProgressListener pListener)