|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes used to store the information about an open resource. Such information will include icon to be used for tree components, popup menu for right click events, etc.
Method Summary | |
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 |
Methods inherited from interface gate.event.ProgressListener |
processFinished, progressChanged |
Methods inherited from interface gate.event.StatusListener |
statusChanged |
Method Detail |
public Icon getIcon()
public String getTitle()
public JComponent getSmallView()
public JComponent getLargeView()
public JPopupMenu getPopup()
public String getTooltipText()
public Object getTarget()
public Window getWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |