Class Guide
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.designable.Guide
 
 
- 
public class Guide extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description Guide(int orientation, int location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChangeListener(javax.swing.event.ChangeListener l)protected voidfireChange()intgetLocation()intgetOrientation()booleanisHover()voidremoveChangeListener(javax.swing.event.ChangeListener l)voidsetHover(boolean hover)voidsetLocation(int location) 
 - 
 
- 
- 
Method Detail
- 
getLocation
public int getLocation()
 
- 
setLocation
public void setLocation(int location)
 
- 
getOrientation
public int getOrientation()
 
- 
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener l)
 
- 
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener l)
 
- 
fireChange
protected void fireChange()
 
- 
isHover
public boolean isHover()
 
- 
setHover
public void setHover(boolean hover)
 
 - 
 
 -