Deprecated API

Contents

Deprecated Interfaces

CommandListener

Deprecated Methods

org.pietschy.command.file.AbstractFileCommand.beforeExecute()
org.pietschy.command.file.AbstractFileCommand.afterExecute()
org.pietschy.command.ActionCommand.addCommandListener(CommandListener)
org.pietschy.command.ActionCommand.removeCommandListener(CommandListener)
org.pietschy.command.Command.getText()
use getDefaultFace instead.
org.pietschy.command.Command.setText(String)
use getDefaultFace instead.
org.pietschy.command.Command.getAccelerator()
use getDefaultFace instead.
org.pietschy.command.Command.setAccelerator(KeyStroke)
use getDefaultFace instead.
org.pietschy.command.Command.setMnemonic(Integer)
use getDefaultFace instead.
org.pietschy.command.Command.setLongDescription(String)
use getDefaultFace instead.
org.pietschy.command.Command.setIcon(Icon)
use getDefaultFace instead.
org.pietschy.command.Command.setSelectedIcon(Icon)
use getDefaultFace instead.
org.pietschy.command.Command.setMnemonicIndex(Integer)
use getDefaultFace instead.
org.pietschy.command.Command.setDescription(String)
use getDefaultFace instead.
org.pietschy.command.Command.setTextPosition(Integer)
use getDefaultFace instead.
org.pietschy.command.Command.getTextPosition()
use getDefaultFace instead.
org.pietschy.command.Command.getMnemonic()
use getDefaultFace instead.
org.pietschy.command.Command.getIcon()
use getDefaultFace instead.
org.pietschy.command.Command.getSelectedIcon()
use getDefaultFace instead.
org.pietschy.command.Command.getMnemonicIndex()
use getDefaultFace instead.
org.pietschy.command.Command.getDescription()
use getDefaultFace instead.
org.pietschy.command.Command.getLongDescription()
use getDefaultFace instead.
org.pietschy.command.Command.addFace(Face)
org.pietschy.command.Command.addNewFace(String)
org.pietschy.command.CommandGroup.acceptVisitor(GroupVisitor)
org.pietschy.command.CommandManager.instance()
defaultInstance should now be the preferred method for obtaining the global command manager.
org.pietschy.command.LazyCommand.beforeExecute()
org.pietschy.command.LazyCommand.afterExecute()