org.pentaho.di.core.gui
Interface GUIPositionInterface

All Known Implementing Classes:
JobEntryCopy, NotePadMeta, StepMeta

public interface GUIPositionInterface


Method Summary
 Point getLocation()
           
 boolean isSelected()
           
 void setLocation(int x, int y)
           
 void setLocation(Point p)
           
 void setSelected(boolean selected)
           
 

Method Detail

getLocation

Point getLocation()

setLocation

void setLocation(Point p)

setLocation

void setLocation(int x,
                 int y)

isSelected

boolean isSelected()

setSelected

void setSelected(boolean selected)