|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
PointOfView
Class DocumentSymbol

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
PointOfView.MapElement
PointOfView.DocumentSymbol
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.ItemSelectable, java.awt.MenuContainer, java.awt.event.MouseListener, java.io.Serializable, javax.swing.SwingConstants
- public class DocumentSymbol
- extends MapElement
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JButton |
javax.swing.JButton.AccessibleJButton |
| Nested classes inherited from class javax.swing.AbstractButton |
javax.swing.AbstractButton.AccessibleAbstractButton, javax.swing.AbstractButton.ButtonChangeListener |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) DocumentLocation |
correspondingDocumentLocation
A reference to the DocumentLocation which is associated with this DocumentSymbol. |
(package private) Position |
symbol_position
Knows where the DocumentSymbol is |
(package private) java.awt.TextField |
theTextField
Located inside the tooltipPanel. |
| Fields inherited from class PointOfView.MapElement |
containingDocumentMap |
| Fields inherited from class javax.swing.JButton |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, 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 |
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
DocumentSymbol(float xPosition,
float yPosition)
|
|
| Method Summary | |
Position |
getPosition()
|
void |
mouseClicked(java.awt.event.MouseEvent e)
This method is called when the mouse is clicked (pressed and released in short succession) on a component. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Invoked when the mouse enters a component. |
void |
mouseExited(java.awt.event.MouseEvent e)
Invoked when the mouse exits a component. |
void |
mousePressed(java.awt.event.MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Invoked when a mouse button has been released on a component. |
void |
redraw()
|
void |
SetCorrespondingDocumentLocation(DocumentLocation paramDocumentLocation)
|
void |
SetPosition(float xPosition,
float yPosition)
|
| Methods inherited from class PointOfView.MapElement |
setDocumentMap, setOrderNb |
| Methods inherited from class javax.swing.JButton |
configurePropertiesFromAction, getAccessibleContext, getUIClassID, isDefaultButton, isDefaultCapable, paramString, removeNotify, setDefaultCapable, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
symbol_position
Position symbol_position
- Knows where the DocumentSymbol is
theTextField
java.awt.TextField theTextField
- Located inside the
tooltipPanel. Will display the document's URL
correspondingDocumentLocation
DocumentLocation correspondingDocumentLocation
- A reference to the DocumentLocation which is associated with this
DocumentSymbol.
When this DocumentSymbol wants to display its URL, it calls
correspondingDocumentLocation.GetDocumentLocation();
| Constructor Detail |
DocumentSymbol
public DocumentSymbol(float xPosition,
float yPosition)
| Method Detail |
SetPosition
public void SetPosition(float xPosition,
float yPosition)
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse is clicked (pressed and released
in short succession) on a component.
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
- Invoked when the mouse enters a component.
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
- Invoked when the mouse exits a component.
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Invoked when a mouse button has been pressed on a component.
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Invoked when a mouse button has been released on a component.
getPosition
public Position getPosition()
SetCorrespondingDocumentLocation
public void SetCorrespondingDocumentLocation(DocumentLocation paramDocumentLocation)
redraw
public void redraw()
- Specified by:
redrawin classMapElement
|
|||||||||
| Home >> All >> [ PointOfView overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC