public interface MEDInterface extends FwkApplicationInterface, P2DLayoutableInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATA_GENERATORS
The name of the command container that holds the data generators.
|
static java.lang.String |
DATA_MANIPULATORS
The name of the command container that holds the data manipulators.
|
static java.lang.String |
MARKER_GENERATORS
The name of the command container that holds the marker generators.
|
static java.lang.String |
MOUSE_BEHAVIORS
The name of the command container that holds the mouse behaviors.
|
static java.lang.String |
PLOT_CONTROLS
The name of the command container that holds the plot controls.
|
INFOBUS_SOURCEAUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Modifier and Type | Method and Description |
|---|---|
P2DMarkerGroupInterface |
findMarker(java.awt.geom.Point2D point)
Find a marker.
|
CommandContainerInterface |
getCommandContainer(java.lang.String name)
Get a command container.
|
boolean |
getHorizontalTile()
Get the horizontal tile flag.
|
P2DLayouterInterface |
getLayouter()
Get a layouter.
|
P2DCanvasInterface |
getP2DCanvas()
Get the P2D canvas.
|
P2DPlotInterface |
getPlot()
Get the plot of the canvas.
|
javax.swing.JLabel |
getStatusLabel()
get the status label of the MED.
|
boolean |
getVerticalTile()
Get the vertical tile flag.
|
void |
setHorizontalTile(boolean flag)
Set the horizontal tile flag.
|
void |
setPlotMouseListener(javax.swing.event.MouseInputListener listener)
Set the plot mouse listener
|
void |
setVerticalTile(boolean flag)
Set the vertical tile flag.
|
void |
updateStatusLabel(boolean flag)
Update the status label permamently.
|
addExecuteStateListener, exit, fireExecuteStateEvent, getFwkPort, getPanel, getStatusPanel, hasFwkPort, init, isEternal, isRegistered, register, register, register, removeExecuteStateListener, setArguments, setEternal, setPanel, setServiceControlManager, unregistergetInfoBusName, getMemberName, isConnected, setInfoBusName, setMemberNameaddInfoBusPropertyListener, addInfoBusVetoableListener, getInfoBus, removeInfoBusPropertyListener, removeInfoBusVetoableListener, setInfoBusgetCompany, readConstructor, readFromDOM, readingDOM, readingDOM, writeConstructor, writeToDOM, writeToXMLgetController, setControllergetPrintJobName, setPageFormatfireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManagergetCommands, getPersistentObjectNamesdestroyControlleraddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsaddVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListenergetAuthor, getBuild, getClassName, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleNamegetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringgetVersion, releasegetNumberOfPages, getPageFormat, getPrintablegetPriority, isInterrupted, setPriority, start, stopgetTopLevelComponentstatic final java.lang.String PLOT_CONTROLS
static final java.lang.String DATA_MANIPULATORS
static final java.lang.String DATA_GENERATORS
static final java.lang.String MARKER_GENERATORS
static final java.lang.String MOUSE_BEHAVIORS
P2DPlotInterface getPlot()
P2DCanvasInterface getP2DCanvas()
CommandContainerInterface getCommandContainer(java.lang.String name)
the - name of the command container. Use predefined constantes.P2DLayouterInterface getLayouter()
void setPlotMouseListener(javax.swing.event.MouseInputListener listener)
listener - the new listener. The old one will be removed.
If the listener is null, then the internal plot mouse listener
will be used.javax.swing.JLabel getStatusLabel()
P2DMarkerGroupInterface findMarker(java.awt.geom.Point2D point)
point - the point to that a marker should be found.void updateStatusLabel(boolean flag)
flag - if true the status will be updated permanently.boolean getHorizontalTile()
void setHorizontalTile(boolean flag)
flag - if boolean getVerticalTile()
void setVerticalTile(boolean flag)
flag - if