|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
antsnest.level.LevelImpl
antsnest.level.defaults.RunnerLevel
public class RunnerLevel
A level where a build file can be run
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class antsnest.level.LevelImpl |
|---|
appTasks |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
RunnerLevel()
Constructs the level |
|
| Method Summary | |
|---|---|
void |
antInfoChanged(AntInfo newInfo)
Notifies the level the Ant information object has changed |
boolean |
isUtility()
Gets whether this level is a utility rather than an editor |
String |
performCopy()
Notifies the level a copy operation has been performed |
String |
performCut()
Notifies the level a cut operation has been performed |
void |
performPaste(String data)
Notifies the level a paste operation has been performed |
void |
prepareForDisplay()
Notifies the level that it's about to be displayed |
void |
prepareToBeHidden()
Notifies the level that it's about to be hidden |
void |
projectChanged(AntProject newProject)
Notifies the level the Ant project has changed |
String |
toString()
Gets a string representation of this level |
| Methods inherited from class antsnest.level.LevelImpl |
|---|
compareTo, equals, getClassname, getDescription, getID, setAppTasks, setID |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RunnerLevel()
| Method Detail |
|---|
public void performPaste(String data)
performPaste in interface LevelperformPaste in class LevelImpldata - the data that was stored in the clipboardpublic String performCopy()
performCopy in interface LevelperformCopy in class LevelImplpublic String performCut()
performCut in interface LevelperformCut in class LevelImplpublic void projectChanged(AntProject newProject)
projectChanged in interface LevelprojectChanged in class LevelImplnewProject - the newly changed projectpublic void antInfoChanged(AntInfo newInfo)
antInfoChanged in interface LevelantInfoChanged in class LevelImplnewInfo - the newly changed information objectpublic void prepareForDisplay()
prepareForDisplay in interface LevelprepareForDisplay in class LevelImplpublic void prepareToBeHidden()
prepareToBeHidden in interface LevelprepareToBeHidden in class LevelImplpublic String toString()
toString in class LevelImplpublic boolean isUtility()
isUtility in interface LevelisUtility in class LevelImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||