public interface Handle extends ProgressListener, StatusListener
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Called when this handle is not required any more.
|
Icon |
getIcon() |
JComponent |
getLargeView()
Returns the large view for this resource.
|
JPopupMenu |
getPopup() |
JComponent |
getSmallView()
Returns a GUI component to be used as a small viewer/editor, e.g.
|
Object |
getTarget() |
String |
getTitle() |
String |
getTooltipText() |
Window |
getWindow()
Returns the top level GUI component that is a parent to all other GUI
components
|
void |
removeViews()
A call to this method will cause the handle to destroy all the views built
for the target resource.
|
boolean |
viewsBuilt()
Returns true if the views have already been built for this handle.
|
processFinished, progressChanged
statusChanged
Icon getIcon()
String getTitle()
JComponent getSmallView()
JComponent getLargeView()
boolean viewsBuilt()
void cleanup()
void removeViews()
JPopupMenu getPopup()
String getTooltipText()
Object getTarget()
Window getWindow()
Copyright © 2024 GATE. All rights reserved.