jsynoptic.base
Interface Linkable
- All Known Implementing Classes:
- Abstract1DShape, Abstract2DShape, AreaPlotShape, AutomatonShape, BarChartShape, ChartShape, ConnectionShape, CyclicPlotShape, EllipseShape, HistoryShape, HistoryShape.HookedTextShape, HistoryTextShape, ImageShape, Java3dShape, LinesShape, MeterShape, ParametricPlotShape, PieChartShape, Plot, PolygonShape, RectangleShape, ScatterPlotShape, StandardPlotShape, SvgShape, TextArrayShape, TextShape, TimePlot, TimePlot
public interface Linkable
Objects implementing the Linkable interface will have the possibility to trigger the
openning of their link.
Just return the link this object points to, and JSynoptic will handle it.
For now, the link is only in the form of file to open, corresponding to another SYN sheet.
Method Summary |
java.lang.String |
getLink()
|
void |
setLink(java.lang.String newLink)
|
getLink
java.lang.String getLink()
setLink
void setLink(java.lang.String newLink)