public class SystemsInteraction extends ConsoleInteraction
| Modifier and Type | Field and Description |
|---|---|
boolean |
considerExternalSystemsIcons |
int |
minutesToConsiderSystemsWithoutKnownLocation |
| Constructor and Description |
|---|
SystemsInteraction() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanInteraction()
This method is called to subclasses before clean() is called
|
void |
initInteraction()
This method is called to subclasses after init() is called
|
boolean |
isExclusive() |
void |
keyPressed(java.awt.event.KeyEvent event,
StateRenderer2D source) |
void |
keyReleased(java.awt.event.KeyEvent event,
StateRenderer2D source) |
void |
mouseClicked(java.awt.event.MouseEvent event,
StateRenderer2D source) |
void |
mouseMoved(java.awt.event.MouseEvent event,
StateRenderer2D source) |
void |
paintInteraction(java.awt.Graphics2D g,
StateRenderer2D renderer) |
clean, focusGained, focusLost, getIconImage, getMouseCursor, initPlugin, isActive, keyTyped, mouseDragged, mouseExited, mousePressed, mouseReleased, setActive, setAssociatedSwitch, wheelMovedasElement, getConsole, getIcon, getName, getProperties, getPropertiesDialogTitle, getPropertiesErrors, getState, init, parseXmlElement, propertiesChanged, setPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasElement, init, parseXmlElementgetNamepublic boolean considerExternalSystemsIcons
public int minutesToConsiderSystemsWithoutKnownLocation
public boolean isExclusive()
isExclusive in interface StateRendererInteractionisExclusive in class ConsoleInteractionpublic void initInteraction()
ConsoleInteractioninitInteraction in class ConsoleInteractionpublic void cleanInteraction()
ConsoleInteractioncleanInteraction in class ConsoleInteractionpublic void paintInteraction(java.awt.Graphics2D g,
StateRenderer2D renderer)
paintInteraction in interface StateRendererInteractionpaintInteraction in class ConsoleInteractionpublic void mouseMoved(java.awt.event.MouseEvent event,
StateRenderer2D source)
mouseMoved in interface StateRendererInteractionmouseMoved in class ConsoleInteractionpublic void mouseClicked(java.awt.event.MouseEvent event,
StateRenderer2D source)
mouseClicked in interface StateRendererInteractionmouseClicked in class ConsoleInteractionpublic void keyPressed(java.awt.event.KeyEvent event,
StateRenderer2D source)
keyPressed in interface StateRendererInteractionkeyPressed in class ConsoleInteractionpublic void keyReleased(java.awt.event.KeyEvent event,
StateRenderer2D source)
keyReleased in interface StateRendererInteractionkeyReleased in class ConsoleInteractionCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.