Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.javatools.ui
Interface Reorderable

All Superinterfaces:
oracle.bali.ewt.shuttle.Reorderable, oracle.bali.ewt.shuttle.Reorderable2

public interface Reorderable
extends oracle.bali.ewt.shuttle.Reorderable2

An interface to abstract the reordering communication between a reorderable Component and the controller (ReorderableBar) that reorders it. This extends from JEWT's Reorderable2 interface and adds selection listener to update the reorderable buttons based on selection change.


Method Summary
 void addSelectionListener(javax.swing.event.ListSelectionListener listener)
          Adds the selection listener to the reorderable component.
 void removeSelectionListener(javax.swing.event.ListSelectionListener listener)
          Removed the selection listener attached from the reorderable selection model.
 
Methods inherited from interface oracle.bali.ewt.shuttle.Reorderable2
isSelectionBottomMobile, isSelectionTopMobile, moveSelectionBottom, moveSelectionTop
 
Methods inherited from interface oracle.bali.ewt.shuttle.Reorderable
isSelectionDownwardlyMobile, isSelectionUpwardlyMobile, moveSelectionDown, moveSelectionUp
 

Method Detail

addSelectionListener

void addSelectionListener(javax.swing.event.ListSelectionListener listener)
Adds the selection listener to the reorderable component.


removeSelectionListener

void removeSelectionListener(javax.swing.event.ListSelectionListener listener)
Removed the selection listener attached from the reorderable selection model.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.