Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.ui.selection
Class JpaSelectionManager.Null

java.lang.Object
  extended by org.eclipse.jpt.jpa.ui.selection.JpaSelectionManager.Null
All Implemented Interfaces:
Serializable, JpaSelectionManager
Enclosing interface:
JpaSelectionManager

public static final class JpaSelectionManager.Null
extends Object
implements JpaSelectionManager, Serializable

A "null" JPA selection manager does nothing.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.ui.selection.JpaSelectionManager
JpaSelectionManager.Null
 
Field Summary
static JpaSelectionManager INSTANCE
           
 
Method Summary
static JpaSelectionManager instance()
           
 void setSelection(JpaStructureNode selection)
          Set the JPA selection for the selection manager's subject.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final JpaSelectionManager INSTANCE
Method Detail

instance

public static JpaSelectionManager instance()

setSelection

public void setSelection(JpaStructureNode selection)
Description copied from interface: JpaSelectionManager
Set the JPA selection for the selection manager's subject.

Specified by:
setSelection in interface JpaSelectionManager

toString

public String toString()
Overrides:
toString in class Object

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.