Uses of Class
org.apache.hop.core.NotePadMeta
-
Packages that use NotePadMeta Package Description org.apache.hop.base org.apache.hop.core org.apache.hop.core.gui -
-
Uses of NotePadMeta in org.apache.hop.base
Fields in org.apache.hop.base with type parameters of type NotePadMeta Modifier and Type Field Description protected List<NotePadMeta>AbstractMeta. notesMethods in org.apache.hop.base that return NotePadMeta Modifier and Type Method Description NotePadMetaAbstractMeta. getNote(int i)Gets the note.NotePadMetaAbstractMeta. getNote(int x, int y)Find the note that is located on a certain point on the canvas.Methods in org.apache.hop.base that return types with arguments of type NotePadMeta Modifier and Type Method Description List<NotePadMeta>AbstractMeta. getNotes()Gets the notes.List<NotePadMeta>AbstractMeta. getSelectedNotes()Gets a list of all selected notes.Methods in org.apache.hop.base with parameters of type NotePadMeta Modifier and Type Method Description voidAbstractMeta. addNote(int p, NotePadMeta ni)Add a new note at a certain location (i.e.voidAbstractMeta. addNote(NotePadMeta ni)Add a new note.intAbstractMeta. indexOfNote(NotePadMeta ni)Finds the location (index) of the specified note.Method parameters in org.apache.hop.base with type arguments of type NotePadMeta Modifier and Type Method Description int[]AbstractMeta. getNoteIndexes(List<NotePadMeta> notes)Get an array of the locations of an array of notesvoidAbstractMeta. setNotes(List<NotePadMeta> notes)Sets notes -
Uses of NotePadMeta in org.apache.hop.core
Methods in org.apache.hop.core that return NotePadMeta Modifier and Type Method Description NotePadMetaNotePadMeta. clone()Constructors in org.apache.hop.core with parameters of type NotePadMeta Constructor Description NotePadMeta(NotePadMeta n) -
Uses of NotePadMeta in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui with parameters of type NotePadMeta Modifier and Type Method Description protected voidBasePainter. drawNote(NotePadMeta notePadMeta)
-