All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.numeric.NumericsEditorAdapter

java.lang.Object
   |
   +----phaser.numeric.NumericsEditorAdapter

public class NumericsEditorAdapter
extends Object
implements PhaserConstants, PhaserViewConstants, PhaserNumericsConstants, NumericsEditorConstants, NumericsEditorAdapterController

Variable Index

 o ADAPTER_NAMES
 o FONT

Constructor Index

 o NumericsEditorAdapter(Numerics, NumericsEditor)

Method Index

 o apply()
 o apply(int)
 o apply(String)
 o applyDefaults()
 o applyDefaults(int)
 o applyDefaults(String)
 o cancel()
 o cancel(int)
 o cancel(String)
 o getAdapterIndexOf(String)
 o getAdapters()
 o getNames()
 o getNumerics()
 o notifyUpdate()
 o notifyUpdate(int)
 o reChargeParameters()
 o reChargeParameters(int)
 o setModified(boolean)
 o setModifiedToken(boolean)
 o setViewEditor(String)

Variables

 o ADAPTER_NAMES
 protected static final String ADAPTER_NAMES[]
 o FONT
 protected static final Font FONT

Constructors

 o NumericsEditorAdapter
 protected NumericsEditorAdapter(Numerics n,
                                 NumericsEditor ne)

Methods

 o getAdapterIndexOf
 public static int getAdapterIndexOf(String name)
 o getNames
 public static String[] getNames()
 o getAdapters
 protected Component[] getAdapters()
 o getNumerics
 protected Numerics getNumerics()
 o setModifiedToken
 protected void setModifiedToken(boolean modified)
 o setViewEditor
 protected void setViewEditor(String name)
 o reChargeParameters
 protected void reChargeParameters(int i)
 o notifyUpdate
 protected synchronized void notifyUpdate(int i)
 o apply
 protected void apply(String adapter)
 o apply
 protected void apply(int i)
 o applyDefaults
 protected void applyDefaults(String adapter)
 o cancel
 protected void cancel(String adapter)
 o setModified
 public void setModified(boolean state)
 o reChargeParameters
 public void reChargeParameters()
 o notifyUpdate
 public void notifyUpdate()
 o apply
 public boolean apply()
 o applyDefaults
 public void applyDefaults()
 o applyDefaults
 public void applyDefaults(int scope)
 o cancel
 public void cancel()
 o cancel
 public void cancel(int scope)

All Packages  Class Hierarchy  This Package  Previous  Next  Index