Modifier and Type | Class and Description |
---|---|
class |
CutSetEditor.ActionDelete |
class |
CutSetEditor.ActionNew |
Constructor and Description |
---|
CutSetEditor() |
Modifier and Type | Method and Description |
---|---|
void |
add(Cut cut)
Adds the specified cut.
|
void |
delete(Cut cut)
Deletes the specified cut.
|
Action |
getActionDelete() |
Action |
getActionLoad() |
Action |
getActionNew() |
Action |
getActionSave() |
JButton |
getActionsButton() |
CutEditor |
getCutEditor() |
List<Cut> |
getCuts() |
JTable |
getCutTable() |
JCheckBox |
getEnableBox() |
JCheckBox |
getInvertBox() |
JCheckBox |
getPassThroughBox() |
Cut |
getSelectedCut() |
void |
setActionDelete(Action action) |
void |
setActionLoad(Action action) |
void |
setActionNew(Action action) |
void |
setActionSave(Action action) |
void |
setCutSet(CutSet cutSet)
Sets CutSet to be edited.
|
void |
setEnabled(boolean enabled) |
public void setCutSet(CutSet cutSet)
public void setActionNew(Action action)
public void setActionDelete(Action action)
public void setActionLoad(Action action)
public void setActionSave(Action action)
public void setEnabled(boolean enabled)
public CutEditor getCutEditor()
public Action getActionNew()
public Action getActionDelete()
public Action getActionLoad()
public Action getActionSave()
public JCheckBox getEnableBox()
public JCheckBox getInvertBox()
public JCheckBox getPassThroughBox()
public JTable getCutTable()
public JButton getActionsButton()
public Cut getSelectedCut()
public void delete(Cut cut)
Cut.remove(hep.wired.cut.Condition)
method is called.Copyright © 1996-2014 FreeHEP. All Rights Reserved.