@Deprecated public abstract class AbstractInvisibleRunAction2 extends InvisibleAction implements RunAction2
Modifier and Type | Field and Description |
---|---|
protected Run<?,?> |
run
Deprecated.
|
protected Stack<String> |
stack
Deprecated.
|
Constructor and Description |
---|
AbstractInvisibleRunAction2()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Run<?,?> |
getRun()
Deprecated.
|
void |
onAttached(Run<?,?> r)
Deprecated.
|
void |
onLoad(Run<?,?> r)
Deprecated.
|
protected static void |
push(Run<?,?> run,
Class<? extends AbstractInvisibleRunAction2> clazz,
String item)
Deprecated.
|
protected void |
setRun(Run<?,?> run)
Deprecated.
|
getDisplayName, getIconFileName, getUrlName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getIconFileName, getUrlName
protected transient Run<?,?> run
public Run<?,?> getRun()
protected void setRun(Run<?,?> run)
protected static void push(@NonNull Run<?,?> run, @NonNull Class<? extends AbstractInvisibleRunAction2> clazz, @NonNull String item) throws IOException
IOException
public void onAttached(Run<?,?> r)
onAttached
in interface RunAction2
public void onLoad(Run<?,?> r)
onLoad
in interface RunAction2
Copyright © 2016–2019. All rights reserved.