Constructor and Description |
---|
Frame()
Constructs a new frame.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Returns the index of the frame in the frame list.
|
String |
getName()
Returns the displayable name for the frame.
|
FrameList |
getParent()
Returns the frame list.
|
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(String name)
Sets the displayable name for the frame.
|
void |
setParent(FrameList parent)
Sets the frame list.
|
void |
setToolTipText(String toolTipText)
Sets the tool tip text to show for the frame.
|
public int getIndex()
public String getName()
public FrameList getParent()
public String getToolTipText()
public void setIndex(int index)
index
- the index of the frame in the frame listpublic void setName(String name)
name
- the displayable namepublic void setParent(FrameList parent)
parent
- the frame listpublic void setToolTipText(String toolTipText)
toolTipText
- the tool tip text to show for the frame.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.