Search in sources :

Example 1 with LiveObjectSetList

use of blue.blueLive.LiveObjectSetList in project blue by kunstmusik.

the class BlueLiveTopComponent method buttonAddActionPerformed.

// GEN-LAST:event_buttonDownActionPerformed
private void buttonAddActionPerformed(java.awt.event.ActionEvent evt) {
    // GEN-FIRST:event_buttonAddActionPerformed
    if (data != null) {
        LiveData liveData = data.getLiveData();
        LiveObjectBins bins = liveData.getLiveObjectBins();
        LiveObjectSetList sets = liveData.getLiveObjectSets();
        LiveObjectSet set = bins.getEnabledLiveObjectSet();
        if (set != null && set.size() > 0) {
            setModel.addLiveObjectSet(set);
        }
    }
}
Also used : LiveObjectSetList(blue.blueLive.LiveObjectSetList) LiveObjectBins(blue.blueLive.LiveObjectBins) LiveObjectSet(blue.blueLive.LiveObjectSet)

Aggregations

LiveObjectBins (blue.blueLive.LiveObjectBins)1 LiveObjectSet (blue.blueLive.LiveObjectSet)1 LiveObjectSetList (blue.blueLive.LiveObjectSetList)1