|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.map.DisplayControl | +--jadex.swing.map.LocusControl
This is a control class for LocusDisplay. All control activities will be placed here. This class can listen to "zoom" property change event.
Fields inherited from class jadex.swing.map.DisplayControl |
HIGHLIGHT_COLOR, NORMAL_COLOR, NUMBER_PER_COLUMN, pattern, patterns, showNumber, sLoci, sPoints, tPoints |
Constructor Summary | |
LocusControl()
Default constructor. |
|
LocusControl(DisplayModel m)
Overloaded constructor. |
|
LocusControl(DisplayModel m,
LocusDisplay d)
overloaded constructor. |
|
LocusControl(LocusDisplay d)
Overloaded constructor. |
Method Summary | |
MapPointDisplay |
getDisplay()
Get the display. |
int |
getShowNumber()
The number of shown LocusUI. |
protected void |
resetUI()
Reset UI whenever the MapRange changed. |
void |
setDisplay(LocusDisplay d)
Set the LocusDisplay. |
void |
updateUI()
Show the data in LocusDisplay: points, little bars, and default names This is the central points controled by this LocusControl. |
Methods inherited from class jadex.swing.map.DisplayControl |
checkKnobs, checkMapRange, deSearch, doSearch, getMapControl, getModel, getTotalMapRange, getTotalShowNumber, movingDown, movingUp, propertyChange, reset, setKnobs, setMapControl, setMapRange, setModel, setShowNumber, setTotalMapRange, showLess, showMore, showReset, zoom |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocusControl()
public LocusControl(DisplayModel m)
m
- the DisplayModel holding all data to be displayed.public LocusControl(LocusDisplay d)
d
- the LocusDisplay this control controls.public LocusControl(DisplayModel m, LocusDisplay d)
m
- the DisplayModel holding all data.d
- the LocusDisplay this control controls.Method Detail |
public void setDisplay(LocusDisplay d)
d
- the LocusDisplay this control controls.public MapPointDisplay getDisplay()
getDisplay
in class DisplayControl
public void updateUI()
updateUI
in class DisplayControl
protected void resetUI()
resetUI
in class DisplayControl
public int getShowNumber()
getShowNumber
in class DisplayControl
jadex.swing.map.DisplayControl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |