|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.service.AuditModelFilter
oracle.jdevimpl.audit.log.TypeFilter
public class TypeFilter
A filter by row type for rows in an Audit model. The type of a row is
determined by AuditModel.getType(java.lang.Object).
| Constructor Summary | |
|---|---|
TypeFilter()
|
|
TypeFilter(java.util.Collection<ModelType> modelTypes)
|
|
TypeFilter(java.lang.String persistenceKey)
|
|
TypeFilter(java.lang.String persistenceKey,
java.util.Collection<ModelType> modelTypes)
|
|
| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon(java.lang.Class type)
Gets the icon for a presentation type. |
java.lang.String |
getLabel(java.lang.Class type)
Gets the label for a presentation type. |
ModelType |
getModelType(java.lang.Class type)
Gets the model type for a presentation type. |
java.util.Collection<ModelType> |
getModelTypes()
Gets the presentation types handled by this filter. |
java.lang.String |
getSummary(java.lang.Class type)
Gets the summary for a presentation type. |
boolean |
isVisible(java.lang.Class type)
Gets whether a view type is visible. |
boolean |
isVisible(java.lang.Object object)
Gets whether a row in an AuditModel is visible. |
void |
setVisible(java.lang.Class<?>... types)
Sets whether a list of presentation types is visible. |
void |
setVisible(java.lang.Class type,
boolean visible)
Sets whether a view type is visible. |
void |
setVisible(java.util.List<java.lang.Class<?>> types)
Sets whether a list of presentation types is visible. |
| Methods inherited from class oracle.jdeveloper.audit.service.AuditModelFilter |
|---|
addChangeListener, fireStateChanged, getModel, removeChangeListener, setModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeFilter()
public TypeFilter(java.lang.String persistenceKey)
public TypeFilter(java.util.Collection<ModelType> modelTypes)
public TypeFilter(java.lang.String persistenceKey,
java.util.Collection<ModelType> modelTypes)
| Method Detail |
|---|
public boolean isVisible(java.lang.Object object)
AuditModelFilterAuditModel is visible.
isVisible in class AuditModelFilterpublic java.util.Collection<ModelType> getModelTypes()
public void setVisible(java.lang.Class type,
boolean visible)
type - A presentation type of this filter.public void setVisible(java.lang.Class<?>... types)
types - A collection of presentation types to set visible.public void setVisible(java.util.List<java.lang.Class<?>> types)
types - A collection of presentation types to set visible.public boolean isVisible(java.lang.Class type)
public ModelType getModelType(java.lang.Class type)
public java.lang.String getLabel(java.lang.Class type)
public java.lang.String getSummary(java.lang.Class type)
public javax.swing.Icon getIcon(java.lang.Class type)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||