|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JToolTip
Safe:
Field Summary | |
(package private) JComponent |
component
|
(package private) String |
tipText
|
private static String |
uiClassID
|
Fields inherited from class javax.swing.JComponent |
_bounds, accessibleContext, listenerList, paintingChild, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Constructor Summary | |
JToolTip()
Enabled: Creates a tool tip. |
Method Summary | |
(package private) boolean |
alwaysOnTop()
Always returns true since tooltips, by definition, should always be on top of all other windows. |
AccessibleContext |
getAccessibleContext()
Suppressed: Gets the AccessibleContext associated with this JToolTip. |
JComponent |
getComponent()
Suppressed: Returns the component the tooltip applies to. |
String |
getTipText()
Enabled: Returns the text that is shown when the tool tip is displayed. |
javax.swing.plaf.ToolTipUI |
getUI()
Suppressed: Returns the L&F object that renders this component. |
String |
getUIClassID()
Suppressed: Returns the name of the L&F class that renders this component. |
protected String |
paramString()
Returns a string representation of this JToolTip . |
void |
setComponent(JComponent c)
Enabled: Specifies the component that the tooltip describes. |
void |
setTipText(String tipText)
Enabled: Sets the text to show when the tool tip is displayed. |
void |
updateUI()
Suppressed: Resets the UI property to a value from the current look and feel. |
private void |
writeObject(ObjectOutputStream s)
See readObject and writeObject
in JComponent for more
information about serialization in Swing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String uiClassID
getUIClassID()
,
JComponent.readObject(java.io.ObjectInputStream)
String tipText
JComponent component
Constructor Detail |
public JToolTip()
Method Detail |
public javax.swing.plaf.ToolTipUI getUI()
ToolTipUI
object that renders this componentpublic void updateUI()
updateUI
in class JComponent
JComponent.updateUI()
public String getUIClassID()
getUIClassID
in class JComponent
JComponent.getUIClassID()
,
UIDefaults.getUI(javax.swing.JComponent)
public void setTipText(String tipText)
tipText
may be null
.
tipText
- the String
to displaypublic String getTipText()
null
.
String
that is displayedpublic void setComponent(JComponent c)
c
may be null
and will have no effect.
This is a bound property.
c
- the JComponent
being describedJComponent.createToolTip()
public JComponent getComponent()
null
.
JComponent.createToolTip()
boolean alwaysOnTop()
alwaysOnTop
in class JComponent
private void writeObject(ObjectOutputStream s) throws IOException
readObject
and writeObject
in JComponent
for more
information about serialization in Swing.
s
- the ObjectOutputStream
in which to write
IOException
protected String paramString()
JToolTip
.
This method
is intended to be used only for debugging purposes, and the
content and format of the returned string may vary between
implementations. The returned string may be empty but may not
be null
.
paramString
in class JComponent
JToolTip
public AccessibleContext getAccessibleContext()
getAccessibleContext
in interface Accessible
getAccessibleContext
in class JComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |