org.gamenet.swing.controls
Interface ComponentArrayPanel.ComponentDataSource

Enclosing interface:
ComponentArrayPanel

public static interface ComponentArrayPanel.ComponentDataSource


Method Summary
 Component createComponent(int componentIndex)
           
 void fireComponentAdded(int componentIndex, Component component)
           
 void fireComponentDeleted(int componentIndex, Component component)
           
 void fireComponentMovedDown(int componentIndex, Component component)
           
 void fireComponentMovedUp(int componentIndex, Component component)
           
 

Method Detail

createComponent

public Component createComponent(int componentIndex)

fireComponentAdded

public void fireComponentAdded(int componentIndex,
                               Component component)

fireComponentDeleted

public void fireComponentDeleted(int componentIndex,
                                 Component component)

fireComponentMovedUp

public void fireComponentMovedUp(int componentIndex,
                                 Component component)

fireComponentMovedDown

public void fireComponentMovedDown(int componentIndex,
                                   Component component)