|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.framelist.Frame
public class Frame
Generic frame, which captures the state for one frame in the frame list. Clients may subclass this frame to add their own state.
Constructor Summary | |
---|---|
Frame()
Constructs a new frame. |
Method Summary | |
---|---|
int |
getIndex()
Returns the index of the frame in the frame list. |
java.lang.String |
getName()
Returns the displayable name for the frame. |
FrameList |
getParent()
Returns the frame list. |
java.lang.String |
getToolTipText()
Returns the tool tip text to show for the frame. |
void |
setIndex(int index)
Sets the index of the frame in the frame list. |
void |
setName(java.lang.String name)
Sets the displayable name for the frame. |
void |
setParent(FrameList parent)
Sets the frame list. |
void |
setToolTipText(java.lang.String toolTipText)
Sets the tool tip text to show for the frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Frame()
This implementation does nothing.
Method Detail |
---|
public int getIndex()
public java.lang.String getName()
public FrameList getParent()
public java.lang.String getToolTipText()
public void setIndex(int index)
index
- the index of the frame in the frame listpublic void setName(java.lang.String name)
name
- the displayable namepublic void setParent(FrameList parent)
parent
- the frame listpublic void setToolTipText(java.lang.String toolTipText)
toolTipText
- the tool tip text to show for the frame.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.