Class Guide
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.designable.Guide
 
- 
 public class Guide extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description Guide(int orientation, int location)
 - 
Method SummaryAll 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- 
getLocationpublic int getLocation() 
 - 
setLocationpublic void setLocation(int location) 
 - 
getOrientationpublic int getOrientation() 
 - 
addChangeListenerpublic void addChangeListener(javax.swing.event.ChangeListener l) 
 - 
removeChangeListenerpublic void removeChangeListener(javax.swing.event.ChangeListener l) 
 - 
fireChangeprotected void fireChange() 
 - 
isHoverpublic boolean isHover() 
 - 
setHoverpublic void setHover(boolean hover) 
 
- 
 
-