public class MassChangeDialog
extends java.lang.Object
Constructor and Description |
---|
MassChangeDialog()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String[] |
getArchNames()
Returns the arch names to affect.
|
@NotNull java.lang.String |
getChanges()
Returns the actual changes to apply.
|
@NotNull java.lang.Integer[] |
getLayers()
Returns the layers to affect.
|
@NotNull java.lang.String[] |
getNames()
Returns the object names to affect.
|
@NotNull java.lang.Integer[] |
getSubLayers()
Returns the sub-layers to affect.
|
void |
massChangeCancel()
Action method to close the dialog with "Cancel".
|
void |
massChangeOkay()
Action method to close the dialog with "OK".
|
boolean |
showMassChangeDialog(@NotNull java.awt.Component parent)
Displays the mass change dialog.
|
public boolean showMassChangeDialog(@NotNull @NotNull java.awt.Component parent)
parent
- the parent component for the dialog@ActionMethod public void massChangeOkay()
@ActionMethod public void massChangeCancel()
@NotNull public @NotNull java.lang.String[] getArchNames()
@NotNull public @NotNull java.lang.String[] getNames()
@NotNull public @NotNull java.lang.Integer[] getLayers()
@NotNull public @NotNull java.lang.Integer[] getSubLayers()
@NotNull public @NotNull java.lang.String getChanges()