public class PowerShellFormatView
extends java.lang.Object
Constructor and Description |
---|
PowerShellFormatView() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
PowerShellTableControl |
getTableControl() |
PowerShellViewSelection |
getViewSelection() |
static void |
main(java.lang.String[] args) |
void |
setName(java.lang.String name) |
void |
setTableControl(PowerShellTableControl tableControl) |
void |
setViewSelection(PowerShellViewSelection viewSelection) |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic PowerShellViewSelection getViewSelection()
public void setViewSelection(PowerShellViewSelection viewSelection)
viewSelection
- the viewSelection to setpublic PowerShellTableControl getTableControl()
public void setTableControl(PowerShellTableControl tableControl)
tableControl
- the tableControl to setpublic static void main(java.lang.String[] args)
args
-