ch.tatool.core.display.swing.action
Interface ActionPanel

All Known Implementing Classes:
AbstractActionPanel, ButtonActionPanel, InputActionPanel, KeyActionPanel, LabelChoiceActionPanel, ListActionPanel, MatrixPanel, SliderActionPanel, SubmitActionPanel, ThreeChoiceActionPanel, TwoChoiceActionPanel

public interface ActionPanel


Method Summary
 void addActionPanelListener(ActionPanelListener listener)
           
 void disableActionPanel()
           
 void enableActionPanel()
           
 void removeActionPanelListener(ActionPanelListener listener)
           
 

Method Detail

enableActionPanel

void enableActionPanel()

disableActionPanel

void disableActionPanel()

addActionPanelListener

void addActionPanelListener(ActionPanelListener listener)

removeActionPanelListener

void removeActionPanelListener(ActionPanelListener listener)


Copyright © 2012. All Rights Reserved.