|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AreaOwner | |
---|---|
org.pentaho.di.core.gui | |
org.pentaho.di.job | This package contains the different elements that make up a Job. |
org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. |
org.pentaho.di.ui.spoon.job | |
org.pentaho.di.ui.spoon.trans |
Uses of AreaOwner in org.pentaho.di.core.gui |
---|
Constructor parameters in org.pentaho.di.core.gui with type arguments of type AreaOwner | |
---|---|
BasePainter(GCInterface gc,
Object subject,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight)
|
Uses of AreaOwner in org.pentaho.di.job |
---|
Constructor parameters in org.pentaho.di.job with type arguments of type AreaOwner | |
---|---|
JobPainter(GCInterface gc,
JobMeta jobMeta,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
JobHopMeta candidate,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
List<JobEntryCopy> mouseOverEntries,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight)
|
Uses of AreaOwner in org.pentaho.di.trans |
---|
Constructor parameters in org.pentaho.di.trans with type arguments of type AreaOwner | |
---|---|
TransPainter(GCInterface gc,
TransMeta transMeta,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
TransHopMeta candidate,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
List<StepMeta> mouseOverSteps,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight)
|
|
TransPainter(GCInterface gc,
TransMeta transMeta,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
TransHopMeta candidate,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
List<StepMeta> mouseOverSteps,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight,
Trans trans,
boolean slowStepIndicatorEnabled)
|
Uses of AreaOwner in org.pentaho.di.ui.spoon.job |
---|
Methods in org.pentaho.di.ui.spoon.job that return AreaOwner | |
---|---|
AreaOwner |
JobGraph.getVisibleAreaOwner(int x,
int y)
|
Uses of AreaOwner in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans that return AreaOwner | |
---|---|
AreaOwner |
TransGraph.getVisibleAreaOwner(int x,
int y)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |