JIDE 3.5.15

com.jidesoft.swing
Interface Prioritized

All Known Implementing Classes:
CellStyle, FlashCellStyle

public interface Prioritized

An interface to indicate something that has priority. The priority is just an int value. Although it is up to developer to decide which priority value is higher than the other, we suggest the higher value, the higher priority with 0 means default priority when priority is not specified.


Method Summary
 int getPriority()
          Gets the priority.
 

Method Detail

getPriority

int getPriority()
Gets the priority. The value could be from Integer.MIN_VALUE to Integer.MAX_VALUE with 0 as the default priority.

Returns:
the priority

JIDE 3.5.15